Skip to content

Commit dbc9ebd

Browse files
chore(release): 3.0.0 [skip ci]
# [3.0.0](2.0.0...3.0.0) (2024-05-23) ### Features * Change license to Apache 2.0 ([#374](#374)) ([6887aff](6887aff)) ### 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))
1 parent 4989673 commit dbc9ebd

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# [3.0.0](https://github.com/parse-community/Parse-SDK-dotNET/compare/2.0.0...3.0.0) (2024-05-23)
2+
3+
4+
### Features
5+
6+
* 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))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* 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))

Parse/Parse.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<DocumentationFile>bin\Release\netstandard2.0\Parse.xml</DocumentationFile>
6-
<Version>2.0.0</Version>
6+
<Version>3.0.0</Version>
77
<LangVersion>latest</LangVersion>
88

99
<Authors>Parse</Authors>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parse-sdk-dotnet",
3-
"version": "2.0.0-develop-1",
3+
"version": "3.0.0",
44
"devDependencies": {
55
"@droidsolutions-oss/semantic-release-nuget": "1.4.1",
66
"@droidsolutions-oss/semantic-release-update-file": "1.4.0",

0 commit comments

Comments
 (0)