|
3 | 3 | <PropertyGroup> |
4 | 4 | <TargetFrameworks>netstandard2.0;net452</TargetFrameworks> |
5 | 5 | <Authors>Steve Shortt</Authors> |
6 | | - <Description>Synapse.Core supports integration for building/executing Synapse Plans. This is the unsigned version of the package.</Description> |
| 6 | + <Description>Synapse.Core supports integration for building/executing Synapse Plans. This is the signed version of the package.</Description> |
7 | 7 | <Copyright>Copyright © Steve Shortt, 2016 - 2019</Copyright> |
8 | 8 | <PackageLicenseUrl>https://github.com/SynapseProject/synapse.core.net/blob/master/license.txt</PackageLicenseUrl> |
9 | 9 | <PackageProjectUrl>http://synapse.readthedocs.io/en/latest/</PackageProjectUrl> |
10 | 10 | <PackageIconUrl>https://raw.githubusercontent.com/SynapseProject/synapseproject.github.io/master/images/synapse_logo_64x64.png</PackageIconUrl> |
11 | | - <RepositoryUrl>https://github.com/SynapseProject/synapse.core.net.git</RepositoryUrl> |
| 11 | + <RepositoryUrl>https://github.com/SynapseProject/synapse.core.net</RepositoryUrl> |
12 | 12 | <PackageTags>Workflow Execute Process</PackageTags> |
13 | | - <PackageReleaseNotes>1.0.18291.0: Updated Yamldotnet to 5.2.1 |
| 13 | + <PackageReleaseNotes>1.0.18344.0: Bug fixes to Plan execution concurrency; added .netstandard2.0 to package |
| 14 | +1.0.18291.0: Updated Yamldotnet to 5.2.1 |
14 | 15 | 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).</PackageReleaseNotes> |
15 | 16 | <GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
16 | 17 |
|
|
20 | 21 | <SignAssembly>true</SignAssembly> |
21 | 22 | <AssemblyOriginatorKeyFile>Synapse.Core.snk</AssemblyOriginatorKeyFile> |
22 | 23 | <DelaySign>false</DelaySign> |
| 24 | + <RepositoryType>git</RepositoryType> |
| 25 | + <PackageId>Synapse.Core.Signed</PackageId> |
23 | 26 | </PropertyGroup> |
24 | 27 |
|
25 | 28 | <!-- Conditionally obtain references for the .NET Framework 4.5 target --> |
|
0 commit comments