From 0d63975df9692b3271795a40197147beca38195e Mon Sep 17 00:00:00 2001 From: stavroskasidis Date: Mon, 7 Nov 2022 23:03:32 +0200 Subject: [PATCH] Version bump and readme --- README.md | 7 ++++++- .../BlazorWasmAntivirusProtection.csproj | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7cd714e..8f81e0c 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,12 @@ You can see its virus total scan result [here](https://www.virustotal.com/gui/ur This work was inspired by the post in https://github.com/dotnet/aspnetcore/issues/31048#issuecomment-915152791 by github user [tedd](https://github.com/tedd) ## Release Notes -
1.8.5 +
1.9.0 + +>- Changed "blazor.boot.json.gz" and "blazor.boot.json.br" to be recompressed instead of deleted. (Contribution by [jsakamoto](https://github.com/jsakamoto)) +
+ +
1.8.5 >- Changed default Xor key to be smaller so that the resulting obfuscated dlls are more compression friendly.
diff --git a/src/BlazorWasmAntivirusProtection/BlazorWasmAntivirusProtection.csproj b/src/BlazorWasmAntivirusProtection/BlazorWasmAntivirusProtection.csproj index 6732c41..8966668 100644 --- a/src/BlazorWasmAntivirusProtection/BlazorWasmAntivirusProtection.csproj +++ b/src/BlazorWasmAntivirusProtection/BlazorWasmAntivirusProtection.csproj @@ -11,7 +11,7 @@ https://github.com/stavroskasidis/BlazorWasmAntivirusProtection This package attempts to guard against false positives from antiviruses that flag Blazor Wasm as malware $(VersionSuffix) - 1.8.5 + 1.9.0 $(Version)-$(VersionSuffix)