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

Commit

Permalink
Stable nuget version for QA
Browse files Browse the repository at this point in the history
  • Loading branch information
Redth committed Jan 17, 2018
1 parent 0da10ae commit 1fdd2df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ var BUILD_CONFIG = Argument ("config", "Release");
// Master list of all the packages in the repo:
// https://dl.google.com/dl/android/maven2/master-index.xml

var NUGET_PRE = "-preview2";
var NUGET_PRE = "";

var NUGET_VERSION = "27.0.2" + NUGET_PRE;
var COMPONENT_VERSION = "27.0.2.0";
Expand Down

0 comments on commit 1fdd2df

Please sign in to comment.