Skip to content

Commit

Permalink
Updated version numbers
Browse files Browse the repository at this point in the history
Updated version numbers
  • Loading branch information
Colin Mackay committed Apr 10, 2013
1 parent 6f8dde9 commit a5b8443
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions nuget/Xander.PasswordValidator.Web.nuspec
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Xander.PasswordValidator.Web</id>
<version>0.3.3-prerelease</version>
<version>1.0.0</version>
<title>Xander.PasswordValidator.Web</title>
<authors>colinangusmackay</authors>
<owners>colinangusmackay</owners>
Expand All @@ -18,7 +18,7 @@
<tags>xander password validation validator web</tags>
<dependencies>
<group targetFramework=".NETFramework4.0">
<dependency id="Xander.PasswordValidator" version="0.3.3-prerelease" />
<dependency id="Xander.PasswordValidator" version="1.0.0" />
</group>
</dependencies>
<frameworkAssemblies>
Expand Down
2 changes: 1 addition & 1 deletion nuget/Xander.PasswordValidator.nuspec
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>Xander.PasswordValidator</id>
<version>0.3.3-prerelease</version>
<version>1.0.0</version>
<title>Xander.PasswordValidator</title>
<authors>colinangusmackay</authors>
<owners>colinangusmackay</owners>
Expand Down
4 changes: 2 additions & 2 deletions src/Xander.PasswordValidator.Web/Properties/AssemblyInfo.cs
Expand Up @@ -32,6 +32,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.3.3.0")]
[assembly: AssemblyFileVersion("0.3.3.0")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: InternalsVisibleTo("Xander.PasswordValidator.Web.TestSuite, PublicKey=0024000004800000940000000602000000240000525341310004000001000100a5f89ec48384114d5c0076a2503c69d65139f9ba0791c34be08e528c6ca97812ebb45ef8cdc50ae44653c7c1160b246503af62a5cc6f2d85b1e32ccc6124a7168abb8b87d7993d145c5421d18cf647cce1766a1047c5b4c32315cdd0f561afad792606e8ca1c71eca24cd9ad958bb2dafed227cd251bed6792673a05b2a179af")]
4 changes: 2 additions & 2 deletions src/Xander.PasswordValidator/Properties/AssemblyInfo.cs
Expand Up @@ -61,6 +61,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.3.3.0")]
[assembly: AssemblyFileVersion("0.3.3.0")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: InternalsVisibleTo("Xander.PasswordValidator.TestSuite, PublicKey=0024000004800000940000000602000000240000525341310004000001000100a5f89ec48384114d5c0076a2503c69d65139f9ba0791c34be08e528c6ca97812ebb45ef8cdc50ae44653c7c1160b246503af62a5cc6f2d85b1e32ccc6124a7168abb8b87d7993d145c5421d18cf647cce1766a1047c5b4c32315cdd0f561afad792606e8ca1c71eca24cd9ad958bb2dafed227cd251bed6792673a05b2a179af")]

0 comments on commit a5b8443

Please sign in to comment.