Update branding to 5.0 (dotnet/coreclr#25704)
authorWilliam Godbe <wigodbe@microsoft.com>
Tue, 16 Jul 2019 22:48:30 +0000 (15:48 -0700)
committerGitHub <noreply@github.com>
Tue, 16 Jul 2019 22:48:30 +0000 (15:48 -0700)
* Update branding to 5.0

* Update Prerelease to alpha1

Commit migrated from https://github.com/dotnet/coreclr/commit/0cc81b60eb184c92b8526348d4bb056ed563e9d6

src/coreclr/dir.common.props
src/coreclr/src/System.Private.CoreLib/System.Private.CoreLib.csproj

index 09c70e7cfe330f5de6036aa3224524302ca4f204..fd0938364b4f05b000f2e29c300e3fb82ce457b7 100644 (file)
@@ -65,7 +65,7 @@
 
   <PropertyGroup>
     <!-- Central place to set the versions of all nuget packages produced in the repo -->
-    <PackageVersion Condition="'$(PackageVersion)' == ''">3.0.0</PackageVersion>
+    <PackageVersion Condition="'$(PackageVersion)' == ''">5.0.0</PackageVersion>
 
     <!-- Set the boolean below to true to generate packages with stabilized versions -->
     <StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">false</StabilizePackageVersion>
index 6b2b4e8875d40eb86c9ff1079f48f8978a207280..0c7e9d1e88de6b02518ac21172c29f9764c05ea8 100644 (file)
   <!-- Assembly attributes -->
   <PropertyGroup>
     <AssemblyName>System.Private.CoreLib</AssemblyName>
-    <AssemblyVersion>4.0.0.0</AssemblyVersion>
+    <AssemblyVersion>5.0.0.0</AssemblyVersion>
     <ExcludeAssemblyInfoPartialFile>true</ExcludeAssemblyInfoPartialFile>
     <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
     <Description>$(AssemblyName)</Description>