We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d32e9a8 commit d513410Copy full SHA for d513410
Directory.Build.props
@@ -18,8 +18,8 @@
18
-->
19
<WarningsNotAsErrors>$(WarningsNotAsErrors);CS0618;NU1901;NU1092;NU1903;NU1904;S125</WarningsNotAsErrors>
20
<Copyright>Copyright © $([System.DateTime]::Now.ToString('yyyy')) Michael Crawford</Copyright>
21
- <AssemblyVersion>0.4.0.0</AssemblyVersion>
22
- <InformationalVersion>0.4.0.0</InformationalVersion>
+ <AssemblyVersion>0.4.1.0</AssemblyVersion>
+ <InformationalVersion>0.4.1.0</InformationalVersion>
23
</PropertyGroup>
24
<ItemGroup>
25
<PackageReference Include="JetBrains.Annotations" />
0 commit comments