Victoria 5.2.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Victoria --version 5.2.0
NuGet\Install-Package Victoria -Version 5.2.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Victoria" Version="5.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Victoria --version 5.2.0
#r "nuget: Victoria, 5.2.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Victoria as a Cake Addin
#addin nuget:?package=Victoria&version=5.2.0

// Install Victoria as a Cake Tool
#tool nuget:?package=Victoria&version=5.2.0

🌋 - Lavalink wrapper for Discord.NET. Provides more options and performs better than all .NET Lavalink libraries combined.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.1 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Victoria:

Package Downloads
DDB

Update Discord.Net version from 3.9 to 3.12e

Victoria.Preconditions

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
7.0.4 66 6/5/2024
7.0.3 53 6/4/2024
7.0.2 54 6/4/2024
7.0.1 77 6/1/2024
7.0.0 144 5/22/2024
6.0.1026 5,478 10/27/2022
6.0.23.324 744 3/24/2023
6.0.23.210 505 2/10/2023
5.2.8 3,822 3/19/2022
5.2.7 1,179 2/11/2022
5.2.5 1,427 12/19/2021
5.2.4 895 11/19/2021
5.2.3 1,909 9/4/2021
5.2.2 477 8/31/2021
5.2.1 666 8/24/2021
5.2.0 992 7/25/2021
5.1.11 4,828 12/22/2020
5.1.10 950 12/2/2020
5.1.9 14,620 9/10/2020
5.1.8 1,676 7/30/2020
5.1.7 646 7/16/2020
5.1.6 967 5/25/2020
5.1.3 988 4/27/2020
5.1.2 1,999 1/10/2020
5.1.1 962 1/9/2020
5.1.0 1,048 12/28/2019
5.0.5 1,007 12/9/2019
5.0.5-patch 404 12/15/2019
5.0.4 944 12/3/2019
5.0.3 1,077 11/4/2019
5.0.2 957 11/3/2019
5.0.1 1,151 10/31/2019
4.0.18 1,038 4/23/2020
4.0.17 2,449 6/20/2019
4.0.16 370 6/19/2019
4.0.15 362 6/17/2019
4.0.14 356 6/16/2019
4.0.12 357 6/14/2019
4.0.11 445 6/8/2019
4.0.10 623 5/10/2019
4.0.9 418 5/4/2019
4.0.8 452 4/17/2019
4.0.7 638 4/2/2019
4.0.6 397 3/21/2019
4.0.5 367 3/19/2019
4.0.4 373 3/13/2019
4.0.3 369 3/12/2019
4.0.0 416 3/4/2019
3.3.1 2,026 1/30/2019
3.3.0 1,176 1/20/2019
3.2.2 1,196 1/7/2019
3.2.1 1,131 1/2/2019
3.2.0 1,101 12/30/2018
3.1.3 1,197 12/19/2018
3.1.2 1,215 12/11/2018
3.1.1 1,173 12/2/2018
3.0.1 1,159 11/21/2018
3.0.0 1,225 11/21/2018
2.3.7 1,196 11/9/2018
2.3.6 1,205 11/6/2018
2.3.4 1,226 11/4/2018
2.3.3 1,214 11/3/2018
2.3.1 1,157 10/29/2018
2.3.0 1,246 10/27/2018
2.2.2 1,246 10/13/2018
2.2.1 1,293 10/10/2018
2.2.0 1,246 10/2/2018
2.1.0 1,239 9/29/2018
2.0.0 1,260 9/23/2018
1.0.0 1,326 9/22/2018

- Added internal properties in LavaConfig for ws/http endpoints
- Added SearchType instead of individual methods for each search provider
- Added ReadAsJson{T} to deserialize JSON stream to type T
- Added LavaTrackPropertyConverter to convert tracks property in SearchResult
- Added rest endpoints for track decoding in TrackDecoder
- Added LongToTimeSpanConverter for converter long values to TimeSpan
- Added Enqueue(IEnumerable{T}) for enqueuing collection of T's
- Added PlayArgs for Lavalink, Lavalink added additional PlayAsync arguments
- Added VoiceState and IDictionary{ulong, VoiceState} to keep track of SocketVoiceStates in LavaNode
- Added Lavalink's beta Filters and filter related methods
- Removed HttpClient from LyricsResolver, ArtworkResolver, RoutePlanner and LavaNode
- Removed SearchResponseConverter and WebSocketResponseConverter
- Removed BaseWSResponse
- Removed dupes of event args from websocket
- Removed IVoiceState and SocketVoiceServer properties from LavaPlayer
- Updated LyricsResolver to better parse Genius's HTML/JSON and reuse HttpClient
- Updated ArtworkResolver to use System.Text.Json instead of Newtonsoft.Json
- Updated SearchAsync from LavaNode to use SearchType
- Modified RoutePlanner to use HttpClient from VictoriaExtensions
- Renamed PlaylistInfo to SearchPlaylist
- Renamed RestException to SearchException
- Renamed LoadStatus to SearchStatus
- Modified SkipAsync in LavaPlayer to return the skipped track and the current track
- Moved route and search responses into their respective directories
- Moved project to target netcoreapp3.1
- Moved player payloads into their respective directory