Skip to content

Commit 0b690db

Browse files
committed
Release 1.20.1
1 parent 4c25e28 commit 0b690db

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
Nothing yet.
11+
12+
## [1.20.1] - 2024-12-23
13+
1014
### Added
1115

1216
- Volumes to Docker Compose.
@@ -265,7 +269,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
265269

266270
- Implemented StringExtensions.
267271

268-
[unreleased]: https://github.com/Logitar/Logitar.NET/compare/v1.20.0...HEAD
272+
[unreleased]: https://github.com/Logitar/Logitar.NET/compare/v1.20.1...HEAD
273+
[1.20.1]: https://github.com/Logitar/Logitar.NET/compare/v1.20.0...v1.20.1
269274
[1.20.0]: https://github.com/Logitar/Logitar.NET/compare/v1.19.2...v1.20.0
270275
[1.19.2]: https://github.com/Logitar/Logitar.NET/compare/v1.19.1...v1.19.2
271276
[1.19.1]: https://github.com/Logitar/Logitar.NET/compare/v1.19.0...v1.19.1

src/Logitar.Security/Logitar.Security.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
<PackageReadmeFile>README.md</PackageReadmeFile>
1515
<RepositoryType>git</RepositoryType>
1616
<RepositoryUrl>https://github.com/Logitar/Logitar.NET</RepositoryUrl>
17-
<AssemblyVersion>7.0.0.0</AssemblyVersion>
17+
<AssemblyVersion>7.0.1.0</AssemblyVersion>
1818
<FileVersion>$(AssemblyVersion)</FileVersion>
1919
<PackageLicenseFile>LICENSE</PackageLicenseFile>
2020
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
21-
<Version>7.0.0</Version>
21+
<Version>7.0.1</Version>
2222
<NeutralLanguage>en-CA</NeutralLanguage>
2323
<GenerateDocumentationFile>True</GenerateDocumentationFile>
24-
<PackageReleaseNotes>Upgraded to .NET9.</PackageReleaseNotes>
24+
<PackageReleaseNotes>Fixed ClaimHelper UTC conversion.</PackageReleaseNotes>
2525
<PackageTags>logitar net framework security</PackageTags>
2626
<PackageProjectUrl>https://github.com/Logitar/Logitar.NET/tree/dev/src/Logitar.Security</PackageProjectUrl>
2727
</PropertyGroup>

0 commit comments

Comments
 (0)