Skip to content

Commit e2573a1

Browse files
committed
Merge branch 'main' of github.com:Aiko-IT-Systems/DisCatSharp.Extensions
2 parents 5fff68b + 21d121d commit e2573a1

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

DisCatSharp.Extensions.Docs/articles/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Introduction to DisCatSharp.Extensions
55
---
66

77
## Prerequisites
8-
You should be familiar with DisCatSharp and its concepts. If you're not, you can find the documentation [here](https://docs.discatsharp.tech/articles/preamble).
8+
You should be familiar with DisCatSharp and its concepts. If you're not, you can find the documentation [here](https://docs.dcs.aitsys.dev/articles/).
99

1010
## Supported .NET Implementations
1111
DisCatSharp Extensions 3.0.0 and higher targets .NET 8 primary and backports .NET 7.

DisCatSharp.Extensions.OAuth2Web/DisCatSharp.Extensions.OAuth2Web.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
<ItemGroup>
4040
<PackageReference Include="ConcurrentHashSet" Version="1.3.0" />
41-
<PackageReference Include="DisCatSharp" Version="[10.6.2-nightly-012,)" />
41+
<PackageReference Include="DisCatSharp" Version="[10.6.2-nightly-016,)" />
4242
<PackageReference Include="DisCatSharp.Analyzer.Roselyn" Version="6.2.*">
4343
<PrivateAssets>all</PrivateAssets>
4444
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

DisCatSharp.Extensions.TwoFactorCommands/DisCatSharp.Extensions.TwoFactorCommands.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,17 @@ Extension allowing to require two factor authentication for commands.
2323
</PropertyGroup>
2424

2525
<ItemGroup>
26-
<PackageReference Include="DatabaseWrapper.Sqlite" Version="6.0.6" />
27-
<PackageReference Include="DisCatSharp" Version="[10.6.2-nightly-012,)" />
26+
<PackageReference Include="DatabaseWrapper.Sqlite" Version="6.0.7" />
27+
<PackageReference Include="DisCatSharp" Version="[10.6.2-nightly-016,)" />
2828
<PackageReference Include="DisCatSharp.Analyzer.Roselyn" Version="6.2.*">
2929
<PrivateAssets>all</PrivateAssets>
3030
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3131
</PackageReference>
32-
<PackageReference Include="DisCatSharp.ApplicationCommands" Version="[10.6.2-nightly-012,)" />
32+
<PackageReference Include="DisCatSharp.ApplicationCommands" Version="[10.6.2-nightly-016,)" />
3333
<PackageReference Include="DisCatSharp.Attributes" Version="10.4.*" />
34-
<PackageReference Include="DisCatSharp.CommandsNext" Version="[10.6.2-nightly-012,)" />
35-
<PackageReference Include="DisCatSharp.Common" Version="[10.6.2-nightly-012,)" />
36-
<PackageReference Include="DisCatSharp.Interactivity" Version="[10.6.2-nightly-012,)" />
34+
<PackageReference Include="DisCatSharp.CommandsNext" Version="[10.6.2-nightly-016,)" />
35+
<PackageReference Include="DisCatSharp.Common" Version="[10.6.2-nightly-016,)" />
36+
<PackageReference Include="DisCatSharp.Interactivity" Version="[10.6.2-nightly-016,)" />
3737
<PackageReference Include="Microsoft.DependencyValidation.Analyzers" Version="0.11.0" />
3838
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
3939
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />

0 commit comments

Comments
 (0)