Skip to content

Commit f172877

Browse files
authored
chore: release v1.17.0
2 parents 0ac5b88 + c76dd3f commit f172877

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [1.17.0](https://github.com/mwwoda/net-sdk-playground/compare/v1.16.0...v1.17.0) (2022-02-09)
6+
7+
8+
### **New Features and Enhancements:**
9+
10+
* new feature ([0ac5b88](https://github.com/mwwoda/net-sdk-playground/commit/0ac5b88379c2cfb5a517bbf24f547318aeb86c2e))
11+
* new feature ([331bd7d](https://github.com/mwwoda/net-sdk-playground/commit/331bd7d5e3afcda150f11c9068e18d1ab09ee5d6))
12+
513
## [1.16.0](https://github.com/mwwoda/net-sdk-playground/compare/v1.15.0...v1.16.0) (2022-02-09)
614

715

Net.Sdk.Playground.Core/Net.Sdk.Playground.Core.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
<PropertyGroup>
44
<Description>.NET SDK Playground for .NET Core</Description>
55
<AssemblyTitle>Net.Sdk.Playground.Core</AssemblyTitle>
6-
<Version>1.16.0</Version>
6+
<Version>1.17.0</Version>
77
<Authors>mwoda</Authors>
88
<Owners>mwoda</Owners>
99
<PackageProjectUrl>https://github.com/mwwoda/net-sdk-playground</PackageProjectUrl>
1010
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
1111
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
1212
<PackageDescription>.NET SDK Playground for testing purposes. The library is built for .NET Core.</PackageDescription>
13-
<PackageReleaseNotes>See https://github.com/mwwoda/net-sdk-playground/blob/main/CHANGELOG.md#1160-2022-02-09</PackageReleaseNotes>
13+
<PackageReleaseNotes>See https://github.com/mwwoda/net-sdk-playground/blob/main/CHANGELOG.md#1170-2022-02-09</PackageReleaseNotes>
1414
<Copyright>Copyright 2021</Copyright>
1515
<PackageTags>.NET;SDK;Core</PackageTags>
1616
<TargetFramework>netstandard2.0</TargetFramework>

Net.Sdk.Playground/Net.Sdk.Playground.nuspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
<package >
33
<metadata>
44
<id>Net.Sdk.Playground</id>
5-
<version>1.16.0</version>
5+
<version>1.17.0</version>
66
<title>.NET SDK Playground</title>
77
<authors>mwoda</authors>
88
<owners>mwoda</owners>
99
<projectUrl>https://github.com/mwwoda/net-sdk-playground</projectUrl>
1010
<license type="expression">Apache-2.0</license>
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<description>.NET SDK Playground for testing purposes. The library is targeting .NET Framework 4.5</description>
13-
<releaseNotes>See https://github.com/mwwoda/net-sdk-playground/blob/main/CHANGELOG.md#1160-2022-02-09</releaseNotes>
13+
<releaseNotes>See https://github.com/mwwoda/net-sdk-playground/blob/main/CHANGELOG.md#1170-2022-02-09</releaseNotes>
1414
<copyright>Copyright 2021</copyright>
1515
<tags>.NET SDK</tags>
1616
</metadata>

Net.Sdk.Playground/Utility/AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ internal class AssemblyInfo
55
public const string AssemblyTitle = "Net.Sdk.Playground";
66
public const string AssemblyProduct = "Net.Sdk.Playground";
77

8-
public const string NuGetVersion = "1.16.0";
8+
public const string NuGetVersion = "1.17.0";
99
public const string AssemblyVersion = "1.0.0.0";
1010
public const string AssemblyFileVersion = "1.0.0.0";
1111
}

0 commit comments

Comments
 (0)