Skip to content

Commit

Permalink
Upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
mogoson committed Jul 18, 2024
1 parent 2180f93 commit 527ffeb
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"description": "Smooth 3D curve component for Unity project develop.",
"displayName": "Curve",
"name": "com.mgs.curve",
"unity": "2019.4",
"unity": "2021.3",
"version": "1.0.0"
}
14 changes: 7 additions & 7 deletions Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"dependencies": {
"com.mgs.common": "https://github.com/mogoson/MGS.Common.git?path=/Assets",
"com.unity.collab-proxy": "2.0.1",
"com.unity.ide.rider": "3.0.18",
"com.unity.ide.visualstudio": "2.0.17",
"com.unity.collab-proxy": "2.3.1",
"com.unity.ide.rider": "3.0.28",
"com.unity.ide.visualstudio": "2.0.22",
"com.unity.ide.vscode": "1.2.5",
"com.unity.nuget.newtonsoft-json": "3.0.2",
"com.unity.test-framework": "1.1.31",
"com.unity.nuget.newtonsoft-json": "3.2.1",
"com.unity.test-framework": "1.1.33",
"com.unity.textmeshpro": "3.0.6",
"com.unity.timeline": "1.6.4",
"com.unity.timeline": "1.6.5",
"com.unity.ugui": "1.0.0",
"com.unity.visualscripting": "1.8.0",
"com.unity.visualscripting": "1.9.4",
"com.unity.modules.ai": "1.0.0",
"com.unity.modules.androidjni": "1.0.0",
"com.unity.modules.animation": "1.0.0",
Expand Down
14 changes: 7 additions & 7 deletions Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"hash": "30eed4f4595351574ec554b23e540e8f6dc6fcc5"
},
"com.unity.collab-proxy": {
"version": "2.0.1",
"version": "2.3.1",
"depth": 0,
"source": "registry",
"dependencies": {},
Expand All @@ -22,7 +22,7 @@
"url": "https://packages.unity.cn"
},
"com.unity.ide.rider": {
"version": "3.0.18",
"version": "3.0.28",
"depth": 0,
"source": "registry",
"dependencies": {
Expand All @@ -31,7 +31,7 @@
"url": "https://packages.unity.cn"
},
"com.unity.ide.visualstudio": {
"version": "2.0.17",
"version": "2.0.22",
"depth": 0,
"source": "registry",
"dependencies": {
Expand All @@ -47,14 +47,14 @@
"url": "https://packages.unity.cn"
},
"com.unity.nuget.newtonsoft-json": {
"version": "3.0.2",
"version": "3.2.1",
"depth": 0,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.cn"
},
"com.unity.test-framework": {
"version": "1.1.31",
"version": "1.1.33",
"depth": 0,
"source": "registry",
"dependencies": {
Expand All @@ -74,7 +74,7 @@
"url": "https://packages.unity.cn"
},
"com.unity.timeline": {
"version": "1.6.4",
"version": "1.6.5",
"depth": 0,
"source": "registry",
"dependencies": {
Expand All @@ -95,7 +95,7 @@
}
},
"com.unity.visualscripting": {
"version": "1.8.0",
"version": "1.9.4",
"depth": 0,
"source": "registry",
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions ProjectSettings/ProjectVersion.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
m_EditorVersion: 2021.3.20f1c1
m_EditorVersionWithRevision: 2021.3.20f1c1 (7cf0fbd73406)
m_EditorVersion: 2021.3.39f1c1
m_EditorVersionWithRevision: 2021.3.39f1c1 (da41b8c78001)

0 comments on commit 527ffeb

Please sign in to comment.