Altinn.Swashbuckle.Abstractions
2.1.1
dotnet add package Altinn.Swashbuckle.Abstractions --version 2.1.1
NuGet\Install-Package Altinn.Swashbuckle.Abstractions -Version 2.1.1
<PackageReference Include="Altinn.Swashbuckle.Abstractions" Version="2.1.1" />
paket add Altinn.Swashbuckle.Abstractions --version 2.1.1
#r "nuget: Altinn.Swashbuckle.Abstractions, 2.1.1"
// Install Altinn.Swashbuckle.Abstractions as a Cake Addin #addin nuget:?package=Altinn.Swashbuckle.Abstractions&version=2.1.1 // Install Altinn.Swashbuckle.Abstractions as a Cake Tool #tool nuget:?package=Altinn.Swashbuckle.Abstractions&version=2.1.1
Altinn.Swashbuckle
Utilities for working with Swashbuckle (swagger generator).
Contributing
Contributions to Altinn.Swashbuckle are welcome! Feel free to open issues for bug reports, feature requests, or submit pull requests with improvements.
License
Altinn.Swashbuckle is licensed under the MIT License.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net8.0
- CommunityToolkit.Diagnostics (>= 8.3.2)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0.2)
- Microsoft.Extensions.Options (>= 8.0.2)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Altinn.Swashbuckle.Abstractions:
Package | Downloads |
---|---|
Altinn.Swashbuckle
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
# Changelog
## [2.1.1](https://github.com/Altinn/altinn-authorization-utils/compare/Altinn.Swashbuckle-v2.1.0...Altinn.Swashbuckle-v2.1.1) (2024-11-01)
### Bug Fixes
* broken by dependency updates ([#142](https://github.com/Altinn/altinn-authorization-utils/issues/142)) ([e64d510](https://github.com/Altinn/altinn-authorization-utils/commit/e64d510c28c9989bd538a8f090b5563e60635b0b))
## [2.1.0](https://github.com/Altinn/altinn-authorization-utils/compare/Altinn.Swashbuckle-v2.0.0...Altinn.Swashbuckle-v2.1.0) (2024-08-22)
### Features
* add SwaggerExampleFromExampleProviderAttribute ([#123](https://github.com/Altinn/altinn-authorization-utils/issues/123)) ([9a057d6](https://github.com/Altinn/altinn-authorization-utils/commit/9a057d6cbf34227b4013ceb7982730b30081d727))
* better type-value swagger objects ([#120](https://github.com/Altinn/altinn-authorization-utils/issues/120)) ([7071c9e](https://github.com/Altinn/altinn-authorization-utils/commit/7071c9e75350881ae0c43dbec56598c5a2dd2b58))
## [2.0.0](https://github.com/Altinn/altinn-authorization-utils/compare/Altinn.Swashbuckle-v1.1.1...Altinn.Swashbuckle-v2.0.0) (2024-08-14)
### ⚠ BREAKING CHANGES
* Moves SwaggerStringAttribute to abstractions
### Features
* add SwaggerStringAttribute to abstractions ([#109](https://github.com/Altinn/altinn-authorization-utils/issues/109)) ([97e01ae](https://github.com/Altinn/altinn-authorization-utils/commit/97e01ae3184ade6df375e8cb2459e829599c30eb))
## [1.1.1](https://github.com/Altinn/altinn-authorization-utils/compare/Altinn.Swashbuckle-v1.1.0...Altinn.Swashbuckle-v1.1.1) (2024-06-12)
### Bug Fixes
* create documentation files ([171dd71](https://github.com/Altinn/altinn-authorization-utils/commit/171dd7120ab70c8c5629224e6e7a2380ad827306))
## [1.1.0](https://github.com/Altinn/altinn-authorization-utils/compare/Altinn.Swashbuckle-v1.0.0...Altinn.Swashbuckle-v1.1.0) (2024-04-26)
### Features
* add SwaggerStringAttribute ([624f435](https://github.com/Altinn/altinn-authorization-utils/commit/624f435cf0711ced5b3f5db0a470fc63cf6be553))
## 1.0.0 (2024-04-23)
### ⚠ BREAKING CHANGES
* remove Altinn.Swashbuckle.Testing
### Features
* add Altinn.Swashbuckle packages ([eb08736](https://github.com/Altinn/altinn-authorization-utils/commit/eb08736e2adacaccbd5f857d7cc8eed965da12bc))
* add swaggergen as dependency ([c6e1574](https://github.com/Altinn/altinn-authorization-utils/commit/c6e1574bbf8c8786ce74077f57fa80c507edb48a))
### Miscellaneous Chores
* remove Altinn.Swashbuckle.Testing ([45b58f5](https://github.com/Altinn/altinn-authorization-utils/commit/45b58f5c042b611bd8d026f888279dc15d8fdb59))