Skip to content

Commit

Permalink
Increment version for release from 1.5.1 to 1.5.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tripp committed Nov 9, 2020
1 parent a6a793b commit 9ba6acc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion OpenTracker.Models/OpenTracker.Models.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<Version>1.5.1</Version>
<Version>1.5.2</Version>
</PropertyGroup>

<ItemGroup>
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:{33010009-6F66-4892-B930-B23D0091532D}"
"PackageCode" = "8:{CB66B59F-45C6-40D9-82C0-7CC83904ABA7}"
"ProductCode" = "8:{D71E5A6C-197F-4D72-B59B-44526BEAD5DE}"
"PackageCode" = "8:{723CC81F-871A-478F-A0AB-9A18DC69F315}"
"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.5.1"
"ProductVersion" = "8:1.5.2"
"Manufacturer" = "8:OpenTracker"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:"
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>netcoreapp3.1</TargetFramework>
<ApplicationIcon>triforce.ico</ApplicationIcon>
<Win32Resource />
<Version>1.5.1</Version>
<Version>1.5.2</Version>
<Authors>Tripp</Authors>
<AssemblyVersion>1.5.1.0</AssemblyVersion>
<FileVersion>1.5.1.0</FileVersion>
<CFBundleShortVersionString>1.5.1</CFBundleShortVersionString>
<AssemblyVersion>1.5.2.0</AssemblyVersion>
<FileVersion>1.5.2.0</FileVersion>
<CFBundleShortVersionString>1.5.2</CFBundleShortVersionString>
<RuntimeIdentifiers>osx-x64;linux-x64;debian-x64;rhel-x64;win-x64;win-x86;win7-x64;win7-x86</RuntimeIdentifiers>
</PropertyGroup>
<ItemGroup>
Expand Down

0 comments on commit 9ba6acc

Please sign in to comment.