Skip to content

Commit f0046a2

Browse files
author
Jake Ginnivan
committed
Renamed GitVersion package to GitVersionCore
1 parent 1081959 commit f0046a2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.cake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ Task("Upload-AppVeyor-Artifacts")
445445
"NuGetExeBuild:GitVersion.Portable." + nugetVersion +".nupkg",
446446
"NuGetCommandLineBuild:GitVersion.CommandLine." + nugetVersion +".nupkg",
447447
"NuGetExeDotNetCoreBuild:GitVersion.CommandLine.DotNetCore." + nugetVersion +".nupkg",
448-
"NuGetRefBuild:GitVersion." + nugetVersion +".nupkg",
448+
"NuGetRefBuild:GitVersionCore." + nugetVersion +".nupkg",
449449
"NuGetTaskBuild:GitVersionTask." + nugetVersion +".nupkg",
450450
"zip:GitVersion_" + nugetVersion + ".zip",
451451
"zip-dotnetcore:GitVersionDotNetCore_" + nugetVersion + ".zip"
@@ -456,7 +456,7 @@ Task("Upload-AppVeyor-Artifacts")
456456
AppVeyor.UploadArtifact("build/NuGetExeBuild/GitVersion.Portable." + nugetVersion +".nupkg");
457457
AppVeyor.UploadArtifact("build/NuGetCommandLineBuild/GitVersion.CommandLine." + nugetVersion +".nupkg");
458458
AppVeyor.UploadArtifact("build/NuGetExeDotNetCoreBuild/GitVersion.CommandLine.DotNetCore." + nugetVersion +".nupkg");
459-
AppVeyor.UploadArtifact("build/NuGetRefBuild/GitVersion." + nugetVersion +".nupkg");
459+
AppVeyor.UploadArtifact("build/NuGetRefBuild/GitVersionCore." + nugetVersion +".nupkg");
460460
AppVeyor.UploadArtifact("build/NuGetTaskBuild/GitVersionTask." + nugetVersion +".nupkg");
461461
AppVeyor.UploadArtifact("build/GitVersion_" + nugetVersion + ".zip");
462462
AppVeyor.UploadArtifact("build/GitVersionDotNetCore_" + nugetVersion + ".zip");

src/GitVersionCore/GitVersionCore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<AssemblyName>GitVersionCore</AssemblyName>
88
<BuildDir>$(SolutionDir)..\build\</BuildDir>
99
<!--Start of Nuspec metadata-->
10-
<PackageId>GitVersion</PackageId>
10+
<PackageId>GitVersionCore</PackageId>
1111
<Title>GitVersion</Title>
1212
<Authors>GitTools and Contributors</Authors>
1313
<PackageProjectUrl>https://github.com/GitTools/GitVersion</PackageProjectUrl>

0 commit comments

Comments
 (0)