Skip to content

release(main): Altinn.Platform.Models 2.0.0 #258

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"src/Altinn.Platform.Models":"1.6.1"}
{"src/Altinn.Platform.Models":"2.0.0"}
24 changes: 24 additions & 0 deletions src/Altinn.Platform.Models/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Changelog

## [2.0.0](https://github.com/Altinn/altinn-register/compare/Altinn.Platform.Models-1.6.1...Altinn.Platform.Models-v2.0.0) (2025-04-29)


### ⚠ BREAKING CHANGES

* This change enables nullable reference types in
* This change makes all lists in Altinn.Platform.Models
* The `LanguageType` property in
* Altinn.Platform.Models now targets .net 8.0. This

### Features

* enable nullable reference types in Altinn.Platform.Models ([fefaa3d](https://github.com/Altinn/altinn-register/commit/fefaa3d774a0f139c6563fb611a426403d239056))
* make lists in Altinn.Platform.Models `IReadOnlyList<T>` ([fefaa3d](https://github.com/Altinn/altinn-register/commit/fefaa3d774a0f139c6563fb611a426403d239056))
* make most types record ([fefaa3d](https://github.com/Altinn/altinn-register/commit/fefaa3d774a0f139c6563fb611a426403d239056))
* upsert external role assignments ([#394](https://github.com/Altinn/altinn-register/issues/394)) ([7f62899](https://github.com/Altinn/altinn-register/commit/7f62899cb071e347cdf8272f52ff529149f89614))


### Miscellaneous Chores

* make Altinn.Platform.Models target .net 8.0 ([fefaa3d](https://github.com/Altinn/altinn-register/commit/fefaa3d774a0f139c6563fb611a426403d239056))
* mark `LanguageType` in `ProfileSettingPreference` obsolte ([fefaa3d](https://github.com/Altinn/altinn-register/commit/fefaa3d774a0f139c6563fb611a426403d239056))
2 changes: 1 addition & 1 deletion src/Altinn.Platform.Models/Version.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>

<PropertyGroup>
<Version>1.6.1</Version>
<Version>2.0.0</Version>
</PropertyGroup>

</Project>
2 changes: 1 addition & 1 deletion src/Altinn.Platform.Models/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.1
2.0.0