Skip to content

Commit 7ae6bbd

Browse files
committed
Fixed invalid links to GitHub release notes in NuGet-package template <releaseNotes> tags.
1 parent 5ee4b44 commit 7ae6bbd

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

src/BuildTools/Nuget/.NET/SimpleInjector.Integration.Wcf.QuickStart/SimpleInjector.Integration.Wcf.QuickStart.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<requireLicenseAcceptance>false</requireLicenseAcceptance>
2222
<description>Quick Start for Simple Injector WCF integration. This package adds the needed dependencies and code examples to get started quickly with Simple Injector in an WCF application.</description>
2323
<summary>Quick Start for Simple Injector WCF integration.</summary>
24-
<releaseNotes>See: https://github.com/simpleinjector/SimpleInjector/releases/tag/{version}</releaseNotes>
24+
<releaseNotes>See: https://github.com/simpleinjector/SimpleInjector/releases/tag/v{version}</releaseNotes>
2525
<copyright>Simple Injector Contributors 2013 - {year}</copyright>
2626
<language>en-US</language>
2727
<tags>quick start quickstart simpleinjector architecture dependency-injection DI easy easy-to-use Inversion-of-Control IOC per-web-request web wcf integration</tags>

src/BuildTools/Nuget/.NET/SimpleInjector.Integration.Wcf/SimpleInjector.Integration.Wcf.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1717
<description>The Simple Injector WCF Integration package adds a ServiceHost and ServiceHostFactory to allow dependency injection on WCF service types.</description>
1818
<summary>Integration package for WCF applications.</summary>
19-
<releaseNotes>See: https://github.com/simpleinjector/SimpleInjector/releases/tag/{version}</releaseNotes>
19+
<releaseNotes>See: https://github.com/simpleinjector/SimpleInjector/releases/tag/v{version}</releaseNotes>
2020
<copyright>Simple Injector Contributors 2012 - {year}</copyright>
2121
<language>en-US</language>
2222
<tags>simpleinjector architecture dependency-injection DI easy easy-to-use Inversion-of-Control IOC per-web-request web wcf integration</tags>

src/BuildTools/Nuget/.NET/SimpleInjector.Integration.Web.Mvc.QuickStart/SimpleInjector.MVC3.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<requireLicenseAcceptance>false</requireLicenseAcceptance>
2222
<description>Quick Start for Simple Injector ASP.NET MVC integration. This package adds the needed dependencies and code examples to get started quickly with Simple Injector in an MVC application.</description>
2323
<summary>Quick Start for Simple Injector ASP.NET MVC integration.</summary>
24-
<releaseNotes>See: https://github.com/simpleinjector/SimpleInjector/releases/tag/{version}</releaseNotes>
24+
<releaseNotes>See: https://github.com/simpleinjector/SimpleInjector/releases/tag/v{version}</releaseNotes>
2525
<copyright>Simple Injector Contributors 2011 - {year}</copyright>
2626
<language>en-US</language>
2727
<tags>quick start simpleinjector MVC MVC3 architecture dependency-injection DI easy easy-to-use Inversion-of-Control IOC DependencyResolver ControllerFactory</tags>

src/BuildTools/Nuget/.NET/SimpleInjector.Integration.Web.Mvc/SimpleInjector.Integration.Web.Mvc.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1919
<description>Simple Injector ASP.NET MVC Integration.</description>
2020
<summary>ASP.NET MVC integration for Simple Injector.</summary>
21-
<releaseNotes>See: https://github.com/simpleinjector/SimpleInjector/releases/tag/{version}</releaseNotes>
21+
<releaseNotes>See: https://github.com/simpleinjector/SimpleInjector/releases/tag/v{version}</releaseNotes>
2222
<copyright>Simple Injector Contributors 2011 - {year}</copyright>
2323
<language>en-US</language>
2424
<tags>simpleinjector MVC MVC3 architecture dependency-injection DI easy easy-to-use Inversion-of-Control IOC DependencyResolver ControllerFactory</tags>

src/BuildTools/Nuget/.NET/SimpleInjector.Integration.Web/SimpleInjector.Integration.Web.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1818
<description>The Simple Injector ASP.NET Integration package adds a lifestyle to the Simple Injector called 'Per Web Request', which allows instances to live within a single HTTP request and get disposed when the request ends.</description>
1919
<summary>ASP.NET integration for Simple Injector. General integration package for web applications such as Web Forms, MVC and IIS hosted Web API projects.</summary>
20-
<releaseNotes>See: https://github.com/simpleinjector/SimpleInjector/releases/tag/{version}</releaseNotes>
20+
<releaseNotes>See: https://github.com/simpleinjector/SimpleInjector/releases/tag/v{version}</releaseNotes>
2121
<copyright>Simple Injector Contributors 2012 - {year}</copyright>
2222
<language>en-US</language>
2323
<tags>simpleinjector architecture dependency-injection DI easy easy-to-use Inversion-of-Control IOC per-web-request web integration</tags>

src/BuildTools/Nuget/.NET/SimpleInjector.Integration.WebApi.SelfHost.QuickStart/SimpleInjector.Integration.WebApi.SelfHost.QuickStart.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<requireLicenseAcceptance>false</requireLicenseAcceptance>
2020
<description>Quick Start for Simple Injector ASP.NET Web API integration for self-hosted applications. This package adds the needed dependencies and code examples to get started quickly with Simple Injector in an self-hosted Web API application.</description>
2121
<summary>Quick Start for Simple Injector ASP.NET Web API integration for self-hosted applications.</summary>
22-
<releaseNotes>See: https://github.com/simpleinjector/SimpleInjector/releases/tag/{version}</releaseNotes>
22+
<releaseNotes>See: https://github.com/simpleinjector/SimpleInjector/releases/tag/v{version}</releaseNotes>
2323
<copyright>Simple Injector Contributors 2014 - {year}</copyright>
2424
<language>en-US</language>
2525
<tags>quick start simpleinjector Web API webapi web-api architecture dependency-injection DI easy easy-to-use Inversion-of-Control IOC DependencyResolver self-hosted self-host selfhost</tags>

src/BuildTools/Nuget/.NET/SimpleInjector.Integration.WebApi.WebHost.QuickStart/SimpleInjector.Integration.WebApi.WebHost.QuickStart.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<requireLicenseAcceptance>false</requireLicenseAcceptance>
2222
<description>Quick Start for Simple Injector ASP.NET Web API integration for IIS-hosted applications. This package adds the needed dependencies and code examples to get started quickly with Simple Injector in an Web API application.</description>
2323
<summary>Quick Start for Simple Injector ASP.NET Web API integration for IIS-hosted applications.</summary>
24-
<releaseNotes>See: https://github.com/simpleinjector/SimpleInjector/releases/tag/{version}</releaseNotes>
24+
<releaseNotes>See: https://github.com/simpleinjector/SimpleInjector/releases/tag/v{version}</releaseNotes>
2525
<copyright>Simple Injector Contributors 2014 - {year}</copyright>
2626
<language>en-US</language>
2727
<tags>quick start simpleinjector Web API webapi web-api architecture dependency-injection DI easy easy-to-use Inversion-of-Control IOC DependencyResolver</tags>

src/BuildTools/Nuget/.NET/SimpleInjector.Integration.WebApi/SimpleInjector.Integration.WebApi.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1818
<description>Simple Injector ASP.NET Web API Integration.</description>
1919
<summary>ASP.NET Web API integration for Simple Injector.</summary>
20-
<releaseNotes>See: https://github.com/simpleinjector/SimpleInjector/releases/tag/{version}</releaseNotes>
20+
<releaseNotes>See: https://github.com/simpleinjector/SimpleInjector/releases/tag/v{version}</releaseNotes>
2121
<copyright>Simple Injector Contributors 2014 - {year}</copyright>
2222
<language>en-US</language>
2323
<tags>simpleinjector Web API webapi architecture dependency-injection DI easy easy-to-use Inversion-of-Control IOC DependencyResolver</tags>

src/BuildTools/Nuget/.NET/SimpleInjector.Packaging/SimpleInjector.Packaging.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<requireLicenseAcceptance>false</requireLicenseAcceptance>
2424
<description>Adds support for packaging sets of related services to allow registering them together. Consumers can implement the IPackage interface and use the RegisterPackages extension method to dynamically add registrations in the supplied list of assemblies.</description>
2525
<summary>Adds support for packaging sets of related services to allow registering them together.</summary>
26-
<releaseNotes>See: https://github.com/simpleinjector/SimpleInjector/releases/tag/{version}</releaseNotes>
26+
<releaseNotes>See: https://github.com/simpleinjector/SimpleInjector/releases/tag/v{version}</releaseNotes>
2727
<copyright>Simple Injector Contributors 2012 - {year}</copyright>
2828
<language>en-US</language>
2929
<tags>simpleinjector architecture dependency-injection DI easy easy-to-use Inversion-of-Control IOC packaging packages modules installers registries</tags>

src/BuildTools/Nuget/.NET/SimpleInjector/SimpleInjector.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1414
<description>Simple Injector is an easy, flexible and fast dependency injection library that uses best practice to guide your solutions toward the pit of success.</description>
1515
<summary>Simple Injector is an easy-to-use Dependency Injection (DI) library for .NET 4+ that supports .NET Core, UWP and Mono.</summary>
16-
<releaseNotes>See: https://github.com/simpleinjector/SimpleInjector/releases/tag/{version}</releaseNotes>
16+
<releaseNotes>See: https://github.com/simpleinjector/SimpleInjector/releases/tag/v{version}</releaseNotes>
1717
<copyright>Simple Injector Contributors 2010 - {year}</copyright>
1818
<language>en-US</language>
1919
<tags>simpleinjector architecture dependency-injection DI Inversion-of-Control IOC</tags>

0 commit comments

Comments
 (0)