Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
ad2017gd committed Nov 6, 2023
1 parent 488c239 commit bf5135e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.4.0.0" />
Version="2.4.1.0" />

<Properties>
<DisplayName>RainbowTaskbar.</DisplayName>
Expand Down
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.4</Version>
<Version>2.4.1</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.4</AssemblyVersion>
<FileVersion>2.4</FileVersion>
<AssemblyVersion>2.4.1</AssemblyVersion>
<FileVersion>2.4.1</FileVersion>
<SignAssembly>False</SignAssembly>

<ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>None</ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>
Expand Down

0 comments on commit bf5135e

Please sign in to comment.