Skip to content

Commit

Permalink
SAL
Browse files Browse the repository at this point in the history
  • Loading branch information
ad2017gd committed Nov 5, 2023
1 parent d5b4f7c commit 7b45ee5
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 12 deletions.
2 changes: 1 addition & 1 deletion MSIXPkg/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Identity
Name="48822ad2017.30397FC5B3C66"
Publisher="CN=7F27496D-0310-4FD3-81EF-B816897FD011"
Version="2.3.3.0" />
Version="2.4.0.0" />

<Properties>
<DisplayName>RainbowTaskbar.</DisplayName>
Expand Down
16 changes: 10 additions & 6 deletions RainbowTaskbar.sln
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ Global
{03366AEB-0D3C-453B-BB5F-50DFB417D325}.Debug|ARM.Build.0 = Debug|Any CPU
{03366AEB-0D3C-453B-BB5F-50DFB417D325}.Debug|ARM64.ActiveCfg = Debug|Any CPU
{03366AEB-0D3C-453B-BB5F-50DFB417D325}.Debug|ARM64.Build.0 = Debug|Any CPU
{03366AEB-0D3C-453B-BB5F-50DFB417D325}.Debug|x64.ActiveCfg = Debug|Any CPU
{03366AEB-0D3C-453B-BB5F-50DFB417D325}.Debug|x64.Build.0 = Debug|Any CPU
{03366AEB-0D3C-453B-BB5F-50DFB417D325}.Debug|x86.ActiveCfg = Debug|Any CPU
{03366AEB-0D3C-453B-BB5F-50DFB417D325}.Debug|x86.Build.0 = Debug|Any CPU
{03366AEB-0D3C-453B-BB5F-50DFB417D325}.Debug|x64.ActiveCfg = Debug|x64
{03366AEB-0D3C-453B-BB5F-50DFB417D325}.Debug|x64.Build.0 = Debug|x64
{03366AEB-0D3C-453B-BB5F-50DFB417D325}.Debug|x86.ActiveCfg = Debug|x86
{03366AEB-0D3C-453B-BB5F-50DFB417D325}.Debug|x86.Build.0 = Debug|x86
{03366AEB-0D3C-453B-BB5F-50DFB417D325}.Release|Any CPU.ActiveCfg = Release|Any CPU
{03366AEB-0D3C-453B-BB5F-50DFB417D325}.Release|Any CPU.Build.0 = Release|Any CPU
{03366AEB-0D3C-453B-BB5F-50DFB417D325}.Release|ARM.ActiveCfg = Release|Any CPU
Expand All @@ -45,8 +45,8 @@ Global
{03366AEB-0D3C-453B-BB5F-50DFB417D325}.Release|ARM64.Build.0 = Release|Any CPU
{03366AEB-0D3C-453B-BB5F-50DFB417D325}.Release|x64.ActiveCfg = Release|x64
{03366AEB-0D3C-453B-BB5F-50DFB417D325}.Release|x64.Build.0 = Release|x64
{03366AEB-0D3C-453B-BB5F-50DFB417D325}.Release|x86.ActiveCfg = Release|Any CPU
{03366AEB-0D3C-453B-BB5F-50DFB417D325}.Release|x86.Build.0 = Release|Any CPU
{03366AEB-0D3C-453B-BB5F-50DFB417D325}.Release|x86.ActiveCfg = Release|x86
{03366AEB-0D3C-453B-BB5F-50DFB417D325}.Release|x86.Build.0 = Release|x86
{3FF5D07D-44D1-4B85-9465-4793B3A9EE8A}.Debug|Any CPU.ActiveCfg = Debug|Win32
{3FF5D07D-44D1-4B85-9465-4793B3A9EE8A}.Debug|Any CPU.Build.0 = Debug|Win32
{3FF5D07D-44D1-4B85-9465-4793B3A9EE8A}.Debug|ARM.ActiveCfg = Debug|x64
Expand Down Expand Up @@ -116,7 +116,11 @@ Global
{55D00CB5-0D90-4265-BCD1-B5853C499968}.Release|ARM64.Build.0 = Release|ARM64
{55D00CB5-0D90-4265-BCD1-B5853C499968}.Release|ARM64.Deploy.0 = Release|ARM64
{55D00CB5-0D90-4265-BCD1-B5853C499968}.Release|x64.ActiveCfg = Release|x64
{55D00CB5-0D90-4265-BCD1-B5853C499968}.Release|x64.Build.0 = Release|x64
{55D00CB5-0D90-4265-BCD1-B5853C499968}.Release|x64.Deploy.0 = Release|x64
{55D00CB5-0D90-4265-BCD1-B5853C499968}.Release|x86.ActiveCfg = Release|x86
{55D00CB5-0D90-4265-BCD1-B5853C499968}.Release|x86.Build.0 = Release|x86
{55D00CB5-0D90-4265-BCD1-B5853C499968}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
1 change: 0 additions & 1 deletion RainbowTaskbar/Editor.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ private void AppBarButton_Click(object sender, RoutedEventArgs e) {
private void OpenContextMenu_Click(object sender, RoutedEventArgs e) {
var contextMenu = App.trayWindow.TrayIcon.ContextMenu;
Button button = sender as Button;
contextMenu.PlacementTarget = button;
contextMenu.IsOpen = true;
}
}
6 changes: 3 additions & 3 deletions RainbowTaskbar/RainbowTaskbar.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<UseWPF>true</UseWPF>
<Version>2.3.2</Version>
<Version>2.4</Version>
<PackageProjectUrl>https://ad2017.dev/rnb</PackageProjectUrl>
<Description>RainbowTaskbar is a Windows utility to customize the shell taskbar.</Description>
<Authors>Ad2017, zCri</Authors>
Expand All @@ -18,8 +18,8 @@
<AnalysisLevel>latest</AnalysisLevel>
<Nullable>disable</Nullable>
<ErrorReport>prompt</ErrorReport>
<AssemblyVersion>2.3.2</AssemblyVersion>
<FileVersion>2.3.2</FileVersion>
<AssemblyVersion>2.4</AssemblyVersion>
<FileVersion>2.4</FileVersion>
<SignAssembly>False</SignAssembly>

<ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>None</ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>
Expand Down
2 changes: 1 addition & 1 deletion RainbowTaskbar/UserControls/TrayContextMenu.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ private void ProjectPage_Click(object sender, RoutedEventArgs e) {
private void Exit_Click(object sender, RoutedEventArgs e) => App.Exit();

private void IssueOrRequest_Click(object sender, RoutedEventArgs e) {
Process.Start(new ProcessStartInfo("https://github.com/ad2017gd/RainbowTaskbar/issues/new") { UseShellExecute = true });
Process.Start(new ProcessStartInfo("https://github.com/ad2017gd/RainbowTaskbar/issues/new/choose") { UseShellExecute = true });
e.Handled = true;
}

Expand Down

0 comments on commit 7b45ee5

Please sign in to comment.