We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d30cb64 commit f8f1902Copy full SHA for f8f1902
src/NuGetForUnity/Editor/Ui/NugetPreferences.cs
@@ -35,7 +35,7 @@ public class NugetPreferences : SettingsProvider
35
/// <summary>
36
/// The current version of NuGet for Unity.
37
/// </summary>
38
- public const string NuGetForUnityVersion = "4.3.0";
+ public const string NuGetForUnityVersion = "4.4.0";
39
40
41
/// The location where the settings are placed in the menu of the Unity Editor.
src/NuGetForUnity/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "com.github-glitchenzo.nugetforunity",
3
"displayName": "NuGetForUnity",
4
- "version": "4.3.0",
+ "version": "4.4.0",
5
"description": "A NuGet Package Manager for Unity",
6
"unity": "2018.4",
7
"keywords": [
0 commit comments