Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Poker-sang committed Jul 31, 2024
1 parent 30b91d5 commit f51e3e2
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions DanmakuPlayer.Proto/DanmakuPlayer.Proto.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

<ItemGroup>
<PackageReference Include="Google.Protobuf" Version="3.27.2" />
<PackageReference Include="Grpc.Core.Api" Version="2.63.0" />
<PackageReference Include="Grpc.Tools" Version="2.64.0">
<PackageReference Include="Grpc.Core.Api" Version="2.65.0" />
<PackageReference Include="Grpc.Tools" Version="2.65.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down
8 changes: 4 additions & 4 deletions DanmakuPlayer/DanmakuPlayer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,18 @@

<ItemGroup>
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.2" />
<PackageReference Include="CommunityToolkit.WinUI.Controls.ColorPicker" Version="8.1.240328-rc" />
<PackageReference Include="CommunityToolkit.WinUI.Controls.ColorPicker" Version="8.1.240606-rc" />
<PackageReference Include="CommunityToolkit.WinUI.Controls.SettingsControls" Version="8.0.240109" />
<PackageReference Include="FluentIcons.WinUI" Version="1.1.249" />
<PackageReference Include="Microsoft.Graphics.Win2D" Version="1.2.0" />
<PackageReference Include="Microsoft.Playwright" Version="1.45.0" />
<PackageReference Include="Microsoft.Playwright" Version="1.45.1" />
<PackageReference Condition="'$(PublishAot)' == 'true'" Include="Microsoft.Windows.CsWinRT" Version="2.1.0-prerelease.240602.1" />
<PackageReference Condition="'$(PublishAot)' == 'true'" Include="Microsoft.WindowsAppSDK" Version="1.6.240531000-experimental1" />
<PackageReference Condition="'$(PublishAot)' == 'false'" Include="Microsoft.WindowsAppSDK" Version="1.5.240627000" />
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22621.3233" />
<PackageReference Include="System.Drawing.Common" Version="8.0.7" />
<PackageReference Include="System.ServiceModel.Primitives" Version="8.0.0" />
<PackageReference Include="WinUI3Utilities" Version="1.1.7.6" />
<PackageReference Include="WinUI3Utilities" Version="1.1.7.7" />
<PackageReference Include="PinYinConverterCore" Version="1.0.2" />
<PackageReference Include="WinUIEx" Version="2.3.4" />
<Manifest Include="$(ApplicationManifest)" />
Expand All @@ -63,7 +63,7 @@
<AppxPackageSigningEnabled>False</AppxPackageSigningEnabled>
<AppxPackageSigningTimestampDigestAlgorithm>SHA256</AppxPackageSigningTimestampDigestAlgorithm>
<AppxAutoIncrementPackageRevision>False</AppxAutoIncrementPackageRevision>
<AppxSymbolPackageEnabled>False</AppxSymbolPackageEnabled>
<AppxSymbolPackageEnabled>True</AppxSymbolPackageEnabled>
<GenerateTestArtifacts>True</GenerateTestArtifacts>
<AppxBundle>Always</AppxBundle>
<AppxBundlePlatforms>x86|x64|arm64</AppxBundlePlatforms>
Expand Down
2 changes: 1 addition & 1 deletion DanmakuPlayer/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Identity
Name="PokerKo.DanmakuPlayer"
Publisher="CN=D5BE94D7-0E23-4B10-BC6A-5550D9783A2A"
Version="3.8.0.0" />
Version="3.8.1.0" />

<Properties>
<DisplayName>Danmaku Player</DisplayName>
Expand Down
2 changes: 1 addition & 1 deletion DanmakuPlayer/Resources/ConstantStrings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public static class ConstantStrings

public static string AppTitle => AppInfoResources.AppTitle;

public static string AppAboutHeader => AppTitle + " v3.8.0";
public static string AppAboutHeader => AppTitle + " v3.8.1";

public static IEnumerable<string> FontFamilies { get; }

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ B站视频[【炮姐/AMV】我永远都会守护在你的身边!](https://www.

项目地址:[GitHub](https://github.com/Poker-sang/DanmakuPlayer)

版本:3.8.0
版本:3.8.1

## 联系方式

Expand Down

0 comments on commit f51e3e2

Please sign in to comment.