Skip to content

Commit 8ef8dc9

Browse files
author
Stewart Miles
committedApr 17, 2020
Version 1.2.152
- Version 1.2.152 - Apr 17, 2020 * Version Handler: Fixed exception when waiting for enabled editor DLLs to load. * Android Resolver: Fixed regression when using a Custom Gradle Template on Windows. Change-Id: I57a7869a2257547eaa7039e00d84c238cc5e2c79
1 parent 1e794f9 commit 8ef8dc9

File tree

57 files changed

+112
-100
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+112
-100
lines changed
 

‎CHANGELOG.md

+11-5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Version 1.2.152 - Apr 17, 2020
2+
* Version Handler: Fixed exception when waiting for enabled editor DLLs to
3+
load.
4+
* Android Resolver: Fixed regression when using a Custom Gradle Template
5+
on Windows.
6+
17
# Version 1.2.151 - Apr 16, 2020
28
## Bug Fixes
39
* Version Handler: When waiting for newly enabled editor DLLs to load, ignore
@@ -14,12 +20,12 @@
1420

1521
# Version 1.2.149 - Apr 8, 2020
1622
## Bug Fixes
17-
* Unity Package Manager Resolver: Fixed spurious error message when resuming
23+
* Package Manager Resolver: Fixed spurious error message when resuming
1824
migration after installing a UPM package.
1925

2026
# Version 1.2.148 - Apr 8, 2020
2127
## Bug Fixes
22-
* Unity Package Manager Resolver: Fixed an exception when resuming migration
28+
* Package Manager Resolver: Fixed an exception when resuming migration
2329
after installing a UPM package.
2430

2531
# Version 1.2.147 - Apr 8, 2020
@@ -34,7 +40,7 @@
3440

3541
# Version 1.2.145 - Apr 2, 2020
3642
## New Features
37-
* Unity Package Manager Resolver: Added a method to migrate Version Handler
43+
* Package Manager Resolver: Added a method to migrate Version Handler
3844
managed packages installed via `.unitypackage` to Unity Package Manager
3945
packages. This is initially used to migrate the External Dependency Manager
4046
to UPM.
@@ -74,7 +80,7 @@
7480

7581
# Version 1.2.142 - Mar 19, 2020
7682
## Changes
77-
* Unity Package Manager Resolver: Enabled auto-add by default.
83+
* Package Manager Resolver: Enabled auto-add by default.
7884

7985
# Version 1.2.141 - Mar 19, 2020
8086
## Bug Fixes
@@ -97,7 +103,7 @@
97103

98104
# Version 1.2.138 - Mar 17, 2020
99105
## New Features
100-
* Unity Package Manager Resolver: Added the Unity Package Manager Resolver
106+
* Package Manager Resolver: Added the Package Manager Resolver
101107
component that allows developers to easily boostrap Unity Package Manager
102108
(UPM) registry addition using unitypackage plugins.
103109
* Version Handler: Added a window that allows plugins to managed by the

‎build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ project.ext {
226226
// Directory for testing.
227227
testDir = new File(scriptDirectory, "test_output")
228228
// Version of the plugin (update this with CHANGELOG.md on each release).
229-
pluginVersion = "1.2.151"
229+
pluginVersion = "1.2.152"
230230
// Directory that contains the template plugin.
231231
// Files under this directory are copied into the staging area for the
232232
// plugin.

0 commit comments

Comments
 (0)
Please sign in to comment.