MiniTwitch.Common 1.1.7

dotnet add package MiniTwitch.Common --version 1.1.7
NuGet\Install-Package MiniTwitch.Common -Version 1.1.7
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.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MiniTwitch.Common --version 1.1.7
#r "nuget: MiniTwitch.Common, 1.1.7"
#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.7

// Install MiniTwitch.Common as a Cake Tool
#tool nuget:?package=MiniTwitch.Common&version=1.1.7

Common resources for MiniTwitch projects. You do not need to install this package manually.

Product 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.

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.7 87 4/26/2024
1.1.6 206 2/1/2024
1.1.5 232 1/10/2024
1.1.4 859 11/14/2023
1.1.3 169 10/12/2023
1.1.2 191 9/23/2023
1.1.1 230 7/1/2023
1.1.0 216 6/26/2023
1.0.3 170 6/21/2023
1.0.2 219 5/30/2023
1.0.1 200 5/9/2023
1.0.0 277 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