We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc3be76 commit 66af2d8Copy full SHA for 66af2d8
BinaryObjectScanner/BinaryObjectScanner.csproj
@@ -4,7 +4,7 @@
4
<!-- Assembly Properties -->
5
<TargetFrameworks>net48;net6.0;net7.0</TargetFrameworks>
6
<RuntimeIdentifiers>win-x86;win-x64;linux-x64;osx-x64</RuntimeIdentifiers>
7
- <Version>2.8</Version>
+ <Version>2.9.0</Version>
8
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
9
10
<!-- Package Properties -->
appveyor.yml
@@ -1,5 +1,5 @@
1
# version format
2
-version: 2.8-{build}
+version: 2.9.0-{build}
3
# pull request template
pull_requests:
0 commit comments