File tree 4 files changed +17
-5
lines changed
4 files changed +17
-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
+ ## [ 5.0.0] ( https://github.com/mwwoda/net-sdk-playground/compare/v4.0.0...v5.0.0 ) (2023-01-10)
6
+
7
+
8
+ ### ⚠ BREAKING CHANGES
9
+
10
+ * new breaking change
11
+
12
+ ### ** New Features and Enhancements:**
13
+
14
+ * new breaking change ([ 91b1a84] ( https://github.com/mwwoda/net-sdk-playground/commit/91b1a84a8348cc0fab7b8e2e1fde4ae75e29eb48 ) )
15
+
5
16
## [ 4.0.0] ( https://github.com/mwwoda/net-sdk-playground/compare/v2.1.0...v4.0.0 ) (2022-12-19)
6
17
7
18
## [ 3.0.0] ( https://github.com/mwwoda/net-sdk-playground/compare/v2.0.0...v3.0.0 ) (2022-12-08)
@@ -435,3 +446,4 @@ All notable changes to this project will be documented in this file. See [standa
435
446
436
447
437
448
449
+
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 >4 .0.0</Version >
6
+ <Version >5 .0.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#400-2022-12-19 </PackageReleaseNotes >
13
+ <PackageReleaseNotes >See https://github.com/mwwoda/net-sdk-playground/blob/main/CHANGELOG.md#500-2023-01-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 >4 .0.0</version >
5
+ <version >5 .0.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#400-2022-12-19 </releaseNotes >
13
+ <releaseNotes >See https://github.com/mwwoda/net-sdk-playground/blob/main/CHANGELOG.md#500-2023-01-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 = "4 .0.0" ;
8
+ public const string NuGetVersion = "5 .0.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