MiniTwitch.Common
1.1.10
dotnet add package MiniTwitch.Common --version 1.1.10
NuGet\Install-Package MiniTwitch.Common -Version 1.1.10
<PackageReference Include="MiniTwitch.Common" Version="1.1.10" />
paket add MiniTwitch.Common --version 1.1.10
#r "nuget: MiniTwitch.Common, 1.1.10"
// Install MiniTwitch.Common as a Cake Addin #addin nuget:?package=MiniTwitch.Common&version=1.1.10 // Install MiniTwitch.Common as a Cake Tool #tool nuget:?package=MiniTwitch.Common&version=1.1.10
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. |
-
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.10
### Fixes
- Fixed WebSocketClient swallowing exceptions when resolving a uri fails
***
## 1.1.5
### Minor changes
- Improved handling of WebSocket reads
### Dev
- Added `ReadOnlySpan<byte>.MSum()` extension, which returns sum * first value