Synapse.Core.Signed 1.0.19092

dotnet add package Synapse.Core.Signed --version 1.0.19092
                    
NuGet\Install-Package Synapse.Core.Signed -Version 1.0.19092
                    
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="Synapse.Core.Signed" Version="1.0.19092" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Synapse.Core.Signed" Version="1.0.19092" />
                    
Directory.Packages.props
<PackageReference Include="Synapse.Core.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 Synapse.Core.Signed --version 1.0.19092
                    
#r "nuget: Synapse.Core.Signed, 1.0.19092"
                    
#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 Synapse.Core.Signed@1.0.19092
                    
#: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=Synapse.Core.Signed&version=1.0.19092
                    
Install as a Cake Addin
#tool nuget:?package=Synapse.Core.Signed&version=1.0.19092
                    
Install as a Cake Tool

Synapse.Core supports integration for building/executing Synapse Plans.  This is the signed version of the package.

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 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 was computed. 
.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 (4)

Showing the top 4 NuGet packages that depend on Synapse.Core.Signed:

Package Downloads
Synapse.Server.HttpClient

Synapse.Server.HttpClient supports integration for executing Synapse Plans. Full release at: https://github.com/SynapseProject/synapse.controller.net/releases

Synapse.Server.Extensibility

Synapse is a lightweight execution engine designed to take data from disparate, federated sources and connect it to a process. Synapse is built to run as a local or remote process. Synapse.Server.Extensibility supports injecting custom ApiControllers into Synapse.Server at runtime.

Synapse.Authorization

Synapse is a lightweight execution engine designed to take data from disparate, federated sources and connect it to a process. Synapse is built to run as a local or remote process. Synapse.Authorization is the base library for building extended Authorization Providers.

Synapse.Controller.Common

Synapse is a lightweight execution engine designed to take data from disparate, federated sources and connect it to a process. Synapse is built to run as a local or remote process. Synapse.Controller.Common provides IControllerDal, IAuthenticationProvider, and IConfigurationProvider.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.19092 1,037 4/3/2019
1.0.18350 1,953 12/16/2018
1.0.18345 928 12/12/2018
1.0.18344 907 12/10/2018
1.0.18291 1,005 10/18/2018
1.0.18258.1 1,011 9/16/2018
1.0.18251 1,064 9/8/2018
1.0.18238 1,074 8/26/2018
1.0.18184 1,468 7/3/2018
1.0.18181 1,422 7/1/2018
1.0.18178 1,445 6/27/2018
1.0.18154-pre 1,336 6/3/2018
1.0.18056 1,561 2/26/2018
1.0.18048 1,554 2/18/2018
0.1.18030-rc2 1,386 1/31/2018
0.1.17305-beta 1,081 11/2/2017
0.1.17303-beta 1,054 10/30/2017
0.1.17300-beta 1,061 10/27/2017
0.1.17218-beta 1,096 8/6/2017
Loading failed

1.0.19092.0: Updated Yamldotnet to 6.0.0
1.0.18350.0: Clean build, all unit tests passing netstandard20 and net461
1.0.18345.0: Upgrade to net461
1.0.18344.0: Bug fixes to Plan execution concurrency; added .netstandard2.0 to package
1.0.18291.0: Updated Yamldotnet to 5.2.1
1.0.18258.1: Bug fixes for Dynamic parms merge and StartInfo encrypted values (#92, #93, #94), added support for DynamicValue--&gt;DefaultValue (#95) and exposed PlanStartInfo in global vars (#86).