Skip to content

Commit

Permalink
bumped to v3.4 and released to nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
troygoode authored and Thieum committed Sep 26, 2011
1 parent a530cef commit 3a62f6a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
11 changes: 6 additions & 5 deletions packages/MvcMembership.Mvc/MvcMembership.Mvc.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata schemaVersion="2">
<id>MvcMembership.Mvc</id>
<version>3.2.0.0</version>
<version>3.4.0.0</version>
<authors>Troy Goode</authors>
<owners>TroyGoode</owners>
<description><![CDATA[The starter kit provides the Asp.Net MVC controllers, models, and views needed to administer users & roles.]]></description>
Expand All @@ -11,11 +11,12 @@
<projectUrl>http://github.com/TroyGoode/MembershipStarterKit</projectUrl>
<licenseUrl>http://www.opensource.org/licenses/mit-license.php</licenseUrl>
<dependencies>
<dependency id="PagedList" version="1.9" />
<dependency id="PagedList.Mvc" version="3.7" />
<dependency id="MvcMembership" version="3.2" />
<dependency id="PagedList" version="1.10" />
<dependency id="PagedList.Mvc" version="3.9" />
<dependency id="MvcMembership" version="3.4" />
<dependency id="DataAnnotationsExtensions.MVC3" version="0.6" />
<dependency id="WebActivator" version="1.1" />
<dependency id="WebActivator" version="1.4.1" />
</dependencies>
<releaseNotes>Fixed security vulenerability and a couple small bugs.</releaseNotes>
</metadata>
</package>
5 changes: 3 additions & 2 deletions packages/MvcMembership/MvcMembership.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata schemaVersion="2">
<id>MvcMembership</id>
<version>3.2.0.0</version>
<version>3.4.0.0</version>
<authors>Troy Goode</authors>
<owners>TroyGoode</owners>
<description><![CDATA[The starter kit provides the Asp.Net MVC controllers, models, and views needed to administer users & roles. This package contains classes needed by the MvcMembership.Mvc package to provide a testable interface to ASP.Net's MembershipProvider and RoleProvider features.]]></description>
Expand All @@ -11,7 +11,8 @@
<projectUrl>http://github.com/TroyGoode/MembershipStarterKit</projectUrl>
<licenseUrl>http://www.opensource.org/licenses/mit-license.php</licenseUrl>
<dependencies>
<dependency id="PagedList" version="1.9" />
<dependency id="PagedList" version="1.10" />
</dependencies>
<releaseNotes>Fixed security vulenerability and a couple small bugs.</releaseNotes>
</metadata>
</package>
4 changes: 2 additions & 2 deletions src/MvcMembership/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("3.2.0.0")]
[assembly: AssemblyFileVersion("3.2.0.0")]
[assembly: AssemblyVersion("3.4.0.0")]
[assembly: AssemblyFileVersion("3.4.0.0")]

0 comments on commit 3a62f6a

Please sign in to comment.