Skip to content

Commit f604ee7

Browse files
authored
chore: release v4.0.0
2 parents dba5f4c + 9204148 commit f604ee7

File tree

4 files changed

+8
-50
lines changed

4 files changed

+8
-50
lines changed

CHANGELOG.md

+3-45
Original file line numberDiff line numberDiff line change
@@ -2,60 +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-
## [3.0.0](https://github.com/mwwoda/net-sdk-playground/compare/v2.0.0...v3.0.0) (2022-12-08)
6-
7-
8-
### ⚠ BREAKING CHANGES
9-
10-
* upgrade to net462
11-
12-
### **New Features and Enhancements:**
13-
14-
* ci changes ([58c0690](https://github.com/mwwoda/net-sdk-playground/commit/58c0690bf3fbaaa614ff235976c4c168bf7e7499))
15-
* new feature ([a8c13ac](https://github.com/mwwoda/net-sdk-playground/commit/a8c13ac6058fd615826f8d9031ee099f1a7ef8fa))
16-
* upgrade to net462 ([fd967cc](https://github.com/mwwoda/net-sdk-playground/commit/fd967cc849c8fc43f469a2999bfa96820f6bb77e))
5+
## [4.0.0](https://github.com/mwwoda/net-sdk-playground/compare/v2.1.0...v4.0.0) (2022-12-19)
176

18-
### **Bug Fixes:**
19-
20-
* fix script ([b4cf3ae](https://github.com/mwwoda/net-sdk-playground/commit/b4cf3aee8f981a7a0771a71d24c9011035c107be))
7+
## [3.0.0](https://github.com/mwwoda/net-sdk-playground/compare/v2.0.0...v3.0.0) (2022-12-08)
218

229

2310
## [3.0.0](https://github.com/mwwoda/net-sdk-playground/compare/v2.0.0...v3.0.0) (2022-11-24)
2411

2512

26-
### ⚠ BREAKING CHANGES
27-
28-
* upgrade to net462
29-
30-
### **New Features and Enhancements:**
31-
32-
* ci changes ([58c0690](https://github.com/mwwoda/net-sdk-playground/commit/58c0690bf3fbaaa614ff235976c4c168bf7e7499))
33-
* new feature ([a8c13ac](https://github.com/mwwoda/net-sdk-playground/commit/a8c13ac6058fd615826f8d9031ee099f1a7ef8fa))
34-
* upgrade to net462 ([fd967cc](https://github.com/mwwoda/net-sdk-playground/commit/fd967cc849c8fc43f469a2999bfa96820f6bb77e))
35-
36-
### **Bug Fixes:**
37-
38-
* fix script ([b4cf3ae](https://github.com/mwwoda/net-sdk-playground/commit/b4cf3aee8f981a7a0771a71d24c9011035c107be))
39-
40-
4113
## [3.0.0](https://github.com/mwwoda/net-sdk-playground/compare/v2.0.0...v3.0.0) (2022-11-24)
4214

4315

44-
### ⚠ BREAKING CHANGES
45-
46-
* upgrade to net462
47-
48-
### **New Features and Enhancements:**
49-
50-
* ci changes ([58c0690](https://github.com/mwwoda/net-sdk-playground/commit/58c0690bf3fbaaa614ff235976c4c168bf7e7499))
51-
* new feature ([a8c13ac](https://github.com/mwwoda/net-sdk-playground/commit/a8c13ac6058fd615826f8d9031ee099f1a7ef8fa))
52-
* upgrade to net462 ([fd967cc](https://github.com/mwwoda/net-sdk-playground/commit/fd967cc849c8fc43f469a2999bfa96820f6bb77e))
53-
54-
### **Bug Fixes:**
55-
56-
* fix script ([b4cf3ae](https://github.com/mwwoda/net-sdk-playground/commit/b4cf3aee8f981a7a0771a71d24c9011035c107be))
57-
58-
5916
## [3.0.0](https://github.com/mwwoda/net-sdk-playground/compare/v2.0.0...v3.0.0) (2022-11-24)
6017

6118

@@ -477,3 +434,4 @@ All notable changes to this project will be documented in this file. See [standa
477434

478435

479436

437+

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