Skip to content

Commit

Permalink
Updated Nuspec files to include Shad Storhaug as one of the authors a…
Browse files Browse the repository at this point in the history
…nd fixed the file formatting.
  • Loading branch information
NightOwl888 committed Sep 2, 2013
1 parent 39b75d2 commit 31874df
Show file tree
Hide file tree
Showing 6 changed files with 69 additions and 69 deletions.
46 changes: 23 additions & 23 deletions nuget/mvcsitemapprovider.core/MvcSiteMapProvider.Core.Shared.nuspec
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
<?xml version="1.0"?>
<!-- MvcSiteMapProvider.MVCx.Core shared Nuget specification file; all packages share this -->
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>MvcSiteMapProvider.MVC#mvc_version#.Core</id>
<title>MvcSiteMapProvider MVC#mvc_version# Core</title>
<version>$version$</version>
<authors>Maarten Balliauw</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>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.</summary>
<description>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.</description>
<language>en-US</language>
<tags>mvc mvc#mvc_version# sitemap mvcsitemap menu breadcrumb navigation mvcsitemapprovider</tags>
<projectUrl>http://github.com/maartenba/MvcSiteMapProvider</projectUrl>
<iconUrl>http://download.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=mvcsitemap&amp;DownloadId=196029</iconUrl>
<dependencies>
<group targetFramework="net35">
</group>
<group targetFramework="net40">
<dependency id="WebActivatorEx" version="2.0.1" />
</group>
<group targetFramework="net45">
<dependency id="WebActivatorEx" version="2.0.1" />
</group>
</dependencies>
</metadata>
<metadata>
<id>MvcSiteMapProvider.MVC#mvc_version#.Core</id>
<title>MvcSiteMapProvider MVC#mvc_version# Core</title>
<version>$version$</version>
<authors>Maarten Balliauw, Shad Storhaug</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>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.</summary>
<description>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.</description>
<language>en-US</language>
<tags>mvc mvc#mvc_version# sitemap mvcsitemap menu breadcrumb navigation mvcsitemapprovider</tags>
<projectUrl>http://github.com/maartenba/MvcSiteMapProvider</projectUrl>
<iconUrl>http://download.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=mvcsitemap&amp;DownloadId=196029</iconUrl>
<dependencies>
<group targetFramework="net35">
</group>
<group targetFramework="net40">
<dependency id="WebActivatorEx" version="2.0.1" />
</group>
<group targetFramework="net45">
<dependency id="WebActivatorEx" version="2.0.1" />
</group>
</dependencies>
</metadata>
</package>
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>MvcSiteMapProvider.MVC#mvc_version#.DI.#di_container_name#.Modules</id>
<title>MvcSiteMapProvider MVC#mvc_version# #di_container_name# Modules Only (requires manual config)</title>
<version>$version$</version>
<authors>Maarten Balliauw</authors>
<authors>Maarten Balliauw, Shad Storhaug</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>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.</description>
<summary>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.</summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>MvcSiteMapProvider.MVC#mvc_version#.DI.#di_container_name#</id>
<title>MvcSiteMapProvider MVC#mvc_version# #di_container_name# Dependency Injection Configuration</title>
<version>$version$</version>
<authors>Maarten Balliauw</authors>
<authors>Maarten Balliauw, Shad Storhaug</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>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.</description>
<summary>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.</summary>
Expand Down
32 changes: 16 additions & 16 deletions nuget/mvcsitemapprovider.legacy/MvcSiteMapProvider.nuspec
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>MvcSiteMapProvider</id>
<title>MvcSiteMapProvider</title>
<version>$version$</version>
<authors>Maarten Balliauw</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>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.</summary>
<description>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.</description>
<language>en-US</language>
<tags>mvc mvc#mvc_version# sitemap mvcsitemap menu breadcrumb navigation mvcsitemapprovider</tags>
<projectUrl>http://github.com/maartenba/MvcSiteMapProvider</projectUrl>
<iconUrl>http://download.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=mvcsitemap&amp;DownloadId=196029</iconUrl>
<dependencies>
<dependency id="MvcSiteMapProvider.MVC#mvc_version#" version="[$version$]" />
</dependencies>
</metadata>
<metadata>
<id>MvcSiteMapProvider</id>
<title>MvcSiteMapProvider</title>
<version>$version$</version>
<authors>Maarten Balliauw, Shad Storhaug</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>This package is obsolete. Please install one of the MvcSiteMapProvider.MVCx packages instead (where x is your MVC version).</summary>
<description>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.</description>
<language>en-US</language>
<tags>mvc mvc#mvc_version# sitemap mvcsitemap menu breadcrumb navigation mvcsitemapprovider</tags>
<projectUrl>http://github.com/maartenba/MvcSiteMapProvider</projectUrl>
<iconUrl>http://download.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=mvcsitemap&amp;DownloadId=196029</iconUrl>
<dependencies>
<dependency id="MvcSiteMapProvider.MVC#mvc_version#" version="[$version$]" />
</dependencies>
</metadata>
</package>
2 changes: 1 addition & 1 deletion nuget/mvcsitemapprovider.web/MvcSiteMapProvider.Web.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>MvcSiteMapProvider.Web</id>
<title>MvcSiteMapProvider Web</title>
<version>$version$</version>
<authors>Maarten Balliauw</authors>
<authors>Maarten Balliauw, Shad Storhaug</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>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.</description>
<summary>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.</summary>
Expand Down
54 changes: 27 additions & 27 deletions nuget/mvcsitemapprovider/MvcSiteMapProvider.Shared.nuspec
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
<?xml version="1.0"?>
<!-- MvcSiteMapProvider shared Nuget specification file; all packages share this -->
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>MvcSiteMapProvider.MVC#mvc_version#</id>
<title>MvcSiteMapProvider MVC#mvc_version#</title>
<version>$version$</version>
<authors>Maarten Balliauw</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>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.</summary>
<description>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.</description>
<language>en-US</language>
<tags>mvc mvc#mvc_version# sitemap mvcsitemap menu breadcrumb navigation mvcsitemapprovider</tags>
<projectUrl>http://github.com/maartenba/MvcSiteMapProvider</projectUrl>
<iconUrl>http://download.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=mvcsitemap&amp;DownloadId=196029</iconUrl>
<dependencies>
<group targetFramework="net35">
<dependency id="MvcSiteMapProvider.MVC#mvc_version#.Core" version="[$version$]" />
<dependency id="MvcSiteMapProvider.Web" version="4.0.0#prerelease#" />
</group>
<group targetFramework="net40">
<dependency id="MvcSiteMapProvider.MVC#mvc_version#.Core" version="[$version$]" />
<dependency id="MvcSiteMapProvider.Web" version="4.0.0#prerelease#" />
</group>
<group targetFramework="net45">
<dependency id="MvcSiteMapProvider.MVC#mvc_version#.Core" version="[$version$]" />
<dependency id="MvcSiteMapProvider.Web" version="4.0.0#prerelease#" />
</group>
</dependencies>
</metadata>
<metadata>
<id>MvcSiteMapProvider.MVC#mvc_version#</id>
<title>MvcSiteMapProvider MVC#mvc_version#</title>
<version>$version$</version>
<authors>Maarten Balliauw, Shad Storhaug</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>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.</summary>
<description>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.</description>
<language>en-US</language>
<tags>mvc mvc#mvc_version# sitemap mvcsitemap menu breadcrumb navigation mvcsitemapprovider</tags>
<projectUrl>http://github.com/maartenba/MvcSiteMapProvider</projectUrl>
<iconUrl>http://download.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=mvcsitemap&amp;DownloadId=196029</iconUrl>
<dependencies>
<group targetFramework="net35">
<dependency id="MvcSiteMapProvider.MVC#mvc_version#.Core" version="[$version$]" />
<dependency id="MvcSiteMapProvider.Web" version="4.0.0#prerelease#" />
</group>
<group targetFramework="net40">
<dependency id="MvcSiteMapProvider.MVC#mvc_version#.Core" version="[$version$]" />
<dependency id="MvcSiteMapProvider.Web" version="4.0.0#prerelease#" />
</group>
<group targetFramework="net45">
<dependency id="MvcSiteMapProvider.MVC#mvc_version#.Core" version="[$version$]" />
<dependency id="MvcSiteMapProvider.Web" version="4.0.0#prerelease#" />
</group>
</dependencies>
</metadata>
</package>

0 comments on commit 31874df

Please sign in to comment.