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 0e63c01 commit 7eb62a0Copy full SHA for 7eb62a0
UnturnedRedistUpdateTool/Program.cs
@@ -81,7 +81,7 @@ public static async Task<int> Main(string[] args)
81
Console.WriteLine($"Found Unturned v{version} ({buildId})");
82
83
var doc = XDocument.Load(nuspecFilePath, LoadOptions.PreserveWhitespace);
84
- var ns = "http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd";
+ XNamespace ns = "http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd";
85
var versionElement = doc.Root.Element(ns + "metadata").Element(ns + "version");
86
if (versionElement == null)
87
{
0 commit comments