Altinn.Authorization.ModelUtils.Swashbuckle
1.0.0
See the version list below for details.
dotnet add package Altinn.Authorization.ModelUtils.Swashbuckle --version 1.0.0
NuGet\Install-Package Altinn.Authorization.ModelUtils.Swashbuckle -Version 1.0.0
<PackageReference Include="Altinn.Authorization.ModelUtils.Swashbuckle" Version="1.0.0" />
<PackageVersion Include="Altinn.Authorization.ModelUtils.Swashbuckle" Version="1.0.0" />
<PackageReference Include="Altinn.Authorization.ModelUtils.Swashbuckle" />
paket add Altinn.Authorization.ModelUtils.Swashbuckle --version 1.0.0
#r "nuget: Altinn.Authorization.ModelUtils.Swashbuckle, 1.0.0"
#:package Altinn.Authorization.ModelUtils.Swashbuckle@1.0.0
#addin nuget:?package=Altinn.Authorization.ModelUtils.Swashbuckle&version=1.0.0
#tool nuget:?package=Altinn.Authorization.ModelUtils.Swashbuckle&version=1.0.0
Altinn.Authorization.ModelUtils
Altinn.Authorization.ModelUtils
contains model utilities used by the Altinn Authorization teams.
Contributing
We welcome contributions to Altinn.Authorization.ModelUtils
! If you have suggestions, bug fixes, or new features to propose, feel free to fork the repository, create a new branch, and submit a pull request.
How to Contribute
- Fork the repository.
- Create a feature branch (
git checkout -b feature/your-feature-name
). - Commit your changes (
git commit -am 'Add new feature'
). - Push to the branch (
git push origin feature/your-feature-name
). - Create a pull request.
License
This project is licensed under the MIT License – see the LICENSE file for details.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net9.0
- Altinn.Authorization.ModelUtils (>= 1.0.0)
- Altinn.Swashbuckle (>= 2.4.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 9.0.4)
- Swashbuckle.AspNetCore.SwaggerGen (>= 7.3.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
2.1.0 | 32 | 9/10/2025 |
2.0.0 | 248 | 9/3/2025 |
1.5.0 | 846 | 7/3/2025 |
1.4.3 | 138 | 7/3/2025 |
1.4.2 | 212 | 7/1/2025 |
1.4.1 | 175 | 6/30/2025 |
1.4.0 | 95 | 6/27/2025 |
1.3.1 | 195 | 6/24/2025 |
1.3.0 | 144 | 6/24/2025 |
1.2.0 | 687 | 4/24/2025 |
1.1.3 | 214 | 4/22/2025 |
1.1.2 | 170 | 4/22/2025 |
1.1.1 | 177 | 4/22/2025 |
1.1.0 | 159 | 4/21/2025 |
1.0.0 | 206 | 4/15/2025 |
# Changelog
## 1.0.0 (2025-04-15)
### Features
* add `FieldValue<T>` ([#214](https://github.com/Altinn/altinn-authorization-utils/issues/214)) ([711f3b1](https://github.com/Altinn/altinn-authorization-utils/commit/711f3b11f80f088dd6b9ee003d3ff941ff2820ae))
* add `NonExhaustiveEnum<T>` ([#215](https://github.com/Altinn/altinn-authorization-utils/issues/215)) ([eca7941](https://github.com/Altinn/altinn-authorization-utils/commit/eca794191a057c9461e2907b8779459b70ce1e04))
* add model-utils project ([#205](https://github.com/Altinn/altinn-authorization-utils/issues/205)) ([d590c5c](https://github.com/Altinn/altinn-authorization-utils/commit/d590c5c7d47c08a2fd894577d5640609dc5e51d7))
* field-value-record models ([#239](https://github.com/Altinn/altinn-authorization-utils/issues/239)) ([e75e444](https://github.com/Altinn/altinn-authorization-utils/commit/e75e444ffeaaac922a84509624a306d456050f62))
* field-value-record swagger support ([#240](https://github.com/Altinn/altinn-authorization-utils/issues/240)) ([2984b5e](https://github.com/Altinn/altinn-authorization-utils/commit/2984b5e493dd10a915f21875e119d8afed22a7c7))
* non-exhaustive-enum-filter ([#225](https://github.com/Altinn/altinn-authorization-utils/issues/225)) ([0109545](https://github.com/Altinn/altinn-authorization-utils/commit/0109545a6a3352383c27156c12b5b2ecf6acd348))