Skip to content

Commit

Permalink
fix: critical bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Lulalaby committed Jan 4, 2024
1 parent f395123 commit 5d12534
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

<ItemGroup>
<PackageReference Include="ConcurrentHashSet" Version="1.3.0" />
<PackageReference Include="DisCatSharp" Version="[10.5.0-nightly-017,)" />
<PackageReference Include="DisCatSharp" Version="[10.6.0-nightly-001,)" />
<PackageReference Include="DisCatSharp.Analyzer.Roselyn" Version="6.2.*">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@ Extension allowing to require two factor authentication for commands.

<ItemGroup>
<PackageReference Include="DatabaseWrapper.Sqlite" Version="6.0.6" />
<PackageReference Include="DisCatSharp" Version="[10.5.0-nightly-017,)" />
<PackageReference Include="DisCatSharp" Version="[10.6.0-nightly-001,)" />
<PackageReference Include="DisCatSharp.Analyzer.Roselyn" Version="6.2.*">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="DisCatSharp.ApplicationCommands" Version="[10.5.0-nightly-017,)" />
<PackageReference Include="DisCatSharp.ApplicationCommands" Version="[10.6.0-nightly-001,)" />
<PackageReference Include="DisCatSharp.Attributes" Version="10.4.*" />
<PackageReference Include="DisCatSharp.CommandsNext" Version="[10.5.0-nightly-017,)" />
<PackageReference Include="DisCatSharp.Common" Version="[10.5.0-nightly-017,)" />
<PackageReference Include="DisCatSharp.Interactivity" Version="[10.5.0-nightly-017,)" />
<PackageReference Include="DisCatSharp.CommandsNext" Version="[10.6.0-nightly-001,)" />
<PackageReference Include="DisCatSharp.Common" Version="[10.6.0-nightly-001,)" />
<PackageReference Include="DisCatSharp.Interactivity" Version="[10.6.0-nightly-001,)" />
<PackageReference Include="Microsoft.DependencyValidation.Analyzers" Version="0.11.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
Expand Down
2 changes: 1 addition & 1 deletion Targets/Version.targets
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<VersionPrefix>3.0.0</VersionPrefix>
<VersionPrefix>3.1.0</VersionPrefix>
</PropertyGroup>
<PropertyGroup Condition="'$(VersionSuffix)' != '' And '$(BuildNumber)' != ''">
<Version>$(VersionPrefix)-$(VersionSuffix)-$(BuildNumber)</Version>
Expand Down

0 comments on commit 5d12534

Please sign in to comment.