We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 649175d commit d501da5Copy full SHA for d501da5
build.cake
@@ -77,11 +77,15 @@ Task("Build")
77
MSBuild("./src/Renci.SshNet/Renci.SshNet.csproj", settings => settings
78
.SetConfiguration(configuration)
79
.WithProperty("Version", nugetVersion)
80
+ .WithProperty("PackageVersion", nugetVersion)
81
+ .WithProperty("FileVersion", nugetVersion)
82
.WithTarget("Build"));
83
84
MSBuild("./src/Renci.SshNet.NETCore/Renci.SshNet.NETCore.csproj", settings => settings
85
86
87
88
89
90
});
91
0 commit comments