Skip to content

Commit 5d56e57

Browse files
committed
chore: new release with net11 and dcs 10.7.0
1 parent 99b8d8f commit 5d56e57

10 files changed

Lines changed: 21 additions & 17 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
uses: actions/setup-dotnet@v5.2.0
3030
with:
3131
dotnet-version: |
32+
11.x
3233
10.x
3334
9.x
3435
8.x

.github/workflows/codeql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
uses: actions/setup-dotnet@v5.2.0
3333
with:
3434
dotnet-version: |
35+
11.x
3536
10.x
3637
9.x
3738
8.x

.github/workflows/documentation.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
uses: actions/setup-dotnet@v5.2.0
2020
with:
2121
dotnet-version: |
22+
11.x
2223
10.x
2324
9.x
2425
8.x

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
uses: actions/setup-dotnet@v5.2.0
3232
with:
3333
dotnet-version: |
34+
11.x
3435
10.x
3536
9.x
3637
8.x

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
Extension providing a web server for the DiscordOAuth2Client.
3333
</Description>
34-
<PackageTags>DisCatSharp,DisCatSharp Extension,OAuth2,OAuth,Discord OAuth2,Discord,Bots,Discord Bots,AITSYS,Net8,Net9,Net10,Webserver</PackageTags>
34+
<PackageTags>DisCatSharp,DisCatSharp Extension,OAuth2,OAuth,Discord OAuth2,Discord,Bots,Discord Bots,AITSYS,Net8,Net9,Net10,Net11,Webserver</PackageTags>
3535
<TypeScriptJSXEmit>none</TypeScriptJSXEmit>
3636
<TypeScriptModuleKind>none</TypeScriptModuleKind>
3737
</PropertyGroup>
@@ -42,7 +42,7 @@
4242

4343
<ItemGroup>
4444
<PackageReference Include="ConcurrentHashSet" Version="1.3.0" />
45-
<PackageReference Include="DisCatSharp" Version="[10.7.0-nightly-068,)" />
45+
<PackageReference Include="DisCatSharp" Version="10.7.0" />
4646
<PackageReference Include="DisCatSharp.Analyzer" Version="1.0.0">
4747
<PrivateAssets>all</PrivateAssets>
4848
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

DisCatSharp.Extensions.SimpleMusicCommands/DisCatSharp.Extensions.SimpleMusicCommands.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,21 @@
2020

2121
Extension allowing you to turn your bot into a music bot pretty easy.
2222
</Description>
23-
<PackageTags>DisCatSharp,DisCatSharp Extension,Music, Music Bot, Lavalink,Discord,Bots,Discord Bots,AITSYS,Net8,Net9,Net10</PackageTags>
23+
<PackageTags>DisCatSharp,DisCatSharp Extension,Music, Music Bot, Lavalink,Discord,Bots,Discord Bots,AITSYS,Net8,Net9,Net10,Net11</PackageTags>
2424
</PropertyGroup>
2525

2626
<ItemGroup>
27-
<PackageReference Include="DisCatSharp" Version="[10.7.0-nightly-068,)" />
27+
<PackageReference Include="DisCatSharp" Version="10.7.0" />
2828
<PackageReference Include="DisCatSharp.Analyzer" Version="1.0.0">
2929
<PrivateAssets>all</PrivateAssets>
3030
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3131
</PackageReference>
3232
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="10.0.5" />
3333
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="10.0.5" />
34-
<PackageReference Include="DisCatSharp.ApplicationCommands" Version="[10.7.0-nightly-068,)" />
34+
<PackageReference Include="DisCatSharp.ApplicationCommands" Version="10.7.0" />
3535
<PackageReference Include="DisCatSharp.Attributes" Version="2025.3.27" />
36-
<PackageReference Include="DisCatSharp.Lavalink" Version="[10.7.0-nightly-068,)" />
37-
<PackageReference Include="DisCatSharp.Common" Version="[10.7.0-nightly-068,)" />
36+
<PackageReference Include="DisCatSharp.Lavalink" Version="10.7.0" />
37+
<PackageReference Include="DisCatSharp.Common" Version="10.7.0" />
3838
<PackageReference Include="Microsoft.DependencyValidation.Analyzers" Version="0.11.0" />
3939
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="10.0.5" />
4040
<PackageReference Include="Microsoft.Extensions.Logging" Version="10.0.5" />

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
Extension allowing to require two factor authentication for commands.
2222
</Description>
23-
<PackageTags>DisCatSharp,DisCatSharp Extension,Mfa,2Fa,Two Factor Authentication,Discord,Bots,Discord Bots,AITSYS,Net8,Net9,Net10</PackageTags>
23+
<PackageTags>DisCatSharp,DisCatSharp Extension,Mfa,2Fa,Two Factor Authentication,Discord,Bots,Discord Bots,AITSYS,Net8,Net9,Net10,Net11</PackageTags>
2424
</PropertyGroup>
2525

2626
<ItemGroup Condition="!$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net9.0'))">
@@ -29,16 +29,16 @@
2929

3030
<ItemGroup>
3131
<PackageReference Include="DatabaseWrapper.Sqlite" Version="6.1.5" />
32-
<PackageReference Include="DisCatSharp" Version="[10.7.0-nightly-068,)" />
32+
<PackageReference Include="DisCatSharp" Version="10.7.0" />
3333
<PackageReference Include="DisCatSharp.Analyzer" Version="1.0.0">
3434
<PrivateAssets>all</PrivateAssets>
3535
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3636
</PackageReference>
37-
<PackageReference Include="DisCatSharp.ApplicationCommands" Version="[10.7.0-nightly-068,)" />
37+
<PackageReference Include="DisCatSharp.ApplicationCommands" Version="10.7.0" />
3838
<PackageReference Include="DisCatSharp.Attributes" Version="2025.3.27" />
39-
<PackageReference Include="DisCatSharp.CommandsNext" Version="[10.7.0-nightly-068,)" />
40-
<PackageReference Include="DisCatSharp.Common" Version="[10.7.0-nightly-068,)" />
41-
<PackageReference Include="DisCatSharp.Interactivity" Version="[10.7.0-nightly-068,)" />
39+
<PackageReference Include="DisCatSharp.CommandsNext" Version="10.7.0" />
40+
<PackageReference Include="DisCatSharp.Common" Version="10.7.0" />
41+
<PackageReference Include="DisCatSharp.Interactivity" Version="10.7.0" />
4242
<PackageReference Include="Microsoft.DependencyValidation.Analyzers" Version="0.11.0" />
4343
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="10.0.5" />
4444
<PackageReference Include="Microsoft.Extensions.Logging" Version="10.0.5" />

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# DisCatSharp.Extensions
77

8-
Official extensions for [DisCatSharp](https://github.com/Aiko-IT-Systems/DisCatSharp).
8+
Official extensions for [DisCatSharp](https://github.com/Aiko-IT-Systems/DisCatSharp).
99

1010
## Installing
1111

@@ -21,7 +21,7 @@ The documentation is available at [ext-docs.dcs.aitsys.dev](https://ext-docs.dcs
2121

2222
## NuGet Packages
2323

24-
| Package | LTS | Stable |
24+
| Package | LTS | Latest |
2525
| ------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- |
2626
| DisCatSharp.Extensions.TwoFactorCommands | ![NuGet](https://img.shields.io/nuget/v/DisCatSharp.Extensions.TwoFactorCommands.svg?label=&logo=nuget&style=flat-square) | ![NuGet](https://img.shields.io/nuget/vpre/DisCatSharp.Extensions.TwoFactorCommands.svg?label=&logo=nuget&style=flat-square&color=%23ff1493) |
2727
| DisCatSharp.Extensions.OAuth2Web | ![NuGet](https://img.shields.io/nuget/v/DisCatSharp.Extensions.OAuth2Web.svg?label=&logo=nuget&style=flat-square) | ![NuGet](https://img.shields.io/nuget/vpre/DisCatSharp.Extensions.OAuth2Web.svg?label=&logo=nuget&style=flat-square&color=%23ff1493) |

Targets/Library.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
44
<PropertyGroup>
55
<OutputType>Library</OutputType>
6-
<TargetFrameworks>net8.0;net9.0;net10.0</TargetFrameworks>
6+
<TargetFrameworks>net8.0;net9.0;net10.0;net11.0</TargetFrameworks>
77
<Nullable>enable</Nullable>
88
<LangVersion>latest</LangVersion>
99
</PropertyGroup>

Targets/Version.targets

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

33
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
44
<PropertyGroup>
5-
<VersionPrefix>3.2.0</VersionPrefix>
5+
<VersionPrefix>3.3.0</VersionPrefix>
66
</PropertyGroup>
77
<PropertyGroup Condition="'$(VersionSuffix)' != '' And '$(BuildNumber)' != ''">
88
<Version>$(VersionPrefix)-$(VersionSuffix)-$(BuildNumber)</Version>

0 commit comments

Comments
 (0)