diff --git a/HttpsReverseProxy/HttpsReverseProxy.csproj b/HttpsReverseProxy/HttpsReverseProxy.csproj index 7da03e4..c9ce089 100644 --- a/HttpsReverseProxy/HttpsReverseProxy.csproj +++ b/HttpsReverseProxy/HttpsReverseProxy.csproj @@ -7,7 +7,11 @@ - + + + + + diff --git a/TeleJelly/Assets/Config/config.html b/TeleJelly/Assets/Config/config.html index e553276..e5f7561 100644 --- a/TeleJelly/Assets/Config/config.html +++ b/TeleJelly/Assets/Config/config.html @@ -16,7 +16,7 @@

TeleJelly Configuration

-

Version: 1.0.3.0

+

Version: 1.0.5.0

ExtraFiles([FromRoute] string fileName) } var mimeType = MimeTypes.GetMimeType(view.EmbeddedResourcePath); - var memeTypes = new[] { "text/html", "text/css", "application/javascript", "application/x-javascript" }; - // dont try to minify binary files...like fonts... will end badly - if (!memeTypes.Contains(mimeType)) + var textTypes = new[] { "text/html", "text/css", "application/javascript", "application/x-javascript" }; + // don't try to minify binary files...like fonts... will end badly + if (!textTypes.Contains(mimeType)) { return File(stream, mimeType); } diff --git a/TeleJelly/ILRepack.targets b/TeleJelly/ILRepack.targets index a55b090..d12ee9d 100644 --- a/TeleJelly/ILRepack.targets +++ b/TeleJelly/ILRepack.targets @@ -1,11 +1,13 @@ - + - + + net6.0 Jellyfin.Plugin.TeleJelly - 1.0.3.0 - 1.0.3.0 - 1.0.3.0 + 1.0.5.0 + 1.0.5.0 + 1.0.5.0 true false /property:GenerateFullPaths=true /consoleloggerparameters:NoSummary @@ -60,28 +60,35 @@ + + $([System.Text.RegularExpressions.Regex]::Replace('$(MinVerPreRelease)', '^[^\.]*\.0', '')) + $(MinVerMajor).$(MinVerMinor).$(MinVerPatch)$(MinVerPreReleaseTrimmed) + $(AssemblyVersion) + $(MinVerVersion) + - + + + + + + + + $(LocalAppData) - + + - - - - - - -