Skip to content

Commit

Permalink
Updated to 1.8.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
TrippSC2 committed Apr 23, 2022
1 parent e3aa291 commit e005064
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion OpenTracker.Models/OpenTracker.Models.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<Version>1.8.4</Version>
<Version>1.8.5</Version>
<LangVersion>default</LangVersion>
</PropertyGroup>

Expand Down
6 changes: 3 additions & 3 deletions OpenTracker.Setup/OpenTracker.Setup.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -347,15 +347,15 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:OpenTracker"
"ProductCode" = "8:{58E9FC73-3825-4499-912A-125129AF0307}"
"PackageCode" = "8:{19CDDAD0-D63D-41AB-A798-71D82BF16703}"
"ProductCode" = "8:{4F3BD2E9-0C9A-462D-92F1-78B79DA208F0}"
"PackageCode" = "8:{140CD454-5D69-4065-B193-4957BCEC3727}"
"UpgradeCode" = "8:{C98C2121-B4C5-473A-9B86-5407FEFFE8F1}"
"AspNetVersion" = "8:2.0.50727.0"
"RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:TRUE"
"ProductVersion" = "8:1.8.4"
"ProductVersion" = "8:1.8.5"
"Manufacturer" = "8:OpenTracker"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:"
Expand Down
2 changes: 1 addition & 1 deletion OpenTracker.Utils/OpenTracker.Utils.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<Version>1.8.4</Version>
<Version>1.8.5</Version>
<LangVersion>default</LangVersion>
</PropertyGroup>

Expand Down
8 changes: 4 additions & 4 deletions OpenTracker/OpenTracker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<TargetFramework>net6.0</TargetFramework>
<ApplicationIcon>triforce.ico</ApplicationIcon>
<Win32Resource />
<Version>1.8.4</Version>
<Version>1.8.5</Version>
<Authors>Tripp</Authors>
<AssemblyVersion>1.8.4</AssemblyVersion>
<FileVersion>1.8.4</FileVersion>
<CFBundleShortVersionString>1.8.4</CFBundleShortVersionString>
<AssemblyVersion>1.8.5</AssemblyVersion>
<FileVersion>1.8.5</FileVersion>
<CFBundleShortVersionString>1.8.5</CFBundleShortVersionString>
<Nullable>enable</Nullable>
<RuntimeIdentifiers>osx-x64;linux-x64;debian-x64;rhel-x64;win-x64;win-x86;win7-x64;win7-x86</RuntimeIdentifiers>
<LangVersion>default</LangVersion>
Expand Down

0 comments on commit e005064

Please sign in to comment.