Skip to content

Commit 39de67d

Browse files
chore(release): 4.0.0 [skip ci]
# [4.0.0](3.0.2...4.0.0) (2024-12-19) ### Features * Upgrade target framework from NET Standard 2.0 to .NET 6.0 ([#393](#393)) ([1d4ab13](1d4ab13)) ### BREAKING CHANGES * This release requires .NET 6.0 or later and removes compatibility with NET Standard 2.0; Xamarin developers should migrate to .NET MAUI to use this version of the Parse SDK; Unity developers should use the previous SDK version until Unity supports .NET. ([1d4ab13](1d4ab13))
1 parent 1d4ab13 commit 39de67d

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [4.0.0](https://github.com/parse-community/Parse-SDK-dotNET/compare/3.0.2...4.0.0) (2024-12-19)
2+
3+
4+
### Features
5+
6+
* Upgrade target framework from NET Standard 2.0 to .NET 6.0 ([#393](https://github.com/parse-community/Parse-SDK-dotNET/issues/393)) ([1d4ab13](https://github.com/parse-community/Parse-SDK-dotNET/commit/1d4ab1339a8b49a6ac406c66bb697fe17c6726b5))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* This release requires .NET 6.0 or later and removes compatibility with NET Standard 2.0; Xamarin developers should migrate to .NET MAUI to use this version of the Parse SDK; Unity developers should use the previous SDK version until Unity supports .NET. ([1d4ab13](1d4ab13))
12+
113
## [3.0.2](https://github.com/parse-community/Parse-SDK-dotNET/compare/3.0.1...3.0.2) (2024-05-24)
214

315

Parse/Parse.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>net6.0</TargetFramework>
55
<DocumentationFile>bin\Release\netstandard2.0\Parse.xml</DocumentationFile>
6-
<Version>3.0.2</Version>
6+
<Version>4.0.0</Version>
77
<LangVersion>latest</LangVersion>
88

99
<Authors>Parse</Authors>

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parse-sdk-dotnet",
3-
"version": "3.0.2",
3+
"version": "4.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)