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

Commit 1fdd2df

Browse files
committed
Stable nuget version for QA
1 parent 0da10ae commit 1fdd2df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.cake

Lines changed: 1 addition & 1 deletion
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 = "-preview2";
44+
var NUGET_PRE = "";
4545

4646
var NUGET_VERSION = "27.0.2" + NUGET_PRE;
4747
var COMPONENT_VERSION = "27.0.2.0";

0 commit comments

Comments
 (0)