[0.4.5] - 2024-10-19
Security
- ποΈ Transitive dependency System.Net.Http was set to version 4.3.4 to avoid failing the build when NU1903 is treated as error.
- ποΈ Transitive dependency System.Text.RegularExpressions was set to version 4.3.1 to avoid failing the build when NU1903 is treated as error.
Added
This release does not contain new features.
Changed
- Significant build changes to manage package versions centrally.
- NuGet/assembly versions are now set based on the git tag name.
- π "snapshot" builds how have the version similar to 999.9.9-ts.202410192025, where 202410192025 is a timestamp; please note that such snapshot builds are only available via Github Packages.
Deprecated
This release does not introduce deprecations.
Removed
- Dependencies on "bridge" packages added during the migration from .NET Framework to .NET 6:
- System.Configuration.ConfigurationManager
- System.Data.DataSetExtensions
- Microsoft.CSharp
Fixed
- Example and test projects had
<IsPackable>false</IsPackable>
property set to prevent pushing their packages to NuGet.