Skip to content

Commit 1b408fc

Browse files
committed
Update version to 2.9.1
1 parent 81c5f3f commit 1b408fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<Authors>David Hall</Authors>
44
<Company>GitHub Community</Company>
5-
<Copyright>Copyright © 2002-2020</Copyright>
5+
<Copyright>Copyright © 2002-2021</Copyright>
66
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
77
<GenerateAssemblyInformationalVersionAttribute>false</GenerateAssemblyInformationalVersionAttribute>
88
<IncludeSource>true</IncludeSource>
@@ -16,7 +16,7 @@
1616
<RepositoryType>Git</RepositoryType>
1717
<SignAssembly>true</SignAssembly>
1818
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)Microsoft.Windows.TaskScheduler.pfx</AssemblyOriginatorKeyFile>
19-
<Version>2.9.0</Version>
19+
<Version>2.9.1</Version>
2020
<NoWarn>$(NoWarn);NETSDK1138;SYSLIB0003;SYSLIB0004;SYSLIB0011</NoWarn>
2121
</PropertyGroup>
2222
<PropertyGroup Condition="'$(Configuration)'=='Release'">

0 commit comments

Comments
 (0)