Browse Source

Updating versions to preview3

Pranav K 8 years ago
parent
commit
91e48874ff
2 changed files with 3 additions and 2 deletions
  1. 2 1
      NuGet.config
  2. 1 1
      version.props

+ 2 - 1
NuGet.config

@@ -1,6 +1,7 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <configuration>
 <configuration>
   <packageSources>
   <packageSources>
+    <clear />
     <add key="AspNetCore" value="https://dotnet.myget.org/F/aspnetcore-ci-dev/api/v3/index.json" />
     <add key="AspNetCore" value="https://dotnet.myget.org/F/aspnetcore-ci-dev/api/v3/index.json" />
     <add key="AspNetCoreTools" value="https://dotnet.myget.org/F/aspnetcore-tools/api/v3/index.json" />
     <add key="AspNetCoreTools" value="https://dotnet.myget.org/F/aspnetcore-tools/api/v3/index.json" />
     <add key="NuGet" value="https://api.nuget.org/v3/index.json" />
     <add key="NuGet" value="https://api.nuget.org/v3/index.json" />

+ 1 - 1
version.props

@@ -2,6 +2,6 @@
 <Project>
 <Project>
   <PropertyGroup>
   <PropertyGroup>
     <VersionPrefix>2.0.0</VersionPrefix>
     <VersionPrefix>2.0.0</VersionPrefix>
-    <VersionSuffix>preview2</VersionSuffix>
+    <VersionSuffix>preview3</VersionSuffix>
   </PropertyGroup>
   </PropertyGroup>
 </Project>
 </Project>