We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 82ba313 + 67ffd2c commit b1b2984Copy full SHA for b1b2984
Web/API/Request.cs
@@ -408,7 +408,7 @@ private async Task<Result<T>> Process<T>(HttpRequestMessage request)
408
409
switch (true)
410
{
411
- case bool b when (MediaType.Contains("application/xml")):
+ case bool b when (MediaType.Contains("xml")):
412
XmlSerializer xmlSerializer = new(typeof(T));
413
StringReader reader = new(ContentResponse);
414
Web/Web.csproj
@@ -20,7 +20,7 @@
20
<PackageReadmeFile>README.md</PackageReadmeFile>
21
<Company>FrenchyApps42</Company>
22
<PackageIcon>logo.png</PackageIcon>
23
- <Version>1.2.1</Version>
+ <Version>1.2.2</Version>
24
</PropertyGroup>
25
26
<ItemGroup>
0 commit comments