Skip to content

Commit b11fd6f

Browse files
committed
Update Program.cs
1 parent d0436c1 commit b11fd6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

UnturnedRedistUpdateTool/Program.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ public static async Task<int> Main(string[] args)
8888
var versionElement = doc.Root.Element(ns + "metadata").Element(ns + "version");
8989
if (versionElement != null)
9090
{
91+
Console.WriteLine($"nuspec version: {versionElement.Value}");
9192
if (version == versionElement.Value)
9293
{
9394
Console.WriteLine("Unturned Version is the same as in nuspec, it means new version is not detected, skipping...");

0 commit comments

Comments
 (0)