Skip to content

Commit

Permalink
Update assembly info for release 1.0.0-alpha001
Browse files Browse the repository at this point in the history
  • Loading branch information
sharwell committed Feb 6, 2015
1 parent 6dcf9dd commit 5df3522
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="OpenStackNetAnalyzers.Vsix.Rackspace.73d17a57-e1bb-4cf5-97c1-7a599f3ddfb5" Version="1.0" Language="en-US" Publisher="Rackspace"/>
<Identity Id="OpenStackNetAnalyzers.Vsix.Rackspace.73d17a57-e1bb-4cf5-97c1-7a599f3ddfb5" Version="1.0.0.0" Language="en-US" Publisher="Rackspace"/>
<DisplayName>OpenStack.NET Analyzers</DisplayName>
<Description xml:space="preserve">Roslyn-based analysis and coding assistance for the OpenStack.NET SDK.</Description>
</Metadata>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,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-alpha001")]
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-alpha001"

0 comments on commit 5df3522

Please sign in to comment.