Skip to content

Commit

Permalink
Prepared 1.0.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnboland committed Dec 7, 2011
1 parent 60b926f commit 5b567c2
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 28 deletions.
1 change: 1 addition & 0 deletions MvcPaging.sln
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MvcPaging.Demo", "src\MvcPa
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B8CB3AEF-3742-4FC0-870B-874714E1D240}"
ProjectSection(SolutionItems) = preProject
CHANGELOG = CHANGELOG
LICENSE = LICENSE
README = README
EndProjectSection
Expand Down
6 changes: 5 additions & 1 deletion nuget/MvcPaging.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,17 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>MvcPaging</id>
<version>1.0.1</version>
<version>1.0.2</version>
<authors>Martijn Boland, Bart Lenaerts</authors>
<owners>Martijn Boland</owners>
<licenseUrl>https://github.com/martijnboland/MvcPaging/wiki/License</licenseUrl>
<projectUrl>https://github.com/martijnboland/MvcPaging</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A Paging library for ASP.NET MVC.</description>
<tags>mvc3 pager asp.net mvc paging</tags>
<releaseNotes>
Added ItemStart and ItemEnd properties to IPagedList (Displaying items {ItemStart} - {ItemEnd}).
Non-canonical url's for page 1 (https://github.com/martijnboland/MvcPaging/issues/2).
</releaseNotes>
</metadata>
</package>
22 changes: 0 additions & 22 deletions nuget/lib/net40/MvcPaging.license.txt

This file was deleted.

4 changes: 2 additions & 2 deletions src/MvcPaging.Demo/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.0.2.0")]
[assembly: AssemblyFileVersion("1.0.2.0")]
6 changes: 3 additions & 3 deletions src/MvcPaging/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("MvcPaging")]
[assembly: AssemblyCopyright("Copyright © Martijn Boland 2008-2011")]
[assembly: AssemblyCopyright("Copyright © Martijn Boland, Bart Lenaerts 2008-2011")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -32,5 +32,5 @@
// 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("1.0.1.0")]
[assembly: AssemblyFileVersion("1.0.1.0")]
[assembly: AssemblyVersion("1.0.2.0")]
[assembly: AssemblyFileVersion("1.0.2.0")]

0 comments on commit 5b567c2

Please sign in to comment.