Skip to content

Commit 86efe37

Browse files
chore(release): 3.0.1 [skip ci]
## [3.0.1](3.0.0...3.0.1) (2024-05-24) ### Bug Fixes * SDK crash on conversion of double type range values to long type ([#342](#342)) ([816ba02](816ba02))
1 parent 571e265 commit 86efe37

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+
## [3.0.1](https://github.com/parse-community/Parse-SDK-dotNET/compare/3.0.0...3.0.1) (2024-05-24)
2+
3+
4+
### Bug Fixes
5+
6+
* SDK crash on conversion of double type range values to long type ([#342](https://github.com/parse-community/Parse-SDK-dotNET/issues/342)) ([816ba02](https://github.com/parse-community/Parse-SDK-dotNET/commit/816ba02fa3765e01825da741cedb377eb53c97f6))
7+
18
# [3.0.0](https://github.com/parse-community/Parse-SDK-dotNET/compare/2.0.0...3.0.0) (2024-05-23)
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>netstandard2.0</TargetFramework>
55
<DocumentationFile>bin\Release\netstandard2.0\Parse.xml</DocumentationFile>
6-
<Version>3.0.0</Version>
6+
<Version>3.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": "3.0.0",
3+
"version": "3.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)