Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Commit 97d0e0c

Browse files
committed
Drop prerelease version for QA to do testing
1 parent 8b1e032 commit 97d0e0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.cake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ var BUILD_CONFIG = Argument ("config", "Release");
4141
// Master list of all the packages in the repo:
4242
// https://dl.google.com/dl/android/maven2/master-index.xml
4343

44-
var NUGET_PRE = "-beta1";
44+
var NUGET_PRE = "";
4545

4646
var NUGET_VERSION = "27.0.2" + NUGET_PRE;
4747
var COMPONENT_VERSION = "27.0.2.0";
@@ -55,7 +55,7 @@ var ARCH_CORE_COMMON_NUGET_VERSION = "1.0.0" + NUGET_PRE;
5555
var ARCH_LIFECYCLE_COMMON_NUGET_VERSION = "1.0.3" + NUGET_PRE;
5656
var ARCH_LIFECYCLE_RUNTIME_NUGET_VERSION = "1.0.3" + NUGET_PRE;
5757

58-
var DOC_VERSION = "2017-12-01";
58+
var DOC_VERSION = "2017-12-18";
5959

6060

6161
var SUPPORT_PKG_NAME = "com.android.support";

0 commit comments

Comments
 (0)