Skip to content

Commit 3e9bd51

Browse files
authored
chore: release v3.0.0
2 parents 281e050 + af633c2 commit 3e9bd51

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
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))
17+
18+
### **Bug Fixes:**
19+
20+
* fix script ([b4cf3ae](https://github.com/mwwoda/net-sdk-playground/commit/b4cf3aee8f981a7a0771a71d24c9011035c107be))
21+
22+
523
## [3.0.0](https://github.com/mwwoda/net-sdk-playground/compare/v2.0.0...v3.0.0) (2022-11-24)
624

725

@@ -458,3 +476,4 @@ All notable changes to this project will be documented in this file. See [standa
458476

459477

460478

479+

Net.Sdk.Playground.Core/Net.Sdk.Playground.Core.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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-11-24</PackageReleaseNotes>
13+
<PackageReleaseNotes>See https://github.com/mwwoda/net-sdk-playground/blob/main/CHANGELOG.md#300-2022-12-08</PackageReleaseNotes>
1414
<Copyright>Copyright 2021</Copyright>
1515
<PackageTags>.NET;SDK;Core</PackageTags>
1616
<TargetFramework>netstandard2.0</TargetFramework>

Net.Sdk.Playground/Net.Sdk.Playground.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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-11-24</releaseNotes>
13+
<releaseNotes>See https://github.com/mwwoda/net-sdk-playground/blob/main/CHANGELOG.md#300-2022-12-08</releaseNotes>
1414
<copyright>Copyright 2021</copyright>
1515
<tags>.NET SDK</tags>
1616
</metadata>

0 commit comments

Comments
 (0)