From 6f79c98c132987f1c414deada7afd28d24fd24a2 Mon Sep 17 00:00:00 2001 From: Redth Date: Tue, 30 Aug 2016 15:01:44 -0400 Subject: [PATCH] Fixed version translation table Now has m2repository / Google SDK versions in it too --- README.md | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index e7ef007d8..e40850c80 100644 --- a/README.md +++ b/README.md @@ -70,17 +70,23 @@ Before the `.sln` files will compile in Visual Studio or Xamarin Studio, the ext ### Versioning -Historically, Component and later NuGet package versions were based on the revision number of the Google Play Services SDK from the SDK Manager. Because of this, the versions of the components and NuGet packages do not match the version strings of Google Play Services releases from Google. Here is a table which shows a translation of versions mapped to Google's version strings: - - -| NuGet / Component Version | Google Play Services Version | -|---------------------------|------------------------------| -| 32.4.x | 9.4.x | -| 29.x | 9.2.x | -| 28.x | 9.0.2 | -| 27.x | 9.0.1 | -| 26.x | 9.0.0 | -| 25.x | 8.4.x | +Historically, Component and later NuGet package versions were based on the revision number of the Google Play Services SDK from the SDK Manager, and later based on the Google Play Services Maven Repository (m2repository) version from the SDK Manager. Because of this, the versions of the components and NuGet packages do not match the version strings of Google Play Services releases from Google. Here is a table which shows a translation of versions mapped to Google's version strings: + + +| NuGet / Component Version | Google m2repository Version | Google Play Services Version | +|---------------------------|------------------------------|------------------------------| +| 25.0 | 19 (GPS SDK 25) | 7.5.0 | +| 26.0 | 21 (GPS SDK 26) | 7.8.0 | +| 27.0 | 22 (GPS SDK 27) | 8.1.0 | +| 29.0 | 24 (GPS SDK 29) | 8.4.0 | +| | 25 | 8.4.0 (no binary changes) | +| | 26 | 9.0.0 | +| 30.0.1.alpha4 | 27 (GPS SDK 30) | 9.0.1 | +| 30.0.2-alpha1 | 28 | 9.0.2 | +| | 29 | 9.2.0 | +| | 30 | (never published) | +| | 31 | 9.2.1 | +| 32.4.0-beta2 | 32 | 9.4.0 | ## License