Skip to content

Commit a860d0f

Browse files
authored
Update Directory.Build.props
1 parent 1a492fd commit a860d0f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
55
<LangVersion>latest</LangVersion>
66
<NoWarn>CS1591;NU5105;CS1573</NoWarn>
7-
<Version>9.0.0</Version>
7+
<Version>9.0.1</Version>
88
<PackageLicenseExpression>MIT</PackageLicenseExpression>
99
<Copyright>Copyright $([System.DateTime]::UtcNow.ToString(yyyy)). All rights reserved</Copyright>
1010
<PackageIconUrl>https://raw.githubusercontent.com/SimonCropp/MarkdownSnippets/master/src/icon.png</PackageIconUrl>
@@ -17,4 +17,4 @@
1717
<DebugType>embedded</DebugType>
1818
<DebugSymbols>true</DebugSymbols>
1919
</PropertyGroup>
20-
</Project>
20+
</Project>

0 commit comments

Comments
 (0)