Skip to content

Commit

Permalink
Hard Disk Validator v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TalAloni committed Mar 13, 2021
1 parent 9a908dd commit f96bf52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion HardDiskValidator/HardDiskValidator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<OutputType>WinExe</OutputType>
<TargetFrameworks>net20;net40;netcoreapp3.1</TargetFrameworks>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<Version>1.1.0</Version>
<Version>1.1.1</Version>
<UseWindowsForms>true</UseWindowsForms>
</PropertyGroup>

Expand Down
4 changes: 2 additions & 2 deletions HardDiskValidator/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]
[assembly: AssemblyVersion("1.1.1.0")]
[assembly: AssemblyFileVersion("1.1.1.0")]

0 comments on commit f96bf52

Please sign in to comment.