From 7ed7bacc61116d7af1695e8f5fec61c2dc660a2c Mon Sep 17 00:00:00 2001 From: BytingBulldogs3539 Date: Mon, 12 Feb 2024 22:28:07 -0500 Subject: [PATCH] Bump versions, exclude one more file. --- .github/workflows/dotnet-desktop.yml | 6 +++--- .../Motion-Profile-Mapper-Installer.vdproj | 10 +++++----- .../Motion-Profile-Mapper/Properties/AssemblyInfo.cs | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/dotnet-desktop.yml b/.github/workflows/dotnet-desktop.yml index 47ef0b9..c3a2e5d 100644 --- a/.github/workflows/dotnet-desktop.yml +++ b/.github/workflows/dotnet-desktop.yml @@ -17,17 +17,17 @@ jobs: runs-on: windows-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Install .NET Core - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v4 with: dotnet-version: 6.0.x - name: setup-msbuild - uses: microsoft/setup-msbuild@v1.1.3 + uses: microsoft/setup-msbuild@v2 - name: Set VS.net environment run: cmd.exe /C CALL "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars32.bat" diff --git a/Motion-Profile-Mapper/Motion-Profile-Mapper-Installer/Motion-Profile-Mapper-Installer.vdproj b/Motion-Profile-Mapper/Motion-Profile-Mapper-Installer/Motion-Profile-Mapper-Installer.vdproj index b9369ae..e742060 100644 --- a/Motion-Profile-Mapper/Motion-Profile-Mapper-Installer/Motion-Profile-Mapper-Installer.vdproj +++ b/Motion-Profile-Mapper/Motion-Profile-Mapper-Installer/Motion-Profile-Mapper-Installer.vdproj @@ -800,7 +800,7 @@ "SharedLegacy" = "11:FALSE" "PackageAs" = "3:1" "Register" = "3:1" - "Exclude" = "11:TRUE" + "Exclude" = "11:FALSE" "IsDependency" = "11:TRUE" "IsolateTo" = "8:" } @@ -860,15 +860,15 @@ { "Name" = "8:Microsoft Visual Studio" "ProductName" = "8:Motion-Profiler" - "ProductCode" = "8:{34014B9E-E89F-4937-ACE8-E65697B21B40}" - "PackageCode" = "8:{BA122308-CD6C-4686-A3C9-ABF83F111CFF}" + "ProductCode" = "8:{15136CC1-9468-4065-BBF2-EA0AA784CAF2}" + "PackageCode" = "8:{015F108C-D519-430E-88C8-71E1ADCCBC2A}" "UpgradeCode" = "8:{F109F2B2-7D8A-43ED-B73A-025A4428AA32}" "AspNetVersion" = "8:2.0.50727.0" "RestartWWWService" = "11:FALSE" "RemovePreviousVersions" = "11:TRUE" "DetectNewerInstalledVersion" = "11:TRUE" "InstallAllUsers" = "11:TRUE" - "ProductVersion" = "8:24.0.2" + "ProductVersion" = "8:24.0.3" "Manufacturer" = "8:Byting Bulldogs" "ARPHELPTELEPHONE" = "8:" "ARPHELPLINK" = "8:" @@ -1420,7 +1420,7 @@ { "{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_0A5E5AFCF82A4BD5BA7A19D158218E34" { - "SourcePath" = "8:..\\Motion-Profile-Mapper\\obj\\Release\\Motion-Profile-Mapper.exe" + "SourcePath" = "8:..\\Motion-Profile-Mapper\\obj\\Debug\\Motion-Profile-Mapper.exe" "TargetName" = "8:" "Tag" = "8:" "Folder" = "8:_39048F06E6F04D4B99DC7D290B5254E1" diff --git a/Motion-Profile-Mapper/Motion-Profile-Mapper/Properties/AssemblyInfo.cs b/Motion-Profile-Mapper/Motion-Profile-Mapper/Properties/AssemblyInfo.cs index c071a0d..e1075e7 100644 --- a/Motion-Profile-Mapper/Motion-Profile-Mapper/Properties/AssemblyInfo.cs +++ b/Motion-Profile-Mapper/Motion-Profile-Mapper/Properties/AssemblyInfo.cs @@ -33,5 +33,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2024.0.2.0")] -[assembly: AssemblyFileVersion("2024.0.2.0")] +[assembly: AssemblyVersion("2024.0.3.0")] +[assembly: AssemblyFileVersion("2024.0.3.0")]