Skip to content

Commit 8ecfcac

Browse files
committed
Update package title, description, urls etc in the nuspecs
1 parent 790a9b6 commit 8ecfcac

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

src/FluentAssertions.Mvc3/FluentAssertions.Mvc3.nuspec

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
<package >
33
<metadata>
44
<id>FluentAssertions.Mvc3</id>
5-
<title>Fluent Assertions Mvc3</title>
5+
<title>Fluent Assertions for MVC 3</title>
66
<version>$version$</version>
77
<authors>Casey Burns, Kevin Kuszyk</authors>
88
<owners>Casey Burns, Kevin Kuszyk</owners>
9-
<licenseUrl>https://raw.github.com/CaseyBurns/FluentAssertions.MVC/master/license.txt</licenseUrl>
10-
<projectUrl>https://github.com/CaseyBurns/FluentAssertions.MVC</projectUrl>
9+
<licenseUrl>https://raw.github.com/fluentassertions/fluentassertions.mvc/master/license.txt</licenseUrl>
10+
<projectUrl>https://github.com/fluentassertions/fluentassertions.mvc</projectUrl>
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
12-
<description>FluentAssertions MVC is a set of MVC focused assertions and helper extensions to the excellent FluentAssertions library.</description>
13-
<releaseNotes>See https://github.com/CaseyBurns/FluentAssertions.MVC/releases </releaseNotes>
14-
<copyright>Copyright 2015</copyright>
12+
<description>Fluent Assertions extensions for ASP.NET MVC 3.</description>
13+
<releaseNotes>See https://github.com/fluentassertions/fluentassertions.mvc/releases </releaseNotes>
14+
<copyright>Copyright 2018</copyright>
1515
<tags>TDD, TDD, Fluent, Mvc, AspNetMvc</tags>
1616
</metadata>
1717
</package>

src/FluentAssertions.Mvc4/FluentAssertions.Mvc4.nuspec

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
<package >
33
<metadata>
44
<id>FluentAssertions.Mvc4</id>
5-
<title>Fluent Assertions Mvc4</title>
5+
<title>Fluent Assertions for MVC 4</title>
66
<version>$version$</version>
77
<authors>Casey Burns, Kevin Kuszyk</authors>
88
<owners>Casey Burns, Kevin Kuszyk</owners>
9-
<licenseUrl>https://raw.github.com/CaseyBurns/FluentAssertions.MVC/master/license.txt</licenseUrl>
10-
<projectUrl>https://github.com/CaseyBurns/FluentAssertions.MVC</projectUrl>
9+
<licenseUrl>https://raw.github.com/fluentassertions/fluentassertions.mvc/master/license.txt</licenseUrl>
10+
<projectUrl>https://github.com/fluentassertions/fluentassertions.mvc</projectUrl>
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
12-
<description>FluentAssertions MVC is a set of MVC focused assertions and helper extensions to the excellent FluentAssertions library.</description>
13-
<releaseNotes>See https://github.com/CaseyBurns/FluentAssertions.MVC/releases </releaseNotes>
14-
<copyright>Copyright 2015</copyright>
12+
<description>Fluent Assertions extensions for ASP.NET MVC 4.</description>
13+
<releaseNotes>See https://github.com/fluentassertions/fluentassertions.mvc/releases </releaseNotes>
14+
<copyright>Copyright 2018</copyright>
1515
<tags>TDD, TDD, Fluent, Mvc, AspNetMvc</tags>
1616
</metadata>
1717
</package>

src/FluentAssertions.Mvc5/FluentAssertions.Mvc5.nuspec

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
<package >
33
<metadata>
44
<id>FluentAssertions.Mvc5</id>
5-
<title>Fluent Assertions Mvc5</title>
5+
<title>Fluent Assertions for MVC 5</title>
66
<version>$version$</version>
77
<authors>Casey Burns, Kevin Kuszyk</authors>
88
<owners>Casey Burns, Kevin Kuszyk</owners>
9-
<licenseUrl>https://raw.github.com/CaseyBurns/FluentAssertions.MVC/master/license.txt</licenseUrl>
10-
<projectUrl>https://github.com/CaseyBurns/FluentAssertions.MVC</projectUrl>
9+
<licenseUrl>https://raw.github.com/fluentassertions/fluentassertions.mvc/master/license.txt</licenseUrl>
10+
<projectUrl>https://github.com/fluentassertions/fluentassertions.mvc</projectUrl>
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
12-
<description>FluentAssertions MVC is a set of MVC focused assertions and helper extensions to the excellent FluentAssertions library.</description>
13-
<releaseNotes>See https://github.com/CaseyBurns/FluentAssertions.MVC/releases </releaseNotes>
14-
<copyright>Copyright 2015</copyright>
12+
<description>Fluent Assertions extensions for ASP.NET MVC 5.</description>
13+
<releaseNotes>See https://github.com/fluentassertions/fluentassertions.mvc/releases </releaseNotes>
14+
<copyright>Copyright 2018</copyright>
1515
<tags>TDD, TDD, Fluent, Mvc, AspNetMvc</tags>
1616
</metadata>
1717
</package>

0 commit comments

Comments
 (0)