Skip to content

Commit

Permalink
Update assembly information for release 1.0.0-beta001
Browse files Browse the repository at this point in the history
  • Loading branch information
sharwell committed Apr 21, 2014
1 parent edb63e4 commit bfc227d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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-beta001"
4 changes: 2 additions & 2 deletions Rackspace.Net.UriTemplate/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Rackspace Inc.")]
[assembly: AssemblyProduct("Rackspace.Net.UriTemplate")]
[assembly: AssemblyCopyright("Copyright © Sam Harwell 2013")]
[assembly: AssemblyCopyright("Copyright © Sam Harwell 2014")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: CLSCompliant(true)]
Expand All @@ -25,4 +25,4 @@

[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-beta001")]

0 comments on commit bfc227d

Please sign in to comment.