Skip to content

Commit 49a92b4

Browse files
authored
chore: release v1.18.0
2 parents d50c069 + 3736a0f commit 49a92b4

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.18.0](https://github.com/mwwoda/net-sdk-playground/compare/v1.17.0...v1.18.0) (2022-02-10)
6+
7+
8+
### **New Features and Enhancements:**
9+
10+
* new feature ([d50c069](https://github.com/mwwoda/net-sdk-playground/commit/d50c06903e953cad45851ca7001acec4e6306b96))
11+
512
## [1.17.0](https://github.com/mwwoda/net-sdk-playground/compare/v1.16.0...v1.17.0) (2022-02-09)
613

714

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.17.0</Version>
6+
<Version>1.18.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#1170-2022-02-09</PackageReleaseNotes>
13+
<PackageReleaseNotes>See https://github.com/mwwoda/net-sdk-playground/blob/main/CHANGELOG.md#1180-2022-02-10</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.17.0</version>
5+
<version>1.18.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#1170-2022-02-09</releaseNotes>
13+
<releaseNotes>See https://github.com/mwwoda/net-sdk-playground/blob/main/CHANGELOG.md#1180-2022-02-10</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.17.0";
8+
public const string NuGetVersion = "1.18.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)