File tree 4 files changed +12
-5
lines changed
4 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
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.
4
4
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
+
5
12
## [ 1.17.0] ( https://github.com/mwwoda/net-sdk-playground/compare/v1.16.0...v1.17.0 ) (2022-02-09)
6
13
7
14
Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<Description >.NET SDK Playground for .NET Core</Description >
5
5
<AssemblyTitle >Net.Sdk.Playground.Core</AssemblyTitle >
6
- <Version >1.17 .0</Version >
6
+ <Version >1.18 .0</Version >
7
7
<Authors >mwoda</Authors >
8
8
<Owners >mwoda</Owners >
9
9
<PackageProjectUrl >https://github.com/mwwoda/net-sdk-playground</PackageProjectUrl >
10
10
<PackageLicenseExpression >Apache-2.0</PackageLicenseExpression >
11
11
<PackageRequireLicenseAcceptance >false</PackageRequireLicenseAcceptance >
12
12
<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 >
14
14
<Copyright >Copyright 2021</Copyright >
15
15
<PackageTags >.NET;SDK;Core</PackageTags >
16
16
<TargetFramework >netstandard2.0</TargetFramework >
Original file line number Diff line number Diff line change 2
2
<package >
3
3
<metadata >
4
4
<id >Net.Sdk.Playground</id >
5
- <version >1.17 .0</version >
5
+ <version >1.18 .0</version >
6
6
<title >.NET SDK Playground</title >
7
7
<authors >mwoda</authors >
8
8
<owners >mwoda</owners >
9
9
<projectUrl >https://github.com/mwwoda/net-sdk-playground</projectUrl >
10
10
<license type =" expression" >Apache-2.0</license >
11
11
<requireLicenseAcceptance >false</requireLicenseAcceptance >
12
12
<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 >
14
14
<copyright >Copyright 2021</copyright >
15
15
<tags >.NET SDK</tags >
16
16
</metadata >
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ internal class AssemblyInfo
5
5
public const string AssemblyTitle = "Net.Sdk.Playground" ;
6
6
public const string AssemblyProduct = "Net.Sdk.Playground" ;
7
7
8
- public const string NuGetVersion = "1.17 .0" ;
8
+ public const string NuGetVersion = "1.18 .0" ;
9
9
public const string AssemblyVersion = "1.0.0.0" ;
10
10
public const string AssemblyFileVersion = "1.0.0.0" ;
11
11
}
You can’t perform that action at this time.
0 commit comments