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 864fa8d commit 6e40998Copy full SHA for 6e40998
BinaryObjectScanner/BinaryObjectScanner.csproj
@@ -10,7 +10,7 @@
10
<Nullable>enable</Nullable>
11
<SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings>
12
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
13
- <Version>3.1.16</Version>
+ <Version>3.2.0</Version>
14
<!-- Mostly added due to external libraries -->
15
<WarningsNotAsErrors>CS0162;CS0612;CS8600;CS8601;CS8602;CS8603;CS8604;CS8605;CS8618;CS8625;CS8634;CS8765;IL3000;NU5100</WarningsNotAsErrors>
16
appveyor.yml
@@ -1,5 +1,5 @@
1
# version format
2
-version: 3.1.0-{build}
+version: 3.2.0-{build}
3
4
# pull request template
5
pull_requests:
0 commit comments