Skip to content

Commit e73b7ca

Browse files
committed
trying to fix Pack-Gem
1 parent d96d26d commit e73b7ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/version.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public class BuildVersion
2424
NuGetVersion = gitVersion.NuGetVersion,
2525
DotNetAsterix = semVersion.Substring(version.Length).TrimStart('-'),
2626
PreReleaseTag = preReleaseTag,
27-
GemVersion = gemVersion
27+
GemVersion = gemVersion.TrimEnd('.')
2828
};
2929
}
3030
}

0 commit comments

Comments
 (0)