Skip to content

Commit

Permalink
Update version to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
carlreinke committed Mar 21, 2022
1 parent a92dee8 commit 891f2dc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions SKSshAgent.Installer/SKSshAgent.Installer.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -172,15 +172,15 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:SK SSH Agent"
"ProductCode" = "8:{63F7AB72-8BA9-4D6F-A60E-86647A506138}"
"PackageCode" = "8:{4BDB02E8-150C-44DD-8C82-924294C2DB2C}"
"ProductCode" = "8:{0977F2CB-4C6D-4BD6-BCCE-BA87506A7ED9}"
"PackageCode" = "8:{D3401C6E-8704-47B5-A0CA-4BFB37B053A5}"
"UpgradeCode" = "8:{8D90B19C-4AC4-4ED6-B960-2563FC3C9240}"
"AspNetVersion" = "8:2.0.50727.0"
"RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:FALSE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:TRUE"
"ProductVersion" = "8:1.0"
"ProductVersion" = "8:1.1"
"Manufacturer" = "8:Carl Reinke"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:"
Expand Down
3 changes: 2 additions & 1 deletion SKSshAgent/SKSshAgent.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@

<PropertyGroup>
<Product>SK SSH Agent</Product>
<InformationalVersion>1.0</InformationalVersion>
<FileVersion>1.1</FileVersion>
<InformationalVersion>$(FileVersion)</InformationalVersion>
<Copyright>© 2022 Carl Reinke</Copyright>
</PropertyGroup>

Expand Down

0 comments on commit 891f2dc

Please sign in to comment.