Skip to content

Commit

Permalink
Prepare release 1.0.0-alpha002
Browse files Browse the repository at this point in the history
  • Loading branch information
sharwell committed Feb 9, 2015
1 parent d0c5333 commit f8f6aff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Tunnel Vision Laboratories, LLC")]
[assembly: AssemblyProduct("StyleCop.Analyzers")]
[assembly: AssemblyCopyright("Copyright © Sam Harwell 2014")]
[assembly: AssemblyCopyright("Copyright © Sam Harwell 2015")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: CLSCompliant(false)]
Expand All @@ -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-alpha002")]
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>An implementation of StyleCop's rules using Roslyn analyzers and code fixes</description>
<releaseNotes>https://github.com/DotNetAnalyzers/StyleCopAnalyzers/releases/${version}</releaseNotes>
<copyright>Copyright Sam Harwell 2014</copyright>
<copyright>Copyright Sam Harwell 2015</copyright>
<tags>StyleCop DotNetAnalyzers Roslyn Diagnostic Analyzer</tags>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion build/version.ps1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
$Version = "1.0.0-dev"
$Version = "1.0.0-alpha002"

0 comments on commit f8f6aff

Please sign in to comment.