Skip to content

Commit b3c7743

Browse files
committed
Version 1.2.151
- Version 1.2.151 - Apr 16, 2020 -- Bug Fixes * Version Handler: When waiting for newly enabled editor DLLs to load, ignore all DLLs that do not have a file-system location. * Android Resolver: Fixed resolution when using a Custom Gradle Template with libraries stored in a local maven repository distributed with a plugin installed with the Unity Package Manager. Change-Id: If4fc91683956d887c6a7fe181a0712ae294a5f19
1 parent 8fb5c1e commit b3c7743

File tree

56 files changed

+92
-76
lines changed

Some content is hidden

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

56 files changed

+92
-76
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions

build.gradle

Lines changed: 1 addition & 1 deletion
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.150"
229+
pluginVersion = "1.2.151"
230230
// Directory that contains the template plugin.
231231
// Files under this directory are copied into the staging area for the
232232
// plugin.

exploded/Assets/ExternalDependencyManager/Editor/CHANGELOG.md

Lines changed: 8 additions & 0 deletions

exploded/Assets/ExternalDependencyManager/Editor/CHANGELOG.md.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

exploded/Assets/ExternalDependencyManager/Editor/Google.IOSResolver_v1.2.150.dll.mdb.meta renamed to exploded/Assets/ExternalDependencyManager/Editor/Google.IOSResolver_v1.2.151.dll.mdb.meta

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

exploded/Assets/ExternalDependencyManager/Editor/Google.IOSResolver_v1.2.150.dll.meta renamed to exploded/Assets/ExternalDependencyManager/Editor/Google.IOSResolver_v1.2.151.dll.meta

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)