Skip to content

Commit 9ac0c9f

Browse files
author
Stewart Miles
committed
Version 1.2.137
-- Changed * Renamed package to External Package Manager for Unity (EDM4U). We changed this to reflect what this plugin is doing today which is far more than the original scope which just consisted of importing jar files from the Android SDK maven repository. Scripts that used to pull `play-services-resolver*.unitypackage` will now have to request `external-dependency-manager*.unitypackage` instead. We'll still be shipping a `play-services-resolver*_manifest.txt` file to handle upgrading from older versions of the plugin. -- New Features * All Components: Added reporting of usage so that we can remotely detect errors and target improvements. * Android Resolver: Added support for *Dependencies.xml files in Unity Package Manager packages. * iOS Resolver: Added support for *Dependencies.xml files in Unity Package Manager packages. -- Bug Fixes * Version Handler: Disabled attempts to disable asset metadata modification when assets are in a Unity Package Manager managed package. Change-Id: I91a0e35eb0a94c9d24adfaa48052ecfd9bcebcef
1 parent 23208e7 commit 9ac0c9f

32 files changed

+63
-40
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
# Version 1.2.137 - Mar 6, 2020
2+
## Changed
3+
* Renamed package to External Package Manager for Unity (EDM4U).
4+
We changed this to reflect what this plugin is doing today which is far more
5+
than the original scope which just consisted of importing jar files from the
6+
Android SDK maven repository.
7+
Scripts that used to pull `play-services-resolver*.unitypackage` will now have
8+
to request `external-dependency-manager*.unitypackage` instead.
9+
We'll still be shipping a `play-services-resolver*_manifest.txt` file to
10+
handle upgrading from older versions of the plugin.
11+
12+
## New Features
13+
* All Components: Added reporting of usage so that we can remotely detect
14+
errors and target improvements.
15+
* Android Resolver: Added support for *Dependencies.xml files in Unity Package
16+
Manager packages.
17+
* iOS Resolver: Added support for *Dependencies.xml files in Unity Package
18+
Manager packages.
19+
20+
## Bug Fixes
21+
* Version Handler: Disabled attempts to disable asset metadata modification
22+
when assets are in a Unity Package Manager managed package.
23+
124
# Version 1.2.136 - Feb 19, 2019
225
## Bug Fixes
326
* Android Resolver: Fixed OpenJDK path discovery in Unity 2019.3.1.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ project.ext {
197197
// Solution which references all projects used by the plugin.
198198
pluginSolutionFile = new File(pluginSourceDir, "ExternalDependencyManager.sln")
199199
// Version of the plugin (update this with CHANGELOG.md on each release).
200-
pluginVersion = "1.2.136.0"
200+
pluginVersion = "1.2.137.0"
201201
// Semantic version of the plugin.
202202
pluginVersionSemVer = pluginVersion.tokenize(".")[0..2].join(".")
203203
// Base filename of the released plugin.

exploded/Assets/ExternalDependencyManager/Editor/Google.JarResolver_v1.2.136.0.dll.mdb.meta renamed to exploded/Assets/ExternalDependencyManager/Editor/Google.IOSResolver_v1.2.137.0.dll.mdb.meta

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

exploded/Assets/ExternalDependencyManager/Editor/Google.JarResolver_v1.2.136.0.dll.meta renamed to exploded/Assets/ExternalDependencyManager/Editor/Google.IOSResolver_v1.2.137.0.dll.meta

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

0 commit comments

Comments
 (0)