Skip to content

Commit

Permalink
Update DSP + bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Sella-GH committed Jan 21, 2025
1 parent 2958d56 commit bac70cf
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
- The AzuraCast Stations embed however continues to be not shown
- When the AzuraCast instance has a self-signed SSL certificate Azzy will now warn about it

## 2.2.4 - 2025-01-21
### Dependencies
- Updated [DSharpPlus](https://github.com/DSharpPlus/DSharpPlus) to version 5.0.0-nightly-02450
- Updated [NCronJob](https://github.com/NCronJob-Dev/NCronJob) to version 4.2.0
- Updated [Npgsql.EntityFrameworkCore.PostgreSQL](https://github.com/npgsql/efcore.pg) to version 9.0.3

## 2.2.3 - 2025-01-15
### Dependencies
- Updated [DSharpPlus](https://github.com/DSharpPlus/DSharpPlus) to version 5.0.0-nightly-02448
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<NeutralLanguage>en</NeutralLanguage>
<RepositoryType>Git</RepositoryType>
<RepositoryUrl>https://github.com/Sella-GH/AzzyBot</RepositoryUrl>
<Version>2.2.3</Version>
<Version>2.2.4</Version>
</PropertyGroup>

<!-- Runtimeconfig settings -->
Expand Down
6 changes: 3 additions & 3 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="CsvHelper" Version="33.0.1" />
<PackageVersion Include="DSharpPlus" Version="5.0.0-nightly-02448" />
<PackageVersion Include="DSharpPlus.Commands" Version="5.0.0-nightly-02448" />
<PackageVersion Include="DSharpPlus.Interactivity" Version="5.0.0-nightly-02448" />
<PackageVersion Include="DSharpPlus" Version="5.0.0-nightly-02450" />
<PackageVersion Include="DSharpPlus.Commands" Version="5.0.0-nightly-02450" />
<PackageVersion Include="DSharpPlus.Interactivity" Version="5.0.0-nightly-02450" />
<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.1" />
Expand Down

0 comments on commit bac70cf

Please sign in to comment.