From e155dc0e186a29d5712a80b4e75d3f02aeb76e5f Mon Sep 17 00:00:00 2001 From: Sam Harwell Date: Tue, 26 May 2015 23:05:21 -0500 Subject: [PATCH] Update version numbers for release 1.0.0-alpha008 --- .../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..178a8b29f 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-alpha008")] diff --git a/build/version.ps1 b/build/version.ps1 index 18ab0f945..c322f9ab4 100644 --- a/build/version.ps1 +++ b/build/version.ps1 @@ -1 +1 @@ -$Version = "1.0.0-dev" +$Version = "1.0.0-alpha008"