From 0d1c6d082790d46ab10210b44452915772409474 Mon Sep 17 00:00:00 2001 From: stavroskasidis Date: Tue, 7 Feb 2023 11:11:18 +0200 Subject: [PATCH] Version bump/ Readme update --- README.md | 7 ++++++- .../BlazorWasmAntivirusProtection.csproj | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3b8844a..443b33e 100644 --- a/README.md +++ b/README.md @@ -103,8 +103,13 @@ You can see its [virustotal.com](https://www.virustotal.com/) scan result [here] 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 +
2.4.5 + +>- Fixes [#48](https://github.com/stavroskasidis/BlazorWasmAntivirusProtection/issues/48) (Contribution by [sykesbPragmatics](https://github.com/sykesbPragmatics)) +
+ -
2.4.0 +
2.4.0 >- Fix for gzip satellite assemblies being compressed from original verion instead of obfuscated one. >- Changed target back to .net 6.0. diff --git a/src/BlazorWasmAntivirusProtection/BlazorWasmAntivirusProtection.csproj b/src/BlazorWasmAntivirusProtection/BlazorWasmAntivirusProtection.csproj index e3409ff..4d0bb00 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) - 2.4.0 + 2.4.5 $(Version)-$(VersionSuffix)