Skip to content

Commit a7c6b49

Browse files
CopilotJoC0de
andauthored
Bump NuGetForUnity version to 4.5.0 (#725)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: JoC0de <53140583+JoC0de@users.noreply.github.com>
1 parent f6fc60a commit a7c6b49

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/NuGetForUnity/Editor/Ui/NugetPreferences.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public class NugetPreferences : SettingsProvider
3535
/// <summary>
3636
/// The current version of NuGet for Unity.
3737
/// </summary>
38-
public const string NuGetForUnityVersion = "4.4.0";
38+
public const string NuGetForUnityVersion = "4.5.0";
3939

4040
/// <summary>
4141
/// The location where the settings are placed in the menu of the Unity Editor.

src/NuGetForUnity/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.github-glitchenzo.nugetforunity",
33
"displayName": "NuGetForUnity",
4-
"version": "4.4.0",
4+
"version": "4.5.0",
55
"description": "A NuGet Package Manager for Unity",
66
"unity": "2018.4",
77
"keywords": [

0 commit comments

Comments
 (0)