Skip to content

Commit

Permalink
fix & version up
Browse files Browse the repository at this point in the history
  • Loading branch information
yt3trees committed Jan 28, 2024
1 parent 2150961 commit 0b1db96
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
6 changes: 3 additions & 3 deletions msbuild-gui-installer/msbuild-gui-installer.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -246,15 +246,15 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:MsBuild-Gui"
"ProductCode" = "8:{07B8B900-055E-4D69-B59D-70E888BE61D3}"
"PackageCode" = "8:{827A1BCA-DD08-4609-A8FD-1B55A2C4D1B3}"
"ProductCode" = "8:{895FAEFC-12B0-42C5-99D2-7396A14E6484}"
"PackageCode" = "8:{7ECAD480-99D4-4050-84BA-4F73D40F4B74}"
"UpgradeCode" = "8:{7D70ECDB-383F-40E2-B1A8-D750CFA02BE0}"
"AspNetVersion" = "8:4.0.30319.0"
"RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:FALSE"
"ProductVersion" = "8:1.0.5"
"ProductVersion" = "8:1.1.0"
"Manufacturer" = "8:yt3trees"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:"
Expand Down
5 changes: 5 additions & 0 deletions msbuild-gui/Plugins/SemanticPlugins/ErrorAnalysis/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
"name": "errorMessage",
"description": "error message",
"defaultValue": ""
},
{
"name": "language",
"description": "language",
"defaultValue": ""
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion msbuild-gui/msbuild-gui.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<RootNamespace>msbuild_gui</RootNamespace>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
<AssemblyVersion>1.0.5.0</AssemblyVersion>
<AssemblyVersion>1.1.0.0</AssemblyVersion>
<Company>yt3trees</Company>
<FileVersion>1.0.5.0</FileVersion>
<PackageIcon>MsBuild-Gui.png</PackageIcon>
Expand Down

0 comments on commit 0b1db96

Please sign in to comment.