Changed mime type for javascript. Bumped package version to 1.3.2.

This commit is contained in:
MattMo 2023-02-10 12:11:44 -08:00
parent 55d75a7bb0
commit f8b726634e
2 changed files with 2 additions and 2 deletions

View File

@ -222,7 +222,7 @@ namespace MontoyaTech.Rest.Net
case "jpe": return "image/jpeg";
case "jpeg": return "image/jpeg";
case "jpg": return "image/jpeg";
case "js": return "application/x-javascript";
case "js": return "text/javascript";
case "jsx": return "text/jscript";
case "jsxbin": return "text/plain";
case "latex": return "application/x-latex";

View File

@ -17,7 +17,7 @@
<AssemblyName>MontoyaTech.Rest.Net</AssemblyName>
<RootNamespace>MontoyaTech.Rest.Net</RootNamespace>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<Version>1.3.1</Version>
<Version>1.3.2</Version>
<PackageReleaseNotes></PackageReleaseNotes>
<PackageIcon>Logo_Symbol_Black_Outline.png</PackageIcon>
</PropertyGroup>