Skip to content

Commit e5c60be

Browse files
committed
Updated AssemblyDefinitions
1 parent 505254b commit e5c60be

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Assets/_PackageRoot/Scripts/extensions.unity.playerprefs.asmdef renamed to Assets/_PackageRoot/Scripts/Extensions.Unity.PlayerPrefsEx.asmdef

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "extensions.unity.playerprefs",
3-
"rootNamespace": "",
2+
"name": "Extensions.Unity.PlayerPrefsEx",
3+
"rootNamespace": "Extensions.Unity.PlayerPrefsEx",
44
"references": [],
55
"includePlatforms": [],
66
"excludePlatforms": [],

Assets/_PackageRoot/Scripts/extensions.unity.playerprefs.asmdef.meta renamed to Assets/_PackageRoot/Scripts/Extensions.Unity.PlayerPrefsEx.asmdef.meta

File renamed without changes.

Assets/_PackageRoot/Tests/Editor/extensions.unity.playerprefs.tests.editor.asmdef renamed to Assets/_PackageRoot/Tests/Editor/Extensions.Unity.PlayerPrefsEx.Tests.Editor.asmdef

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "extensions.unity.playerprefs.tests.editor",
3-
"rootNamespace": "",
2+
"name": "Extensions.Unity.PlayerPrefsEx.Tests.Editor",
3+
"rootNamespace": "Extensions.Unity.PlayerPrefsEx.Tests",
44
"references": [
55
"GUID:47551e40b67a88e4b8f4bf7442165f91"
66
],

Assets/_PackageRoot/Tests/Editor/extensions.unity.playerprefs.tests.editor.asmdef.meta renamed to Assets/_PackageRoot/Tests/Editor/Extensions.Unity.PlayerPrefsEx.Tests.Editor.asmdef.meta

File renamed without changes.

Assets/_PackageRoot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "extensions.unity.playerprefsex",
33
"displayName": "PlayerPrefsEx",
44
"author": { "name": "Ivan Murzak", "url": "https://github.com/IvanMurzak" },
5-
"version": "1.0.2",
5+
"version": "1.0.3",
66
"unity": "2018.3",
77
"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.",
88
"dependencies": {

0 commit comments

Comments
 (0)