Skip to content

Commit

Permalink
Version 1.2.124
Browse files Browse the repository at this point in the history
* All components: Fixed regression with source control integration when using
  Unity 2019.1+.

Change-Id: I7909fcc34380129c53e8c4107c3706972ead4334
  • Loading branch information
Stewart Miles committed Jul 26, 2019
1 parent b0b0064 commit dc6eb08
Show file tree
Hide file tree
Showing 34 changed files with 47 additions and 42 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,8 @@
# Version 1.2.124 - Jul 28, 2019
## Bug Fixes
* All components: Fixed regression with source control integration when using
Unity 2019.1+.

# Version 1.2.123 - Jul 23, 2019
## New Features
* All components: Source control integration for project settings.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -194,7 +194,7 @@ project.ext {
// Solution which references all projects used by the plugin.
pluginSolutionFile = new File(pluginSourceDir, "JarResolver.sln")
// Version of the plugin (update this with CHANGELOG.md on each release).
pluginVersion = "1.2.123.0"
pluginVersion = "1.2.124.0"
// Semantic version of the plugin.
pluginVersionSemVer = pluginVersion.tokenize(".")[0..2].join(".")
// Base filename of the released plugin.
Expand Down
Binary file not shown.
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

@@ -0,0 +1,8 @@
Assets/PlayServicesResolver/Editor/Google.IOSResolver_v1.2.124.0.dll
Assets/PlayServicesResolver/Editor/Google.IOSResolver_v1.2.124.0.dll.mdb
Assets/PlayServicesResolver/Editor/Google.JarResolver_v1.2.124.0.dll
Assets/PlayServicesResolver/Editor/Google.JarResolver_v1.2.124.0.dll.mdb
Assets/PlayServicesResolver/Editor/Google.VersionHandler.dll
Assets/PlayServicesResolver/Editor/Google.VersionHandler.dll.mdb
Assets/PlayServicesResolver/Editor/Google.VersionHandlerImpl_v1.2.124.0.dll
Assets/PlayServicesResolver/Editor/Google.VersionHandlerImpl_v1.2.124.0.dll.mdb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file removed play-services-resolver-1.2.123.0.unitypackage
Binary file not shown.
Binary file added play-services-resolver-1.2.124.0.unitypackage
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion source/IOSResolver/src/VersionNumber.cs
Expand Up @@ -27,7 +27,7 @@ public class IOSResolverVersionNumber {
/// <summary>
/// Version number, patched by the build process.
/// </summary>
private const string VERSION_STRING = "1.2.123.0";
private const string VERSION_STRING = "1.2.124.0";

/// <summary>
/// Cached version structure.
Expand Down
2 changes: 1 addition & 1 deletion source/PlayServicesResolver/src/VersionNumber.cs
Expand Up @@ -27,7 +27,7 @@ public class AndroidResolverVersionNumber {
/// <summary>
/// Version number, patched by the build process.
/// </summary>
private const string VERSION_STRING = "1.2.123.0";
private const string VERSION_STRING = "1.2.124.0";

/// <summary>
/// Cached version structure.
Expand Down
2 changes: 1 addition & 1 deletion source/VersionHandlerImpl/src/VersionNumber.cs
Expand Up @@ -27,7 +27,7 @@ public class VersionHandlerVersionNumber {
/// <summary>
/// Version number, patched by the build process.
/// </summary>
private const string VERSION_STRING = "1.2.123.0";
private const string VERSION_STRING = "1.2.124.0";

/// <summary>
/// Cached version structure.
Expand Down

0 comments on commit dc6eb08

Please sign in to comment.