diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..918ce5a0 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +# [3.0.0](https://github.com/parse-community/Parse-SDK-dotNET/compare/2.0.0...3.0.0) (2024-05-23) + + +### Features + +* Change license to Apache 2.0 ([#374](https://github.com/parse-community/Parse-SDK-dotNET/issues/374)) ([6887aff](https://github.com/parse-community/Parse-SDK-dotNET/commit/6887affb8f30683d47fdfaf00ccf8207576d3477)) + + +### BREAKING CHANGES + +* This changes the license to Apache 2.0. This release may contain breaking changes which are not listed here, so please make sure to test your app carefully when upgrading. ([6887aff](6887aff)) diff --git a/Parse/Parse.csproj b/Parse/Parse.csproj index 3f98ff9f..bbd83611 100644 --- a/Parse/Parse.csproj +++ b/Parse/Parse.csproj @@ -3,7 +3,7 @@ netstandard2.0 bin\Release\netstandard2.0\Parse.xml - 2.0.0 + 3.0.0 latest Parse diff --git a/package-lock.json b/package-lock.json index 27f1a4db..4ad2bc29 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "parse-sdk-dotnet", - "version": "1.0.0", + "version": "3.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "parse-sdk-dotnet", - "version": "1.0.0", + "version": "3.0.0", "devDependencies": { "@droidsolutions-oss/semantic-release-nuget": "1.4.1", "@droidsolutions-oss/semantic-release-update-file": "1.4.0", diff --git a/package.json b/package.json index 6c7b2ff0..25b44e4d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parse-sdk-dotnet", - "version": "2.0.0-develop-1", + "version": "3.0.0", "devDependencies": { "@droidsolutions-oss/semantic-release-nuget": "1.4.1", "@droidsolutions-oss/semantic-release-update-file": "1.4.0",