Sigil 5.0.0

dotnet add package Sigil --version 5.0.0
NuGet\Install-Package Sigil -Version 5.0.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="Sigil" Version="5.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Sigil --version 5.0.0
#r "nuget: Sigil, 5.0.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 Sigil as a Cake Addin
#addin nuget:?package=Sigil&version=5.0.0

// Install Sigil as a Cake Tool
#tool nuget:?package=Sigil&version=5.0.0

A fail-fast validating helper for .NET CIL generation

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 netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (50)

Showing the top 5 NuGet packages that depend on Sigil:

Package Downloads
Jil

A fast JSON serializer and deserializer

Chuma.AlphaMS.Common

初码-AlphaMS开发库-公共库

Chuma.AlphaMS.MicroService

初码-AlphaMS开发库-微服务

StackExchange.Redis.Extensions.JilCore

Package Description

SoftUnlimit.CQRS

Library implement CQRS desing pattern

GitHub repositories (16)

Showing the top 5 popular GitHub repositories that depend on Sigil:

Repository Stars
MessagePack-CSharp/MessagePack-CSharp
Extremely Fast MessagePack Serializer for C#(.NET, .NET Core, Unity, Xamarin). / msgpack.org[C#]
opserver/Opserver
Stack Exchange's Monitoring System
neuecc/ZeroFormatter
Infinitely Fast Deserializer for .NET, .NET Core and Unity.
neuecc/Utf8Json
Definitely Fastest and Zero Allocation JSON Serializer for C#(NET, .NET Core, Unity, Xamarin).
kevin-montrose/Jil
Fast .NET JSON (De)Serializer, Built On Sigil
Version Downloads Last updated
5.0.0 1,008,383 9/18/2019
4.7.0 8,988,096 5/23/2016
4.6.1 336,243 5/5/2016
4.6.0 1,843 5/5/2016
4.5.1 41,613 11/19/2015
4.5.0 471,138 7/27/2015
4.4.0 192,241 1/24/2015
4.3.1 36,489 12/5/2014
4.3.0 6,798 11/2/2014
4.2.2 93,126 8/24/2014
4.2.1 8,802 6/20/2014
4.2.0 3,142 6/15/2014
4.1.0 3,192 3/2/2014
4.0.2 4,579 1/5/2014
4.0.1 2,626 12/25/2013
4.0.0 1,716 12/24/2013
3.2.0 5,061 10/25/2013
3.1.1 1,751 9/15/2013
3.1.0 2,050 9/9/2013
3.0.0 1,933 5/14/2013
2.2.1 1,908 4/15/2013
2.2.0 2,498 4/14/2013
2.1.0 2,022 3/22/2013
2.0.2 1,760 3/13/2013
2.0.1 1,741 3/13/2013
2.0.0 2,007 3/3/2013
1.2.9 1,802 2/23/2013
1.2.8 1,742 2/21/2013
1.2.7 1,752 2/20/2013
1.2.6 1,725 2/20/2013
1.2.5 1,845 2/16/2013
1.2.4 1,733 2/16/2013
1.2.3 1,744 2/15/2013
1.2.2 1,990 2/14/2013

Drops support for versions of .NET Framework before 4.6.1.
Adds netstandard 2.1 and 2.2 targets.
Fixes a number of bugs around overflowing arithemtic operations.