From 887f026d4cf9d5cbe70c12671f777c8e03274388 Mon Sep 17 00:00:00 2001 From: Sam Harwell Date: Sat, 30 May 2015 15:23:36 -0500 Subject: [PATCH] Update version numbers for release 1.0.0-alpha009 --- .../StyleCop.Analyzers/Properties/AssemblyInfo.cs | 2 +- build/version.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/StyleCop.Analyzers/StyleCop.Analyzers/Properties/AssemblyInfo.cs b/StyleCop.Analyzers/StyleCop.Analyzers/Properties/AssemblyInfo.cs index 544eb5330..da5f0fb28 100644 --- a/StyleCop.Analyzers/StyleCop.Analyzers/Properties/AssemblyInfo.cs +++ b/StyleCop.Analyzers/StyleCop.Analyzers/Properties/AssemblyInfo.cs @@ -33,4 +33,4 @@ // by using the '*' as shown below: [assembly: AssemblyVersion("1.0.0.0")] [assembly: AssemblyFileVersion("1.0.0.0")] -[assembly: AssemblyInformationalVersion("1.0.0-dev")] +[assembly: AssemblyInformationalVersion("1.0.0-alpha009")] diff --git a/build/version.ps1 b/build/version.ps1 index 18ab0f945..25cd34456 100644 --- a/build/version.ps1 +++ b/build/version.ps1 @@ -1 +1 @@ -$Version = "1.0.0-dev" +$Version = "1.0.0-alpha009"