Skip to content

Commit 95c305d

Browse files
committed
Hard Disk Validator v1.1.0
1 parent 769c28f commit 95c305d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

HardDiskValidator/HardDiskValidator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<OutputType>WinExe</OutputType>
55
<TargetFrameworks>net20;net40;netcoreapp3.1</TargetFrameworks>
66
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
7-
<Version>1.0.9</Version>
7+
<Version>1.1.0</Version>
88
<UseWindowsForms>true</UseWindowsForms>
99
</PropertyGroup>
1010

HardDiskValidator/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
// Build Number
3030
// Revision
3131
//
32-
[assembly: AssemblyVersion("1.0.9.0")]
33-
[assembly: AssemblyFileVersion("1.0.9.0")]
32+
[assembly: AssemblyVersion("1.1.0.0")]
33+
[assembly: AssemblyFileVersion("1.1.0.0")]

0 commit comments

Comments
 (0)