Skip to content

Commit

Permalink
Bump versions, exclude one more file.
Browse files Browse the repository at this point in the history
  • Loading branch information
BytingBulldogs3539 committed Feb 13, 2024
1 parent 9fdbb8e commit 7ed7bac
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,7 @@
"SharedLegacy" = "11:FALSE"
"PackageAs" = "3:1"
"Register" = "3:1"
"Exclude" = "11:TRUE"
"Exclude" = "11:FALSE"
"IsDependency" = "11:TRUE"
"IsolateTo" = "8:"
}
Expand Down Expand Up @@ -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:"
Expand Down Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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")]

0 comments on commit 7ed7bac

Please sign in to comment.