We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f35237a commit b05e0f4Copy full SHA for b05e0f4
Directory.Build.props
@@ -11,7 +11,7 @@
11
<AnalysisLevel>latest-recommended</AnalysisLevel>
12
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
13
<NoWarn>$(NoWarn);CS1591;CA1707;CA1848;CA1859;CA1873</NoWarn>
14
- <Version>0.2.0</Version>
+ <Version>0.3.0</Version>
15
<PackageVersion>$(Version)</PackageVersion>
16
</PropertyGroup>
17
0 commit comments