Skip to content

Commit 71dd991

Browse files
chore(release): 3.0.2 [skip ci]
## [3.0.2](3.0.1...3.0.2) (2024-05-24) ### Bug Fixes * Cannot access objects without user login ([#368](#368)) ([aa278df](aa278df))
1 parent aa278df commit 71dd991

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [3.0.2](https://github.com/parse-community/Parse-SDK-dotNET/compare/3.0.1...3.0.2) (2024-05-24)
2+
3+
4+
### Bug Fixes
5+
6+
* Cannot access objects without user login ([#368](https://github.com/parse-community/Parse-SDK-dotNET/issues/368)) ([aa278df](https://github.com/parse-community/Parse-SDK-dotNET/commit/aa278df8147516a2ff8a95e1fa0f5f7972c63cc4))
7+
18
## [3.0.1](https://github.com/parse-community/Parse-SDK-dotNET/compare/3.0.0...3.0.1) (2024-05-24)
29

310

Parse/Parse.csproj

Lines changed: 1 addition & 1 deletion
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.1</Version>
6+
<Version>3.0.2</Version>
77
<LangVersion>latest</LangVersion>
88

99
<Authors>Parse</Authors>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parse-sdk-dotnet",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
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)