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 9b4fd91 commit 6bcdc0eCopy full SHA for 6bcdc0e
BinaryObjectScanner/BinaryObjectScanner.csproj
@@ -8,7 +8,7 @@
8
<LangVersion>latest</LangVersion>
9
<Nullable>enable</Nullable>
10
<!-- <TreatWarningsAsErrors>true</TreatWarningsAsErrors> --> <!-- Can't be enabled because of external code -->
11
- <Version>2.9.0</Version>
+ <Version>3.0.0</Version>
12
13
<!-- Package Properties -->
14
<Authors>Matt Nadareski</Authors>
appveyor.yml
@@ -1,5 +1,5 @@
1
# version format
2
-version: 2.9.0-{build}
+version: 3.0.0-{build}
3
4
# pull request template
5
pull_requests:
0 commit comments