Skip to content

Commit 63404c2

Browse files
author
Stewart Miles
committed
Version 1.2.96
* Android Resolver: Fixed repacking of AARs to exclude .meta files. * Android Resolver: Only perform auto-resolution on the first scene while building. * Android Resolver: Fixed parsing of version ranges that include whitespace. * iOS Resolver: Added support for local development pods. * Version Handler: Fixed Version Handler failing to rename some files. Change-Id: I8d1c1898e34ae49d4cd5705d6e6e4b1583d4fd51
1 parent 6398ef7 commit 63404c2

32 files changed

+52
-43
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# Version 1.2.96 - Dec 17, 2018
2+
## Bug Fixes
3+
* Android Resolver: Fixed repacking of AARs to exclude .meta files.
4+
* Android Resolver: Only perform auto-resolution on the first scene while
5+
building.
6+
* Android Resolver: Fixed parsing of version ranges that include whitespace.
7+
* iOS Resolver: Added support for local development pods.
8+
* Version Handler: Fixed Version Handler failing to rename some files.
9+
110
# Version 1.2.95 - Oct 23, 2018
211
## Bug Fixes:
312
* Android Resolver: Fixed auto-resolution running in a loop in some scenarios.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ project.ext {
188188
// Solution which references all projects used by the plugin.
189189
pluginSolutionFile = new File(pluginSourceDir, "JarResolver.sln")
190190
// Version of the plugin (update this with CHANGELOG.md on each release).
191-
pluginVersion = "1.2.95.0"
191+
pluginVersion = "1.2.96.0"
192192
// Semantic version of the plugin.
193193
pluginVersionSemVer = pluginVersion.tokenize(".")[0..2].join(".")
194194
// Base filename of the released plugin.
-12.8 KB
Binary file not shown.
56.5 KB
Binary file not shown.
13 KB
Binary file not shown.

exploded/Assets/PlayServicesResolver/Editor/Google.JarResolver_v1.2.95.0.dll.mdb.meta renamed to exploded/Assets/PlayServicesResolver/Editor/Google.IOSResolver_v1.2.96.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/PlayServicesResolver/Editor/Google.JarResolver_v1.2.95.0.dll.meta renamed to exploded/Assets/PlayServicesResolver/Editor/Google.IOSResolver_v1.2.96.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.
265 KB
Binary file not shown.
51 KB
Binary file not shown.
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)