We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9f895b commit c7a7bbfCopy full SHA for c7a7bbf
src/NuGetForUnity/Editor/Ui/NugetPreferences.cs
@@ -34,7 +34,7 @@ public class NugetPreferences : SettingsProvider
34
/// <summary>
35
/// The current version of NuGet for Unity.
36
/// </summary>
37
- public const string NuGetForUnityVersion = "4.1.0";
+ public const string NuGetForUnityVersion = "4.1.1";
38
39
private const float LabelPading = 5;
40
src/NuGetForUnity/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "com.github-glitchenzo.nugetforunity",
3
"displayName": "NuGetForUnity",
4
- "version": "4.1.0",
+ "version": "4.1.1",
5
"description": "A NuGet Package Manager for Unity",
6
"unity": "2018.4",
7
"keywords": [
0 commit comments