Skip to content

Commit

Permalink
Updated AssemblyDefinitions
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanMurzak committed Feb 10, 2023
1 parent 505254b commit e5c60be
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "extensions.unity.playerprefs",
"rootNamespace": "",
"name": "Extensions.Unity.PlayerPrefsEx",
"rootNamespace": "Extensions.Unity.PlayerPrefsEx",
"references": [],
"includePlatforms": [],
"excludePlatforms": [],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "extensions.unity.playerprefs.tests.editor",
"rootNamespace": "",
"name": "Extensions.Unity.PlayerPrefsEx.Tests.Editor",
"rootNamespace": "Extensions.Unity.PlayerPrefsEx.Tests",
"references": [
"GUID:47551e40b67a88e4b8f4bf7442165f91"
],
Expand Down
2 changes: 1 addition & 1 deletion Assets/_PackageRoot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "extensions.unity.playerprefsex",
"displayName": "PlayerPrefsEx",
"author": { "name": "Ivan Murzak", "url": "https://github.com/IvanMurzak" },
"version": "1.0.2",
"version": "1.0.3",
"unity": "2018.3",
"description": "Lightweight package with optimized advanced version of PlayerPrefs. Under the hood it uses the same PlayerPrefs system, but creates flexible wrapper for default system.",
"dependencies": {
Expand Down

0 comments on commit e5c60be

Please sign in to comment.