SocketMeister.Sources
2.2.4
See the version list below for details.
dotnet add package SocketMeister.Sources --version 2.2.4
NuGet\Install-Package SocketMeister.Sources -Version 2.2.4
<PackageReference Include="SocketMeister.Sources" Version="2.2.4" />
paket add SocketMeister.Sources --version 2.2.4
#r "nuget: SocketMeister.Sources, 2.2.4"
// Install SocketMeister.Sources as a Cake Addin #addin nuget:?package=SocketMeister.Sources&version=2.2.4 // Install SocketMeister.Sources as a Cake Tool #tool nuget:?package=SocketMeister.Sources&version=2.2.4
C# source code for SocketMeister, which can be compiled directly into your own projects. This eliminates the need to distribute SocketMeister.dll with your software.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
4.0.6 | 271 | 1/2/2024 |
4.0.4 | 399 | 1/6/2022 |
4.0.3 | 381 | 7/4/2021 |
4.0.2 | 368 | 6/9/2021 |
4.0.1 | 389 | 3/26/2021 |
4.0.0 | 375 | 3/15/2021 |
3.0.1 | 445 | 3/11/2021 |
3.0.0 | 472 | 3/11/2021 |
2.2.5 | 351 | 3/11/2021 |
2.2.4 | 373 | 3/8/2021 |
2.2.3 | 426 | 3/6/2021 |
2.2.2 | 361 | 3/1/2021 |
2.2.1 | 389 | 2/24/2021 |
2.2.0 | 391 | 2/23/2021 |
2.0.7 | 397 | 1/20/2021 |
2.0.6 | 414 | 1/15/2021 |
2.0.5 | 517 | 10/7/2020 |
2.0.4 | 571 | 10/1/2020 |
2.0.1 | 472 | 5/8/2020 |
2.0.0 | 450 | 5/6/2020 |
1.0.3 | 1,008 | 4/4/2019 |
1.0.1 | 653 | 4/1/2019 |
1.0.0 | 617 | 3/29/2019 |
Fixed bug where serializer caused warnings when SocketMeister.Source is incorporated into multiple projects or included in a DLL from another project. Serializer was public but should be internal. Could cause problems where multiple versions of SocketMeister are used in the same project.