Skip to content

Commit

Permalink
chore(release): 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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))
  • Loading branch information
semantic-release-bot committed Dec 19, 2024
1 parent 1d4ab13 commit 39de67d
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [4.0.0](https://github.com/parse-community/Parse-SDK-dotNET/compare/3.0.2...4.0.0) (2024-12-19)


### Features

* 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))


### 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))

## [3.0.2](https://github.com/parse-community/Parse-SDK-dotNET/compare/3.0.1...3.0.2) (2024-05-24)


Expand Down
2 changes: 1 addition & 1 deletion Parse/Parse.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<DocumentationFile>bin\Release\netstandard2.0\Parse.xml</DocumentationFile>
<Version>3.0.2</Version>
<Version>4.0.0</Version>
<LangVersion>latest</LangVersion>

<Authors>Parse</Authors>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "parse-sdk-dotnet",
"version": "3.0.2",
"version": "4.0.0",
"devDependencies": {
"@droidsolutions-oss/semantic-release-nuget": "1.4.1",
"@droidsolutions-oss/semantic-release-update-file": "1.4.0",
Expand Down

0 comments on commit 39de67d

Please sign in to comment.