Skip to content

Commit de56c0b

Browse files
committed
Updated project versions to 2.10.2.
1 parent 820a0ff commit de56c0b

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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-2021</Copyright>
5+
<Copyright>Copyright © 2002-2022</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.10.1</Version>
19+
<Version>2.10.2</Version>
2020
<NoWarn>$(NoWarn);NETSDK1138;SYSLIB0003;SYSLIB0004;SYSLIB0011</NoWarn>
2121
</PropertyGroup>
2222
<PropertyGroup Condition="'$(Configuration)'=='Release'">

TaskSchedulerMockup/TaskSchedulerMockup.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<Product>TaskService</Product>
88
<Description>https://github.com/dahall/TaskScheduler</Description>
99
<Copyright>Copyright © 2020</Copyright>
10-
<Version>2.10.1</Version>
10+
<Version>2.10.2</Version>
1111
<OutputPath>bin\$(Configuration)\$(TargetFrameworkVersion)</OutputPath>
1212
</PropertyGroup>
1313
<PropertyGroup>

TestTaskService/TestTaskService.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<Product>TaskService</Product>
99
<Description>https://github.com/dahall/TaskScheduler</Description>
1010
<Copyright>Copyright © 2020</Copyright>
11-
<Version>2.10.1</Version>
11+
<Version>2.10.2</Version>
1212
<OutputPath>bin\$(Configuration)\$(TargetFrameworkVersion)</OutputPath>
1313
<LangVersion>latest</LangVersion>
1414
</PropertyGroup>

TestTaskServiceConsole/TestTaskServiceConsole.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<OutputType>Exe</OutputType>
44
<TargetFramework>netcoreapp2.0</TargetFramework>
55
<StartupObject>TestTaskServiceConsole.Program</StartupObject>
6-
<Version>2.10.1</Version>
6+
<Version>2.10.2</Version>
77
<LangVersion>latest</LangVersion>
88
</PropertyGroup>
99
<ItemGroup>

VBTestTaskService/VBTestTaskService.vbproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<Version>2.10.1</Version>
3+
<Version>2.10.2</Version>
44
<OutputType>WinExe</OutputType>
55
<StartupObject>VBTestTaskService.Module1</StartupObject>
66
<MyType>WindowsFormsWithCustomSubMain</MyType>

0 commit comments

Comments
 (0)