File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ Nothing yet.
11
+
12
+ ## [ 1.17.0] - 2024-06-06
13
+
10
14
### Changed
11
15
12
16
- ` 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
207
211
208
212
- Implemented StringExtensions.
209
213
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
211
216
[ 1.16.0 ] : https://github.com/Logitar/Logitar.NET/compare/v1.15.0...v1.16.0
212
217
[ 1.15.0 ] : https://github.com/Logitar/Logitar.NET/compare/v1.14.0...v1.15.0
213
218
[ 1.14.0 ] : https://github.com/Logitar/Logitar.NET/compare/v1.13.1...v1.14.0
Original file line number Diff line number Diff line change 15
15
<PackageReadmeFile >README.md</PackageReadmeFile >
16
16
<RepositoryType >git</RepositoryType >
17
17
<RepositoryUrl >https://github.com/Logitar/Logitar.NET</RepositoryUrl >
18
- <AssemblyVersion >6.1 .0.0</AssemblyVersion >
18
+ <AssemblyVersion >6.2 .0.0</AssemblyVersion >
19
19
<FileVersion >$(AssemblyVersion)</FileVersion >
20
20
<PackageLicenseFile >LICENSE</PackageLicenseFile >
21
21
<PackageRequireLicenseAcceptance >True</PackageRequireLicenseAcceptance >
22
- <Version >6.1 .0</Version >
22
+ <Version >6.2 .0</Version >
23
23
<NeutralLanguage >en-CA</NeutralLanguage >
24
24
<GenerateDocumentationFile >True</GenerateDocumentationFile >
25
- <PackageReleaseNotes >Implemented the Mask string extension method .</PackageReleaseNotes >
25
+ <PackageReleaseNotes >Now targeting .NET Standard 2.1 .</PackageReleaseNotes >
26
26
<PackageTags >logitar net framework</PackageTags >
27
27
<PackageProjectUrl >https://github.com/Logitar/Logitar.NET/tree/dev/src/Logitar</PackageProjectUrl >
28
28
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments