Fix git package updater
This commit is contained in:
parent
753aa2ae47
commit
8d06a104d0
@ -33,7 +33,7 @@ namespace Agoxandr.Utils
|
|||||||
return string.Empty;
|
return string.Empty;
|
||||||
}
|
}
|
||||||
|
|
||||||
[MenuItem("Window/Package Manager/Update Git Packages", false, 1000)]
|
[MenuItem("Assets/Update Git Packages", false, 1000)]
|
||||||
private static void UpdateGitPackages()
|
private static void UpdateGitPackages()
|
||||||
{
|
{
|
||||||
var lines = File.ReadAllLines(ManifestPath);
|
var lines = File.ReadAllLines(ManifestPath);
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "de.agoxandr.utils",
|
"name": "de.agoxandr.utils",
|
||||||
"version": "2.6.0",
|
"version": "2.6.1",
|
||||||
"displayName": "Utils",
|
"displayName": "Utils",
|
||||||
"description": "Utility useful for almost any project.",
|
"description": "Utility useful for almost any project.",
|
||||||
"licensesUrl": "https://github.com/Agoxandr/Utils/blob/master/LICENSE.md",
|
"licensesUrl": "https://github.com/Agoxandr/Utils/blob/master/LICENSE.md",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user