File tree Expand file tree Collapse file tree
TensionDev.UUID.Serialization.SystemTextJson Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,5 +8,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
99## [ Unreleased]
1010
11+ ## [ v1.1.0] - 2026-02-27
12+ [ v1.1.0] ( https://github.com/TensionDev/UUID.Serialization.SystemTextJson/releases/tag/v1.1.0 )
13+
14+ ### Changed
15+ - Changed to reference TensionDev.UUID v1.1.0.
16+
17+
18+ ## [ v1.0.0] - 2026-02-27
19+ [ v1.0.0] ( https://github.com/TensionDev/UUID.Serialization.SystemTextJson/releases/tag/v1.0.0 )
20+
1121### Added
1222- Added UuidSystemTextJsonConverter for Json serialization and deserialization.
Original file line number Diff line number Diff line change 1010 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
1111 <PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
1212 <PackageId >TensionDev.UUID.Serialization.SystemTextJson</PackageId >
13- <Version >1.0 .0</Version >
13+ <Version >1.1 .0</Version >
1414 <Authors >TensionDev amsga</Authors >
1515 <Company >TensionDev</Company >
1616 <Product >TensionDev.UUID.Serialization.SystemTextJson</Product >
3838
3939 <ItemGroup >
4040 <PackageReference Include =" System.Text.Json" Version =" 4.7.2" />
41- <PackageReference Include =" TensionDev.UUID" Version =" 1.0 .0" />
41+ <PackageReference Include =" TensionDev.UUID" Version =" 1.1 .0" />
4242 </ItemGroup >
4343
4444</Project >
You can’t perform that action at this time.
0 commit comments