Skip to content

Commit

Permalink
upgrade d.net & publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Yucked committed Jun 1, 2024
1 parent 0f410db commit 425c174
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Victoria.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<PropertyGroup>
<Version>7.0</Version>
<Version>7.0.1</Version>
<Title>Victoria</Title>
<Authors>Yucked; Contributors</Authors>
<Copyright>2018 - 2024 Yucked. All rights reserved.</Copyright>
Expand All @@ -22,8 +22,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Discord.Net.WebSocket" Version="3.12.0"/>
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="7.0.0"/>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.1"/>
<PackageReference Include="Discord.Net.WebSocket" Version="3.15.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" />
</ItemGroup>
</Project>

0 comments on commit 425c174

Please sign in to comment.