MiniTwitch.Common
1.1.5
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package MiniTwitch.Common --version 1.1.5
NuGet\Install-Package MiniTwitch.Common -Version 1.1.5
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="MiniTwitch.Common" Version="1.1.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MiniTwitch.Common --version 1.1.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: MiniTwitch.Common, 1.1.5"
#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 MiniTwitch.Common as a Cake Addin #addin nuget:?package=MiniTwitch.Common&version=1.1.5 // Install MiniTwitch.Common as a Cake Tool #tool nuget:?package=MiniTwitch.Common&version=1.1.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Common resources for MiniTwitch projects. You do not need to install this package manually.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. 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 is compatible. 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 is compatible. 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net6.0
- Microsoft.Extensions.Logging (>= 8.0.0)
-
net7.0
- Microsoft.Extensions.Logging (>= 8.0.0)
-
net8.0
- Microsoft.Extensions.Logging (>= 8.0.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on MiniTwitch.Common:
Package | Downloads |
---|---|
MiniTwitch.Irc
High performance async library for Twitch IRC |
|
MiniTwitch.PubSub
Fast and easy to use async library for Twitch's PubSub service |
|
MiniTwitch.Helix
Convenient wrapper classes for Twitch's Helix API |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.1.10 | 349 | 8/10/2024 |
1.1.9 | 267 | 6/1/2024 |
1.1.8 | 97 | 6/1/2024 |
1.1.7 | 205 | 4/26/2024 |
1.1.6 | 272 | 2/1/2024 |
1.1.5 | 368 | 1/10/2024 |
1.1.4 | 1,094 | 11/14/2023 |
1.1.3 | 210 | 10/12/2023 |
1.1.2 | 225 | 9/23/2023 |
1.1.1 | 259 | 7/1/2023 |
1.1.0 | 255 | 6/26/2023 |
1.0.3 | 194 | 6/21/2023 |
1.0.2 | 260 | 5/30/2023 |
1.0.1 | 231 | 5/9/2023 |
1.0.0 | 323 | 4/30/2023 |
# MiniTwitch.Common Changelog
## 1.1.5
### Minor changes
- Improved handling of WebSocket reads
### Dev
- Added `ReadOnlySpan<byte>.MSum()` extension, which returns sum * first value