Skip to content

Commit fd73709

Browse files
release(main): Altinn.Platform.Models 2.0.0
1 parent 77fa015 commit fd73709

File tree

4 files changed

+27
-3
lines changed

4 files changed

+27
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"src/Altinn.Platform.Models":"1.6.1"}
1+
{"src/Altinn.Platform.Models":"2.0.0"}
+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Changelog
2+
3+
## [2.0.0](https://github.com/Altinn/altinn-register/compare/Altinn.Platform.Models-1.6.1...Altinn.Platform.Models-v2.0.0) (2025-03-27)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* This change enables nullable reference types in
9+
* This change makes all lists in Altinn.Platform.Models
10+
* The `LanguageType` property in
11+
* Altinn.Platform.Models now targets .net 8.0. This
12+
13+
### Features
14+
15+
* enable nullable reference types in Altinn.Platform.Models ([fefaa3d](https://github.com/Altinn/altinn-register/commit/fefaa3d774a0f139c6563fb611a426403d239056))
16+
* make lists in Altinn.Platform.Models `IReadOnlyList<T>` ([fefaa3d](https://github.com/Altinn/altinn-register/commit/fefaa3d774a0f139c6563fb611a426403d239056))
17+
* make most types record ([fefaa3d](https://github.com/Altinn/altinn-register/commit/fefaa3d774a0f139c6563fb611a426403d239056))
18+
* upsert external role assignments ([#394](https://github.com/Altinn/altinn-register/issues/394)) ([7f62899](https://github.com/Altinn/altinn-register/commit/7f62899cb071e347cdf8272f52ff529149f89614))
19+
20+
21+
### Miscellaneous Chores
22+
23+
* make Altinn.Platform.Models target .net 8.0 ([fefaa3d](https://github.com/Altinn/altinn-register/commit/fefaa3d774a0f139c6563fb611a426403d239056))
24+
* mark `LanguageType` in `ProfileSettingPreference` obsolte ([fefaa3d](https://github.com/Altinn/altinn-register/commit/fefaa3d774a0f139c6563fb611a426403d239056))
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22

33
<PropertyGroup>
4-
<Version>1.6.1</Version>
4+
<Version>2.0.0</Version>
55
</PropertyGroup>
66

77
</Project>
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.1
1+
2.0.0

0 commit comments

Comments
 (0)