Skip to content

Commit 36d3260

Browse files
authored
Update version to 4.2.0 (#703)
1 parent 6b4feb9 commit 36d3260

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ We are using pull requests to add new features, no direct commits to master. To
115115

116116
1. Update Version Information:
117117

118+
- Run the script `tools/update-version-number.ps1` to update the version numbers
118119
- Edit `src/NuGetForUnity/package.json` to update the `"version"` field.
119120
- Edit `src/NuGetForUnity/Editor/Ui/NugetPreferences.cs` to update the `NuGetForUnityVersion` constant.
120121

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.2.0";
38+
public const string NuGetForUnityVersion = "4.3.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.2.0",
4+
"version": "4.3.0",
55
"description": "A NuGet Package Manager for Unity",
66
"unity": "2018.4",
77
"keywords": [

0 commit comments

Comments
 (0)