Skip to content

Commit

Permalink
Version bump and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
stavroskasidis committed Nov 7, 2022
1 parent 6d6fce3 commit 0d63975
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<details open="open"><summary>1.8.5</summary>
<details open="open"><summary>1.9.0</summary>

>- Changed "blazor.boot.json.gz" and "blazor.boot.json.br" to be recompressed instead of deleted. (Contribution by [jsakamoto](https://github.com/jsakamoto))
</details>
<details><summary>1.8.5</summary>

>- Changed default Xor key to be smaller so that the resulting obfuscated dlls are more compression friendly.
</details>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageProjectUrl>https://github.com/stavroskasidis/BlazorWasmAntivirusProtection</PackageProjectUrl>
<Description>This package attempts to guard against false positives from antiviruses that flag Blazor Wasm as malware</Description>
<VersionSuffix>$(VersionSuffix)</VersionSuffix>
<Version>1.8.5</Version>
<Version>1.9.0</Version>
<Version Condition=" '$(VersionSuffix)' != '' ">$(Version)-$(VersionSuffix)</Version>
</PropertyGroup>

Expand Down

0 comments on commit 0d63975

Please sign in to comment.