Skip to content

Commit

Permalink
Version bump/ Readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
stavroskasidis committed Feb 7, 2023
1 parent 20d0d8f commit 0d1c6d0
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 @@ -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
<details open="open"><summary>2.4.5</summary>

>- Fixes [#48](https://github.com/stavroskasidis/BlazorWasmAntivirusProtection/issues/48) (Contribution by [sykesbPragmatics](https://github.com/sykesbPragmatics))
</details>

<details open="open"><summary>2.4.0</summary>
<details><summary>2.4.0</summary>

>- Fix for gzip satellite assemblies being compressed from original verion instead of obfuscated one.
>- Changed target back to .net 6.0.
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>2.4.0</Version>
<Version>2.4.5</Version>
<Version Condition=" '$(VersionSuffix)' != '' ">$(Version)-$(VersionSuffix)</Version>
</PropertyGroup>

Expand Down

0 comments on commit 0d1c6d0

Please sign in to comment.