Skip to content

Commit f8ffe96

Browse files
committed
fix nuspecs
1 parent d3be729 commit f8ffe96

File tree

4 files changed

+16
-15
lines changed

4 files changed

+16
-15
lines changed

src/GitVersionCore/NugetAssets/GitVersion.nuspec

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@
44
<id>GitVersion</id>
55
<version>$version$</version>
66
<title>GitVersion</title>
7-
<authors>NServiceBus Ltd</authors>
8-
<owners>nservicebus, simoncropp</owners>
7+
<authors>GitTools and Contributors</authors>
8+
<owners>GitTools and Contributors</owners>
99
<licenseUrl>http://www.opensource.org/licenses/mit-license.php</licenseUrl>
10-
<projectUrl>http://github.com/Particular/GitVersion</projectUrl>
10+
<projectUrl>https://github.com/GitTools/GitVersion</projectUrl>
1111
<iconUrl>https://raw.githubusercontent.com/GitTools/GitVersion/master/docs/img/package_icon.png</iconUrl>
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1313
<description>Derives SemVer information from a repository following GitFlow or GitHubFlow.</description>
1414
<language>en-AU</language>
1515
<tags>Git, Versioning, GitVersion, GitFlowVersion, GitFlow, GitHubFlow, SemVer</tags>
16+
<releaseNotes>https://github.com/GitTools/GitVersion/releases</releaseNotes>
1617
</metadata>
1718
</package>

src/GitVersionExe/NugetAssets/GitVersion.CommandLine.nuspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
<id>GitVersion.CommandLine</id>
55
<version>$version$</version>
66
<title>GitVersion.CommandLine</title>
7-
<authors>NServiceBus Ltd</authors>
8-
<owners>nservicebus, simoncropp</owners>
7+
<authors>GitTools and Contributors</authors>
8+
<owners>GitTools and Contributors</owners>
99
<licenseUrl>http://www.opensource.org/licenses/mit-license.php</licenseUrl>
10-
<projectUrl>http://github.com/Particular/GitVersion</projectUrl>
10+
<projectUrl>https://github.com/GitTools/GitVersion</projectUrl>
1111
<iconUrl>https://raw.githubusercontent.com/GitTools/GitVersion/master/docs/img/package_icon.png</iconUrl>
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1313
<description>Derives SemVer information from a repository following GitFlow or GitHubFlow.</description>
1414
<language>en-AU</language>
1515
<tags>Git, Versioning, GitVersion, GitFlowVersion, GitFlow, GitHubFlow, SemVer</tags>
16-
<releaseNotes>https://github.com/Particular/GitVersion/releases</releaseNotes>
16+
<releaseNotes>https://github.com/GitTools/GitVersion/releases</releaseNotes>
1717
</metadata>
1818
</package>

src/GitVersionExe/NugetAssets/GitVersion.Portable.nuspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
<id>GitVersion.Portable</id>
55
<version>$version$</version>
66
<title>GitVersion</title>
7-
<authors>NServiceBus Ltd</authors>
8-
<owners>nservicebus, simoncropp</owners>
7+
<authors>GitTools and Contributors</authors>
8+
<owners>GitTools and Contributors</owners>
99
<licenseUrl>http://www.opensource.org/licenses/mit-license.php</licenseUrl>
10-
<projectUrl>http://github.com/Particular/GitVersion</projectUrl>
10+
<projectUrl>https://github.com/GitTools/GitVersion</projectUrl>
1111
<iconUrl>https://raw.githubusercontent.com/GitTools/GitVersion/master/docs/img/package_icon.png</iconUrl>
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1313
<description>Derives SemVer information from a repository following GitFlow or GitHubFlow.</description>
1414
<language>en-AU</language>
1515
<tags>Git, Versioning, GitVersion, GitFlowVersion, GitFlow, GitHubFlow, SemVer</tags>
16-
<releaseNotes>https://github.com/Particular/GitVersion/releases</releaseNotes>
16+
<releaseNotes>https://github.com/GitTools/GitVersion/releases</releaseNotes>
1717
</metadata>
1818
</package>

src/GitVersionTask/NugetAssets/GitVersionTask.nuspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
<id>GitVersionTask</id>
55
<version>$version$</version>
66
<title>GitVersionTask</title>
7-
<authors>NServiceBus Ltd</authors>
8-
<owners>nservicebus, simoncropp</owners>
7+
<authors>GitTools and Contributors</authors>
8+
<owners>GitTools and Contributors</owners>
99
<licenseUrl>http://www.opensource.org/licenses/mit-license.php</licenseUrl>
10-
<projectUrl>http://github.com/Particular/GitVersion</projectUrl>
10+
<projectUrl>https://github.com/GitTools/GitVersion</projectUrl>
1111
<iconUrl>https://raw.githubusercontent.com/GitTools/GitVersion/master/docs/img/package_icon.png</iconUrl>
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1313
<description>Stamps an assembly with git information based on SemVer.</description>
1414
<language>en-AU</language>
1515
<tags>Git, Versioning, GitVersion, GitFlowVersion, GitFlow, GitHubFlow, SemVer</tags>
1616
<developmentDependency>true</developmentDependency>
17-
<releaseNotes>https://github.com/Particular/GitVersion/releases</releaseNotes>
17+
<releaseNotes>https://github.com/GitTools/GitVersion/releases</releaseNotes>
1818
</metadata>
1919
</package>

0 commit comments

Comments
 (0)