Skip to content

Commit

Permalink
Increment version for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
trippsc2 committed Mar 8, 2021
1 parent c1fa87a commit 67c9cc3
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>netcoreapp3.1</TargetFramework>
<Nullable>enable</Nullable>
<Version>1.8.1</Version>
<Version>1.8.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:{C4C6BD6E-5634-4391-A9D7-B0DBDF89AB09}"
"PackageCode" = "8:{0246AA14-75B2-4F84-94C8-15F86225F6B5}"
"ProductCode" = "8:{5EAF757E-FE14-4A69-B5DC-96006B64848A}"
"PackageCode" = "8:{C8BB1096-45C2-456B-BC96-24DA20F06E48}"
"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.1"
"ProductVersion" = "8:1.8.2"
"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>netcoreapp3.1</TargetFramework>
<Nullable>enable</Nullable>
<Version>1.8.1</Version>
<Version>1.8.2</Version>
</PropertyGroup>

<ItemGroup>
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.8.1</Version>
<Version>1.8.2</Version>
<Authors>Tripp</Authors>
<AssemblyVersion>1.8.1</AssemblyVersion>
<FileVersion>1.8.1</FileVersion>
<CFBundleShortVersionString>1.8.1</CFBundleShortVersionString>
<AssemblyVersion>1.8.2</AssemblyVersion>
<FileVersion>1.8.2</FileVersion>
<CFBundleShortVersionString>1.8.2</CFBundleShortVersionString>
<Nullable>enable</Nullable>
<RuntimeIdentifiers>osx-x64;linux-x64;debian-x64;rhel-x64;win-x64;win-x86;win7-x64;win7-x86</RuntimeIdentifiers>
</PropertyGroup>
Expand Down

0 comments on commit 67c9cc3

Please sign in to comment.