Skip to content

Commit e270d3a

Browse files
committed
Using nugetv2 versioning
1 parent 633926f commit e270d3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Task("Pack")
7474
.Does(() => {
7575

7676
var nuGetPackSettings = new NuGetPackSettings {
77-
Version = versionInfo.FullSemVer,
77+
Version = versionInfo.NuGetVersionV2,
7878
BasePath = outputDirAddin,
7979
OutputDirectory = outputDirNuget,
8080
NoPackageAnalysis = true

0 commit comments

Comments
 (0)