From 6e246e57c08c13d4c55a29441fe76f5ffb2f704f Mon Sep 17 00:00:00 2001 From: Sam Harwell Date: Mon, 20 Jul 2015 12:31:32 -0500 Subject: [PATCH] Update version numbers for release 1.0.0-beta001 --- .../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..91573da3e 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-beta001")] diff --git a/build/version.ps1 b/build/version.ps1 index 18ab0f945..7a90d8f1b 100644 --- a/build/version.ps1 +++ b/build/version.ps1 @@ -1 +1 @@ -$Version = "1.0.0-dev" +$Version = "1.0.0-beta001"