Skip to content

Commit f29fcca

Browse files
committed
Release 1.17.0
1 parent 2bfa507 commit f29fcca

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.17.0] - 2024-06-06
13+
1014
### Changed
1115

1216
- `Logitar` class library now targets .NET Standard 2.1.
@@ -207,7 +211,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
207211

208212
- Implemented StringExtensions.
209213

210-
[unreleased]: https://github.com/Logitar/Logitar.NET/compare/v1.16.0...HEAD
214+
[unreleased]: https://github.com/Logitar/Logitar.NET/compare/v1.17.0...HEAD
215+
[1.17.0]: https://github.com/Logitar/Logitar.NET/compare/v1.16.0...v1.17.0
211216
[1.16.0]: https://github.com/Logitar/Logitar.NET/compare/v1.15.0...v1.16.0
212217
[1.15.0]: https://github.com/Logitar/Logitar.NET/compare/v1.14.0...v1.15.0
213218
[1.14.0]: https://github.com/Logitar/Logitar.NET/compare/v1.13.1...v1.14.0

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>6.1.0.0</AssemblyVersion>
18+
<AssemblyVersion>6.2.0.0</AssemblyVersion>
1919
<FileVersion>$(AssemblyVersion)</FileVersion>
2020
<PackageLicenseFile>LICENSE</PackageLicenseFile>
2121
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
22-
<Version>6.1.0</Version>
22+
<Version>6.2.0</Version>
2323
<NeutralLanguage>en-CA</NeutralLanguage>
2424
<GenerateDocumentationFile>True</GenerateDocumentationFile>
25-
<PackageReleaseNotes>Implemented the Mask string extension method.</PackageReleaseNotes>
25+
<PackageReleaseNotes>Now targeting .NET Standard 2.1.</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)