Changed mime type for javascript. Bumped package version to 1.3.2.
This commit is contained in:
parent
55d75a7bb0
commit
f8b726634e
@ -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";
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user