From 8fa931ef29652b4ace62e8486891ef9eaf65b1be Mon Sep 17 00:00:00 2001 From: Sam Harwell Date: Wed, 25 Feb 2015 20:07:54 -0600 Subject: [PATCH] Prepare release 1.0.0-alpha004 --- .../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 cf3de8316..86fd5242b 100644 --- a/StyleCop.Analyzers/StyleCop.Analyzers/Properties/AssemblyInfo.cs +++ b/StyleCop.Analyzers/StyleCop.Analyzers/Properties/AssemblyInfo.cs @@ -31,4 +31,4 @@ // by using the '*' as shown below: [assembly: AssemblyVersion("1.0.0.0")] [assembly: AssemblyFileVersion("1.0.0.0")] -[assembly: AssemblyInformationalVersion("1.0.0.0-dev")] +[assembly: AssemblyInformationalVersion("1.0.0.0-alpha004")] diff --git a/build/version.ps1 b/build/version.ps1 index 18ab0f945..3f110e906 100644 --- a/build/version.ps1 +++ b/build/version.ps1 @@ -1 +1 @@ -$Version = "1.0.0-dev" +$Version = "1.0.0-alpha004"