From 31874dfc19b1377ad6972e0a57ffc86705b0ac3c Mon Sep 17 00:00:00 2001 From: Shad Storhaug Date: Mon, 2 Sep 2013 18:51:16 +0700 Subject: [PATCH] Updated Nuspec files to include Shad Storhaug as one of the authors and fixed the file formatting. --- .../MvcSiteMapProvider.Core.Shared.nuspec | 46 ++++++++-------- ...vcSiteMapProvider.DI.Modules.Shared.nuspec | 2 +- .../MvcSiteMapProvider.DI.Shared.nuspec | 2 +- .../MvcSiteMapProvider.nuspec | 32 +++++------ .../MvcSiteMapProvider.Web.nuspec | 2 +- .../MvcSiteMapProvider.Shared.nuspec | 54 +++++++++---------- 6 files changed, 69 insertions(+), 69 deletions(-) diff --git a/nuget/mvcsitemapprovider.core/MvcSiteMapProvider.Core.Shared.nuspec b/nuget/mvcsitemapprovider.core/MvcSiteMapProvider.Core.Shared.nuspec index ccc8a438..c64780c0 100644 --- a/nuget/mvcsitemapprovider.core/MvcSiteMapProvider.Core.Shared.nuspec +++ b/nuget/mvcsitemapprovider.core/MvcSiteMapProvider.Core.Shared.nuspec @@ -1,27 +1,27 @@ - - MvcSiteMapProvider.MVC#mvc_version#.Core - MvcSiteMapProvider MVC#mvc_version# Core - $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 package contains only the core library for MvcSiteMapProvider. Use this package if you need to reference the library from a non-MVC project such as a class library. - 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#.Core + MvcSiteMapProvider MVC#mvc_version# Core + $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 package contains only the core library for MvcSiteMapProvider. Use this package if you need to reference the library from a non-MVC project such as a class library. + 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 diff --git a/nuget/mvcsitemapprovider.di.modules/MvcSiteMapProvider.DI.Modules.Shared.nuspec b/nuget/mvcsitemapprovider.di.modules/MvcSiteMapProvider.DI.Modules.Shared.nuspec index 1f7efe60..55495ad9 100644 --- a/nuget/mvcsitemapprovider.di.modules/MvcSiteMapProvider.DI.Modules.Shared.nuspec +++ b/nuget/mvcsitemapprovider.di.modules/MvcSiteMapProvider.DI.Modules.Shared.nuspec @@ -5,7 +5,7 @@ MvcSiteMapProvider.MVC#mvc_version#.DI.#di_container_name#.Modules MvcSiteMapProvider MVC#mvc_version# #di_container_name# Modules Only (requires manual config) $version$ - Maarten Balliauw + Maarten Balliauw, Shad Storhaug false Dependency injection modules for #di_container_name# that can be used to integrate MvcSiteMapProvider into an existing dependency injection setup. You may customize this configuration to allow for replacement of virtually any part of MvcSiteMapProvider by implementing one of its interfaces and injecting an instance of your implementation. This package requires manual configuration to integrate with #di_container_name#, but is the least invasive option that won't bypass any existing DI bootstrapping code. Dependency injection modules for #di_container_name# that can be used to integrate MvcSiteMapProvider into an existing dependency injection setup. You may customize this configuration to allow for replacement of virtually any part of MvcSiteMapProvider by implementing one of its interfaces and injecting an instance of your implementation. This package requires manual configuration to integrate with #di_container_name#, but is the least invasive option that won't bypass any existing DI bootstrapping code. diff --git a/nuget/mvcsitemapprovider.di/MvcSiteMapProvider.DI.Shared.nuspec b/nuget/mvcsitemapprovider.di/MvcSiteMapProvider.DI.Shared.nuspec index c26639c6..f2f0a4bd 100644 --- a/nuget/mvcsitemapprovider.di/MvcSiteMapProvider.DI.Shared.nuspec +++ b/nuget/mvcsitemapprovider.di/MvcSiteMapProvider.DI.Shared.nuspec @@ -5,7 +5,7 @@ MvcSiteMapProvider.MVC#mvc_version#.DI.#di_container_name# MvcSiteMapProvider MVC#mvc_version# #di_container_name# Dependency Injection Configuration $version$ - Maarten Balliauw + Maarten Balliauw, Shad Storhaug false This package provides a starting point that automatically wires up a new dependency injection configuration for #di_container_name# using a composition root pattern and injection through either IControllerFactory or IDependencyResolver. You may customize this configuration to allow for replacement of virtually any part of MvcSiteMapProvider by implementing one of its interfaces and injecting an instance of your implementation. This package works best if you don't already have a pre-existing dependency injection configuration in your project. This package provides a starting point that automatically wires up a new dependency injection configuration for #di_container_name# using a composition root pattern and injection through either IControllerFactory or IDependencyResolver. You may customize this configuration to allow for replacement of virtually any part of MvcSiteMapProvider by implementing one of its interfaces and injecting an instance of your implementation. This package works best if you don't already have a pre-existing dependency injection configuration in your project. diff --git a/nuget/mvcsitemapprovider.legacy/MvcSiteMapProvider.nuspec b/nuget/mvcsitemapprovider.legacy/MvcSiteMapProvider.nuspec index e4a95f96..60b5f055 100644 --- a/nuget/mvcsitemapprovider.legacy/MvcSiteMapProvider.nuspec +++ b/nuget/mvcsitemapprovider.legacy/MvcSiteMapProvider.nuspec @@ -1,19 +1,19 @@ - - MvcSiteMapProvider - MvcSiteMapProvider - $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 package is obsolete. Please install one of the MvcSiteMapProvider.MVCx packages instead (where x is your MVC version). If you have installed this package into your project, please remove it by running the command 'Uninstall-Package MvcSiteMapProvider' (without the quotes) from Package Manager Console. NuGet doesn't support multiple versions of MVC in one package, so it was necessary to create a different NuGet package per MVC version we support. - 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 + MvcSiteMapProvider + $version$ + Maarten Balliauw, Shad Storhaug + false + This package is obsolete. Please install one of the MvcSiteMapProvider.MVCx packages instead (where x is your MVC version). + This package is obsolete, but development is still active on the MvcSiteMapProvider project. Please install one of the MvcSiteMapProvider.MVCx packages instead (where x is your MVC version). If you have installed this package into your project, please remove it by running the command 'Uninstall-Package MvcSiteMapProvider' (without the quotes) from Package Manager Console. NuGet doesn't support multiple versions of MVC in one package, so it was necessary to create a different NuGet package per MVC version we support. + 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 diff --git a/nuget/mvcsitemapprovider.web/MvcSiteMapProvider.Web.nuspec b/nuget/mvcsitemapprovider.web/MvcSiteMapProvider.Web.nuspec index 4a39df56..27b743d4 100644 --- a/nuget/mvcsitemapprovider.web/MvcSiteMapProvider.Web.nuspec +++ b/nuget/mvcsitemapprovider.web/MvcSiteMapProvider.Web.nuspec @@ -5,7 +5,7 @@ MvcSiteMapProvider.Web MvcSiteMapProvider Web $version$ - Maarten Balliauw + Maarten Balliauw, Shad Storhaug false This project contains extra configuration that is required by MvcSiteMapProvider during installation into a Web project as well as a starting point for XML configuration of the provider. This package is a dependency that is automatically installed with many of the MvcSiteMapProvider packages and you will generally not need to install this package by itself. 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. diff --git a/nuget/mvcsitemapprovider/MvcSiteMapProvider.Shared.nuspec b/nuget/mvcsitemapprovider/MvcSiteMapProvider.Shared.nuspec index 3fa994dd..127b83ce 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