Skip to content

Commit 866eb79

Browse files
committed
Updated version to 2.9.3.
1 parent 270ba8f commit 866eb79

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<RepositoryType>Git</RepositoryType>
1717
<SignAssembly>true</SignAssembly>
1818
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)Microsoft.Windows.TaskScheduler.pfx</AssemblyOriginatorKeyFile>
19-
<Version>2.9.2</Version>
19+
<Version>2.9.3</Version>
2020
<NoWarn>$(NoWarn);NETSDK1138;SYSLIB0003;SYSLIB0004;SYSLIB0011</NoWarn>
2121
</PropertyGroup>
2222
<PropertyGroup Condition="'$(Configuration)'=='Release'">

VBTestTaskService/VBTestTaskService.vbproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<Version>2.9.0</Version>
3+
<Version>2.9.3</Version>
44
<OutputType>WinExe</OutputType>
55
<StartupObject>VBTestTaskService.Module1</StartupObject>
66
<MyType>WindowsFormsWithCustomSubMain</MyType>

0 commit comments

Comments
 (0)