Scriban.Signed 2.0.0-alpha-004

Prefix Reserved
This is a prerelease version of Scriban.Signed.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Scriban.Signed --version 2.0.0-alpha-004
                    
NuGet\Install-Package Scriban.Signed -Version 2.0.0-alpha-004
                    
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="Scriban.Signed" Version="2.0.0-alpha-004" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Scriban.Signed" Version="2.0.0-alpha-004" />
                    
Directory.Packages.props
<PackageReference Include="Scriban.Signed" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Scriban.Signed --version 2.0.0-alpha-004
                    
#r "nuget: Scriban.Signed, 2.0.0-alpha-004"
                    
#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.
#:package Scriban.Signed@2.0.0-alpha-004
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Scriban.Signed&version=2.0.0-alpha-004&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Scriban.Signed&version=2.0.0-alpha-004&prerelease
                    
Install as a Cake Tool

Scriban is a fast, powerful, safe and lightweight text templating language and engine for .NET, with a compatibility mode for parsing liquid templates.

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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 is compatible.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.1 is compatible.  netstandard1.2 was computed.  netstandard1.3 is compatible.  netstandard1.4 was computed.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net35 is compatible.  net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 is compatible.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 is compatible. 
Windows Phone wpa81 was computed. 
Windows Store netcore was computed.  netcore45 was computed.  netcore451 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 (9)

Showing the top 5 NuGet packages that depend on Scriban.Signed:

Package Downloads
WireMock.Net.Minimal

Minimal version from the lightweight Http Mocking Server for .NET

NTypewriter

File/code generator from Scriban text templates populated with Roslyn C# code model

Axuno.TextTemplating

Text templating is used to dynamically render contents based on a template and a model. * It is based on the Scriban library, so it supports conditional logics, loops and much more. * Template content can be localized. * You can define layout templates to be used as the layout while rendering other templates. * You can pass arbitrary objects to the template context (beside the model) for advanced scenarios. The library is a modified version of the lightweight TextTemplating.Scriban part of Volo.Abp.TextTemplating 7.0 (i.e., exluding the more heavy TextTemplating.Razor).

NTypewriter.Runtime

App-independent engine used to run NTypewriter from UI

essentialMix.Template

Common extensions methods, helper classes, components, nano systems, common patterns, and caching

GitHub repositories (8)

Showing the top 8 popular GitHub repositories that depend on Scriban.Signed:

Repository Stars
chocolatey/choco
Chocolatey - the package manager for Windows
npgsql/npgsql
Npgsql is the .NET data provider for PostgreSQL.
ErsatzTV/ErsatzTV
Open-source platform that transforms your personal media library into live, custom TV channels.
wiremock/WireMock.Net
WireMock.Net is a flexible product for stubbing and mocking web HTTP responses using advanced request matching and response templating. Based on WireMock Java, but extended with more functionality.Full documentation can be found at https://wiremock.org/dotnet/.
microsoft/Oryx
Build your repo automatically.
LanguageDev/Yoakke
A collection of libraries for implementing compilers in .NET.
NeVeSpl/NTypewriter
File/code generator using Scriban text templates populated with C# code metadata from Roslyn API.
mrpmorris/Morris.Moxy
Moxy - Mixins code generator for C#
Version Downloads Last Updated
6.5.1 1,633 11/17/2025
6.5.0 4,830 10/27/2025
6.4.0 9,650 9/21/2025
6.3.0 2,379 9/11/2025
6.2.1 28,906 4/18/2025
6.2.0 1,718 4/7/2025
6.1.0 93,020 4/1/2025
6.0.0 9,225 3/6/2025
5.12.1 63,027 12/18/2024
5.12.0 14,034 11/13/2024
5.11.0 69,823 11/1/2024
5.10.0 271,236 4/12/2024
5.9.1 102,400 1/9/2024
5.9.0 236,625 9/6/2023
5.8.0 2,857 9/1/2023
5.7.0 93,084 2/25/2023
5.6.0 72,495 2/3/2023
5.5.2 227,811 1/4/2023
5.5.1 13,924 11/18/2022
5.5.0 20,496,531 7/11/2022
5.4.6 31,232 5/29/2022
5.4.5 12,509 5/22/2022
5.4.4 9,337 4/9/2022
5.4.3 2,086 4/3/2022
5.4.2 1,953 3/31/2022
5.4.1 2,806 3/15/2022
5.4.0 9,776 2/6/2022
5.3.0 1,761 2/6/2022
5.2.0 2,248 2/6/2022
5.1.0 23,446 2/5/2022
5.0.0 85,262 10/20/2021
4.1.0 38,653 10/7/2021
4.0.2 2,991 9/22/2021
4.0.1 44,461 6/3/2021
4.0.0 1,476 6/2/2021
3.9.0 2,232 5/31/2021
3.8.2 1,939 5/27/2021
3.8.1 1,643 5/25/2021
3.8.0 1,673 5/25/2021
3.7.0 8,568 5/1/2021
3.6.0 6,931 3/20/2021
3.5.0 10,867 2/13/2021
3.4.2 1,841 2/1/2021
3.4.1 1,697 1/23/2021
3.4.0 1,595 1/21/2021
3.3.3 3,688 1/14/2021
3.3.2 5,590,683 12/30/2020
3.3.1 1,583 12/30/2020
3.3.0 1,561 12/29/2020
3.2.2 1,587 12/24/2020
3.2.1 1,613 12/22/2020
3.2.0 1,707 12/22/2020
3.1.0 1,550 12/21/2020
3.0.7 1,701 12/15/2020
3.0.6 1,650 12/6/2020
3.0.5 1,607 12/1/2020
3.0.4 1,629 11/30/2020
3.0.3 1,665 11/29/2020
3.0.2 1,793 11/23/2020
3.0.1 1,607 11/22/2020
3.0.0 1,678 11/15/2020
3.0.0-alpha.9 468 8/20/2020
3.0.0-alpha.8 469 8/7/2020
3.0.0-alpha.7 408 7/31/2020
3.0.0-alpha.6 425 7/31/2020
3.0.0-alpha.5 412 7/25/2020
3.0.0-alpha.4 473 7/25/2020
3.0.0-alpha.3 425 7/16/2020
3.0.0-alpha.2 433 7/6/2020
3.0.0-alpha.1 431 6/18/2020
2.1.4 944,004 8/16/2020
2.1.3 5,800 6/5/2020
2.1.2 33,658 3/8/2020
2.1.1 3,801 12/6/2019
2.1.0 23,103 6/30/2019
2.0.1 1,946 5/11/2019
2.0.0 2,285 3/8/2019
2.0.0-alpha-006 1,332 3/7/2019
2.0.0-alpha-005 1,507 1/15/2019
2.0.0-alpha-004 1,471 1/4/2019
2.0.0-alpha-003 1,489 1/3/2019
2.0.0-alpha-002 1,472 1/1/2019
2.0.0-alpha-001 1,407 12/28/2018
1.2.9 677,344 12/21/2018
1.2.8 1,638 12/17/2018
1.2.7 42,942 10/6/2018
1.2.6 1,835 9/26/2018
1.2.5 82,929 8/29/2018
1.2.4 1,742 8/21/2018
1.2.3 2,351 7/20/2018
1.2.2 2,203 7/3/2018
1.2.1 2,416 6/1/2018
1.2.0 2,937 2/10/2018
1.1.1 2,454 1/22/2018
1.1.0 2,233 1/22/2018
1.0.0 2,274 12/24/2017
1.0.0-beta-006 2,128 12/12/2017
1.0.0-beta-005 1,813 12/3/2017
1.0.0-beta-004 1,982 11/19/2017
1.0.0-beta-003 2,000 11/19/2017
1.0.0-beta-002 1,972 11/13/2017
1.0.0-beta-001 1,925 11/12/2017
0.16.0 2,264 11/12/2017
0.15.0 2,180 11/9/2017
0.14.0 2,196 11/7/2017
0.13.0 2,245 11/7/2017
0.12.1 2,133 11/6/2017
0.12.0 2,179 11/6/2017
0.11.0 2,204 11/4/2017
0.10.0 2,193 11/1/2017
0.9.1 2,172 10/27/2017
0.9.0 2,771 10/25/2017