From eeab8fed33da56f283bf93bbaa5c41348ca77c28 Mon Sep 17 00:00:00 2001 From: Shad Storhaug Date: Tue, 24 Sep 2013 00:20:05 +0700 Subject: [PATCH] Fixes #234, updating resets Mvc.sitemap. --- build/runbuild.ps1 | 2 +- ...vcSiteMapProvider.DI.Modules.Shared.nuspec | 6 +-- .../MvcSiteMapProvider.DI.Shared.nuspec | 9 ++-- .../MvcSiteMapProvider.Shared.nuspec | 54 +++++++++---------- 4 files changed, 37 insertions(+), 34 deletions(-) diff --git a/build/runbuild.ps1 b/build/runbuild.ps1 index 3023d330..a2fb4917 100644 --- a/build/runbuild.ps1 +++ b/build/runbuild.ps1 @@ -384,5 +384,5 @@ function Get-Prerelease-Text { if ($packageVersion.Contains("-")) { $prerelease = $packageVersion.SubString($packageVersion.IndexOf("-")) -replace "\d+", "" } - return $prerelease + return ".0$prerelease" } \ No newline at end of file diff --git a/nuget/mvcsitemapprovider.di.modules/MvcSiteMapProvider.DI.Modules.Shared.nuspec b/nuget/mvcsitemapprovider.di.modules/MvcSiteMapProvider.DI.Modules.Shared.nuspec index 1f7efe60..80ca0a64 100644 --- a/nuget/mvcsitemapprovider.di.modules/MvcSiteMapProvider.DI.Modules.Shared.nuspec +++ b/nuget/mvcsitemapprovider.di.modules/MvcSiteMapProvider.DI.Modules.Shared.nuspec @@ -15,13 +15,13 @@ http://download.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=mvcsitemap&DownloadId=196029 - + - + - + diff --git a/nuget/mvcsitemapprovider.di/MvcSiteMapProvider.DI.Shared.nuspec b/nuget/mvcsitemapprovider.di/MvcSiteMapProvider.DI.Shared.nuspec index c26639c6..308f6c35 100644 --- a/nuget/mvcsitemapprovider.di/MvcSiteMapProvider.DI.Shared.nuspec +++ b/nuget/mvcsitemapprovider.di/MvcSiteMapProvider.DI.Shared.nuspec @@ -15,14 +15,17 @@ http://download.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=mvcsitemap&DownloadId=196029 - + + - + + - + + diff --git a/nuget/mvcsitemapprovider/MvcSiteMapProvider.Shared.nuspec b/nuget/mvcsitemapprovider/MvcSiteMapProvider.Shared.nuspec index 3fa994dd..d06c447b 100644 --- a/nuget/mvcsitemapprovider/MvcSiteMapProvider.Shared.nuspec +++ b/nuget/mvcsitemapprovider/MvcSiteMapProvider.Shared.nuspec @@ -1,31 +1,31 @@ - - MvcSiteMapProvider.MVC#mvc_version# - MvcSiteMapProvider MVC#mvc_version# - $version$ - Maarten Balliauw - false - MvcSiteMapProvider is a tool that provides flexible menus, breadcrumb trails, and SEO features for the ASP.NET MVC framework, similar to the ASP.NET SiteMapProvider model. The project is hosted on http://github.com/maartenba/MvcSiteMapProvider. - This is the main package that contains the full installation of MvcSiteMapProvider using its internal DI container. Install this package into your client MVC#mvc_version# projects. - en-US - mvc mvc#mvc_version# sitemap mvcsitemap menu breadcrumb navigation mvcsitemapprovider - http://github.com/maartenba/MvcSiteMapProvider - http://download.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=mvcsitemap&DownloadId=196029 - - - - - - - - - - - - - - - + + MvcSiteMapProvider.MVC#mvc_version# + MvcSiteMapProvider MVC#mvc_version# + $version$ + Maarten Balliauw, Shad Storhaug + false + MvcSiteMapProvider is a tool that provides flexible menus, breadcrumb trails, and SEO features for the ASP.NET MVC framework, similar to the ASP.NET SiteMapProvider model. The project is hosted on http://github.com/maartenba/MvcSiteMapProvider. + This is the main package that contains the full installation of MvcSiteMapProvider using its internal DI container. Install this package into your client MVC#mvc_version# projects. + en-US + mvc mvc#mvc_version# sitemap mvcsitemap menu breadcrumb navigation mvcsitemapprovider + http://github.com/maartenba/MvcSiteMapProvider + http://download.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=mvcsitemap&DownloadId=196029 + + + + + + + + + + + + + + + \ No newline at end of file