Skip to content

Commit 9cd343f

Browse files
authored
Release 1.21.2 (#213)
1 parent 2164d35 commit 9cd343f

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.21.2] - 2025-11-29
13+
1014
### Added
1115

1216
- Implemented `EnvironmentHelper` and tests.
@@ -306,7 +310,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
306310

307311
- Implemented StringExtensions.
308312

309-
[unreleased]: https://github.com/Logitar/Logitar.NET/compare/v1.21.1...HEAD
313+
[unreleased]: https://github.com/Logitar/Logitar.NET/compare/v1.21.2...HEAD
314+
[1.21.2]: https://github.com/Logitar/Logitar.NET/compare/v1.21.1...v1.21.2
310315
[1.21.1]: https://github.com/Logitar/Logitar.NET/compare/v1.21.0...v1.21.1
311316
[1.21.0]: https://github.com/Logitar/Logitar.NET/compare/v1.20.4...v1.21.0
312317
[1.20.4]: https://github.com/Logitar/Logitar.NET/compare/v1.20.3...v1.20.4

src/Logitar/Logitar.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
<PackageReadmeFile>README.md</PackageReadmeFile>
1616
<RepositoryType>git</RepositoryType>
1717
<RepositoryUrl>https://github.com/Logitar/Logitar.NET</RepositoryUrl>
18-
<AssemblyVersion>10.0.1.0</AssemblyVersion>
18+
<AssemblyVersion>10.1.0.0</AssemblyVersion>
1919
<FileVersion>$(AssemblyVersion)</FileVersion>
2020
<PackageLicenseFile>LICENSE</PackageLicenseFile>
2121
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
22-
<Version>10.0.1</Version>
22+
<Version>10.1.0</Version>
2323
<NeutralLanguage>en-CA</NeutralLanguage>
2424
<GenerateDocumentationFile>True</GenerateDocumentationFile>
25-
<PackageReleaseNotes>Fixed license year.</PackageReleaseNotes>
25+
<PackageReleaseNotes>Implemented environment variable helper methods.</PackageReleaseNotes>
2626
<PackageTags>logitar net framework</PackageTags>
2727
<PackageProjectUrl>https://github.com/Logitar/Logitar.NET/tree/dev/src/Logitar</PackageProjectUrl>
2828
</PropertyGroup>

0 commit comments

Comments
 (0)