We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01a8964 commit d25483bCopy full SHA for d25483b
2 files changed
src/NuGetForUnity/Editor/Ui/NugetPreferences.cs
@@ -28,7 +28,7 @@ public class NugetPreferences : SettingsProvider
28
/// <summary>
29
/// The current version of NuGet for Unity.
30
/// </summary>
31
- public const string NuGetForUnityVersion = "3.1.3";
+ public const string NuGetForUnityVersion = "4.0.0";
32
33
34
/// The current position of the scroll bar in the GUI.
src/NuGetForUnity/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "com.github-glitchenzo.nugetforunity",
3
"displayName": "NuGetForUnity",
4
- "version": "3.1.3",
+ "version": "4.0.0",
5
"description": "A NuGet Package Manager for Unity",
6
"unity": "2018.4",
7
"keywords": [
0 commit comments