Skip to content

Commit 0c16263

Browse files
chore(release): 5.0.0 [skip ci]
# [5.0.0](4.0.2...5.0.0) (2025-03-07) ### Features * Remove support for .NET 6.0, 7.0 ([#396](#396)) ([8fa9be9](8fa9be9)) ### BREAKING CHANGES * Removes support for .NET 6.0, 7.0 as they have reached their end-of-life date. ([8fa9be9](8fa9be9))
1 parent 8fa9be9 commit 0c16263

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+
# [5.0.0](https://github.com/parse-community/Parse-SDK-dotNET/compare/4.0.2...5.0.0) (2025-03-07)
2+
3+
4+
### Features
5+
6+
* Remove support for .NET 6.0, 7.0 ([#396](https://github.com/parse-community/Parse-SDK-dotNET/issues/396)) ([8fa9be9](https://github.com/parse-community/Parse-SDK-dotNET/commit/8fa9be925ee8db6b7a66afd8bde93eefbf8fcfa8))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* Removes support for .NET 6.0, 7.0 as they have reached their end-of-life date. ([8fa9be9](8fa9be9))
12+
113
## [4.0.2](https://github.com/parse-community/Parse-SDK-dotNET/compare/4.0.1...4.0.2) (2025-02-02)
214

315

Parse/Parse.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>net8.0</TargetFramework>
55
<DocumentationFile>bin\Release\net8.0\Parse.xml</DocumentationFile>
6-
<Version>4.0.2</Version>
6+
<Version>5.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": "4.0.2",
3+
"version": "5.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)