Skip to content

Commit

Permalink
更新引用的弹幕消息解析组件版本以解决有时无法处理开播消息的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Executor-Cheng committed May 14, 2023
1 parent cd1b9fa commit 25be7cd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<UseWindowsForms>true</UseWindowsForms>
<DisableImplicitNamespaceImports>true</DisableImplicitNamespaceImports>

<Version>1.0.3.0</Version>
<AssemblyVersion>1.0.3.0</AssemblyVersion>
<FileVersion>1.0.3.0</FileVersion>
<PackageVersion>1.0.3.0</PackageVersion>
<Version>1.0.4.0</Version>
<AssemblyVersion>1.0.4.0</AssemblyVersion>
<FileVersion>1.0.4.0</FileVersion>
<PackageVersion>1.0.4.0</PackageVersion>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion src/BililiveNotification/BililiveNotification.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Executorlibs.Bilibili.Protocol" Version="1.5.0" />
<PackageReference Include="Executorlibs.Bilibili.Protocol" Version="1.5.1" />
<PackageReference Include="Microsoft.Toolkit.Uwp.Notifications" Version="7.1.3" />
</ItemGroup>

Expand Down

0 comments on commit 25be7cd

Please sign in to comment.