Skip to content

Commit

Permalink
nuspec
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-shandar committed Aug 17, 2022
1 parent 2765373 commit 83be8ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion builder/builder/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace builder
public static class Config
{
public static readonly Version Version =
new StableVersion(1, 79, 0);
new StableVersion(1, 80, 0);

public static readonly List[] Release =
{
Expand Down
2 changes: 1 addition & 1 deletion builder/builder/Nuspec.cs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ private static void CreateNuspec(
nuspec.CreateDocument().Save(nuspecFile);
Process.Start(
new ProcessStartInfo(
@"..\..\..\packages\NuGet.CommandLine.5.10.0\tools\nuget.exe",
@"..\..\..\packages\NuGet.CommandLine.5.11.2\tools\nuget.exe",
"pack " + nuspecFile)
{
UseShellExecute = false,
Expand Down

0 comments on commit 83be8ef

Please sign in to comment.