Skip to content

Commit cbe8820

Browse files
authored
chore: release v5.0.0
2 parents 91b1a84 + b86443a commit cbe8820

File tree

4 files changed

+17
-5
lines changed

4 files changed

+17
-5
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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+
## [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+
516
## [4.0.0](https://github.com/mwwoda/net-sdk-playground/compare/v2.1.0...v4.0.0) (2022-12-19)
617

718
## [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
435446

436447

437448

449+

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>4.0.0</Version>
6+
<Version>5.0.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#400-2022-12-19</PackageReleaseNotes>
13+
<PackageReleaseNotes>See https://github.com/mwwoda/net-sdk-playground/blob/main/CHANGELOG.md#500-2023-01-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>4.0.0</version>
5+
<version>5.0.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#400-2022-12-19</releaseNotes>
13+
<releaseNotes>See https://github.com/mwwoda/net-sdk-playground/blob/main/CHANGELOG.md#500-2023-01-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 = "4.0.0";
8+
public const string NuGetVersion = "5.0.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)