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 1a492fd commit a860d0fCopy full SHA for a860d0f
1 file changed
src/Directory.Build.props
@@ -4,7 +4,7 @@
4
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
5
<LangVersion>latest</LangVersion>
6
<NoWarn>CS1591;NU5105;CS1573</NoWarn>
7
- <Version>9.0.0</Version>
+ <Version>9.0.1</Version>
8
<PackageLicenseExpression>MIT</PackageLicenseExpression>
9
<Copyright>Copyright $([System.DateTime]::UtcNow.ToString(yyyy)). All rights reserved</Copyright>
10
<PackageIconUrl>https://raw.githubusercontent.com/SimonCropp/MarkdownSnippets/master/src/icon.png</PackageIconUrl>
@@ -17,4 +17,4 @@
17
<DebugType>embedded</DebugType>
18
<DebugSymbols>true</DebugSymbols>
19
</PropertyGroup>
20
-</Project>
+</Project>
0 commit comments