We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0436c1 commit b11fd6fCopy full SHA for b11fd6f
UnturnedRedistUpdateTool/Program.cs
@@ -88,6 +88,7 @@ public static async Task<int> Main(string[] args)
88
var versionElement = doc.Root.Element(ns + "metadata").Element(ns + "version");
89
if (versionElement != null)
90
{
91
+ Console.WriteLine($"nuspec version: {versionElement.Value}");
92
if (version == versionElement.Value)
93
94
Console.WriteLine("Unturned Version is the same as in nuspec, it means new version is not detected, skipping...");
0 commit comments