We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 332b623 commit f9fb82dCopy full SHA for f9fb82d
2 files changed
src/NuGetForUnity/Editor/NugetPreferences.cs
@@ -11,7 +11,7 @@ public class NugetPreferences : SettingsProvider
11
/// <summary>
12
/// The current version of NuGet for Unity.
13
/// </summary>
14
- public const string NuGetForUnityVersion = "3.1.1";
+ public const string NuGetForUnityVersion = "3.1.3";
15
16
17
/// 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.1",
+ "version": "3.1.3",
5
"description": "A NuGet Package Manager for Unity",
6
"unity": "2018.4",
7
"keywords": [
0 commit comments