Skip to content

Commit a9c1855

Browse files
chore(release): 5.0.1 [skip ci]
## [5.0.1](5.0.0...5.0.1) (2025-03-30) ### Bug Fixes * Security upgrade braces from 3.0.2 to 3.0.3 ([#395](#395)) ([2e81163](2e81163))
1 parent 2e81163 commit a9c1855

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [5.0.1](https://github.com/parse-community/Parse-SDK-dotNET/compare/5.0.0...5.0.1) (2025-03-30)
2+
3+
4+
### Bug Fixes
5+
6+
* Security upgrade braces from 3.0.2 to 3.0.3 ([#395](https://github.com/parse-community/Parse-SDK-dotNET/issues/395)) ([2e81163](https://github.com/parse-community/Parse-SDK-dotNET/commit/2e81163d29488cf089f2540712e81c1e59dcb01f))
7+
18
# [5.0.0](https://github.com/parse-community/Parse-SDK-dotNET/compare/4.0.2...5.0.0) (2025-03-07)
29

310

Diff for: 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>5.0.0</Version>
6+
<Version>5.0.1</Version>
77
<LangVersion>latest</LangVersion>
88

99
<Authors>Parse</Authors>

Diff for: package-lock.json

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

Diff for: package.json

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