Altinn.Authorization.ModelUtils.Swashbuckle
1.1.0
See the version list below for details.
dotnet add package Altinn.Authorization.ModelUtils.Swashbuckle --version 1.1.0
NuGet\Install-Package Altinn.Authorization.ModelUtils.Swashbuckle -Version 1.1.0
<PackageReference Include="Altinn.Authorization.ModelUtils.Swashbuckle" Version="1.1.0" />
<PackageVersion Include="Altinn.Authorization.ModelUtils.Swashbuckle" Version="1.1.0" />
<PackageReference Include="Altinn.Authorization.ModelUtils.Swashbuckle" />
paket add Altinn.Authorization.ModelUtils.Swashbuckle --version 1.1.0
#r "nuget: Altinn.Authorization.ModelUtils.Swashbuckle, 1.1.0"
#addin nuget:?package=Altinn.Authorization.ModelUtils.Swashbuckle&version=1.1.0
#tool nuget:?package=Altinn.Authorization.ModelUtils.Swashbuckle&version=1.1.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.1.0)
- Altinn.Swashbuckle (>= 2.4.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 9.0.4)
- Swashbuckle.AspNetCore.SwaggerGen (>= 8.1.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
# Changelog
## [1.1.0](https://github.com/Altinn/altinn-authorization-utils/compare/Altinn.Authorization.ModelUtils-v1.0.0...Altinn.Authorization.ModelUtils-v1.1.0) (2025-04-21)
### Features
* add `ImmutableValueArray` ([#241](https://github.com/Altinn/altinn-authorization-utils/issues/241)) ([f38286d](https://github.com/Altinn/altinn-authorization-utils/commit/f38286daf817c36b68d0e6a6c04aa87e9654d9dd))
## 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))