Skip to content

Commit

Permalink
Incremented version to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TalAloni committed Jun 23, 2021
1 parent 5345d0b commit 8f28f57
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.1</Version>
<Version>1.1.2</Version>
<UseWindowsForms>true</UseWindowsForms>
<ApplicationIcon>Icons\HardDisk.ico</ApplicationIcon>
</PropertyGroup>
Expand Down
6 changes: 3 additions & 3 deletions HardDiskValidator/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Tal Aloni")]
[assembly: AssemblyProduct("Hard Disk Validator")]
[assembly: AssemblyCopyright("Copyright © Tal Aloni 2016-2019")]
[assembly: AssemblyCopyright("Copyright © Tal Aloni 2016-2021")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -29,5 +29,5 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("1.1.1.0")]
[assembly: AssemblyFileVersion("1.1.1.0")]
[assembly: AssemblyVersion("1.1.2.0")]
[assembly: AssemblyFileVersion("1.1.2.0")]

0 comments on commit 8f28f57

Please sign in to comment.