Skip to content

Commit

Permalink
Change Package Name
Browse files Browse the repository at this point in the history
  • Loading branch information
AJpon committed Dec 1, 2024
1 parent 654bf42 commit e2aa090
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "io.github.ajpon.localpackagemanager",
"name": "AJpon.LPM",
"rootNamespace": "",
"references": [],
"includePlatforms": [],
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "io.github.ajpon.localpackagemanager.Editor",
"name": "AJpon.LPM.Editor",
"rootNamespace": "",
"references": [],
"includePlatforms": [
Expand Down
File renamed without changes.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"author": "pon",
"name": "io.github.ajpon.localpackagemanager",
"displayName": "Local package manager",
"description": "Local package manager",
"version": "0.1.1",
"keywords": [
"upm",
"UnityEditor",
"Unity"
],
"unity": "2022.3",
"dependencies": {
"com.unity.nuget.newtonsoft-json": "1.0.0"
}
{
"author": "pon",
"name": "com.ajpon.localpackagemanager",
"displayName": "Local Package Manager",
"description": "Local package manager",
"version": "0.2.0-pre.1",
"keywords": [
"upm",
"UnityEditor",
"Unity"
],
"unity": "2022.3",
"dependencies": {
"com.unity.nuget.newtonsoft-json": "1.0.0"
}
}

0 comments on commit e2aa090

Please sign in to comment.