Skip to content

Commit

Permalink
[release] 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sella-GH committed Jan 5, 2025
1 parent 9f124ee commit de0e7d4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.2.1 - 2025-01-05
### Dependencies
- Updated [DSharpPlus](https://github.com/DSharpPlus/DSharpPlus) to version 5.0.0-nightly-02445
- Updated [NCronJob](https://github.com/NCronJob-Dev/NCronJob) to version 4.1.0

## 2.2.0 - 2024-12-23
### BREAKING CHANGES
- The settings file structure changed and will require a migration!
Expand Down
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@
<!-- File Properties -->
<PropertyGroup>
<Authors>Sella-GH, AzzyBot Contributors</Authors>
<Copyright2024 - $(Authors)</Copyright>
<Copyright2025 - $(Authors)</Copyright>
<Description>Kind of music bot for discord, written in C# and with DSharpPlus. This bot is dedicated for the use with AzuraCast and does not work at it's fully glory without it.</Description>
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
<NeutralLanguage>en</NeutralLanguage>
<RepositoryType>Git</RepositoryType>
<RepositoryUrl>https://github.com/Sella-GH/AzzyBot</RepositoryUrl>
<Version>2.2.0</Version>
<Version>2.2.1</Version>
</PropertyGroup>

<!-- Runtimeconfig settings -->
Expand Down
8 changes: 4 additions & 4 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="CsvHelper" Version="33.0.1" />
<PackageVersion Include="DSharpPlus" Version="5.0.0-nightly-02439" />
<PackageVersion Include="DSharpPlus.Commands" Version="5.0.0-nightly-02439" />
<PackageVersion Include="DSharpPlus.Interactivity" Version="5.0.0-nightly-02439" />
<PackageVersion Include="DSharpPlus" Version="5.0.0-nightly-02445" />
<PackageVersion Include="DSharpPlus.Commands" Version="5.0.0-nightly-02445" />
<PackageVersion Include="DSharpPlus.Interactivity" Version="5.0.0-nightly-02445" />
<PackageVersion Include="EntityFrameworkCore.Exceptions.PostgreSQL" Version="8.1.3" />
<PackageVersion Include="Lavalink4NET.DSharpPlus.Nightly" Version="4.0.26-preview.4" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.0" />
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="9.0.0" />
<PackageVersion Include="NCronJob" Version="3.3.8" />
<PackageVersion Include="NCronJob" Version="4.1.0" />
<PackageVersion Include="Npgsql" Version="9.0.2" />
<PackageVersion Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="9.0.2" />
<PackageVersion Include="NReco.Logging.File" Version="1.2.2" />
Expand Down

0 comments on commit de0e7d4

Please sign in to comment.