@@ -7,31 +7,35 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88Legend: 🔒️ security fixes; ⚡️ major features/updates; ❗️ breaking changes; 👉 important notes.
99
10- ## [ UNRELEASED ] - YYYY-MM-DD
10+ ## [ 0.4.4 ] - 2024-10-19
1111
1212### Security
1313
14- This release does not contain security updates.
14+ - 🔒️ Transitive dependency System.Net.Http was set to version 4.3.4 to avoid failing the build when NU1903 is treated as error.
15+ - 🔒️ Transitive dependency System.Text.RegularExpressions was set to version 4.3.1 to avoid failing the build when NU1903 is treated as error.
1516
1617### Added
1718
1819This release does not contain new features.
1920
2021### Changed
2122
22- This release does not contain other significant changes .
23+ - Significant build changes to manage package versions centrally .
2324
2425### Deprecated
2526
2627This release does not introduce deprecations.
2728
2829### Removed
2930
30- This release does not remove any features.
31+ - Dependencies on "bridge" packages added during the migration from .NET Framework to .NET 6:
32+ - System.Configuration.ConfigurationManager
33+ - System.Data.DataSetExtensions
34+ - Microsoft.CSharp
3135
3236### Fixed
3337
34- This release does not contain bug fixes .
38+ - Example and test project had ` <IsPackable>false</IsPackable> ` property set to prevent pushing their packages to NuGet .
3539
3640## [ 0.4.3] - 2024-10-19
3741
@@ -206,7 +210,8 @@ This release does not remove any features.
206210This release does not contain bug fixes.
207211
208212
209- [ UNRELEASED ] : https://github.com/OSLC/oslc4net/compare/v0.4.3...HEAD
213+ [ UNRELEASED ] : https://github.com/OSLC/oslc4net/compare/v0.4.4...HEAD
214+ [ 0.4.4 ] : https://github.com/OSLC/oslc4net/releases/tag/v0.4.4
210215[ 0.4.3 ] : https://github.com/OSLC/oslc4net/releases/tag/v0.4.3
211216[ 0.4.2 ] : https://github.com/OSLC/oslc4net/releases/tag/v0.4.2
212217[ 0.3.0-alpha ] : https://github.com/OSLC/oslc4net/releases/tag/v0.3.0-alpha
0 commit comments