Skip to content

Commit f8401dc

Browse files
committed
nuget pkg updates
1 parent b876512 commit f8401dc

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

Synapse.Core/Synapse.Core.csproj

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@
33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.0;net452</TargetFrameworks>
55
<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>
77
<Copyright>Copyright © Steve Shortt, 2016 - 2019</Copyright>
88
<PackageLicenseUrl>https://github.com/SynapseProject/synapse.core.net/blob/master/license.txt</PackageLicenseUrl>
99
<PackageProjectUrl>http://synapse.readthedocs.io/en/latest/</PackageProjectUrl>
1010
<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>
1212
<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
1415
1.0.18258.1: Bug fixes for Dynamic parms merge and StartInfo encrypted values (#92, #93, #94), added support for DynamicValue--&amp;gt;DefaultValue (#95) and exposed PlanStartInfo in global vars (#86).</PackageReleaseNotes>
1516
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1617

@@ -20,6 +21,8 @@
2021
<SignAssembly>true</SignAssembly>
2122
<AssemblyOriginatorKeyFile>Synapse.Core.snk</AssemblyOriginatorKeyFile>
2223
<DelaySign>false</DelaySign>
24+
<RepositoryType>git</RepositoryType>
25+
<PackageId>Synapse.Core.Signed</PackageId>
2326
</PropertyGroup>
2427

2528
<!-- Conditionally obtain references for the .NET Framework 4.5 target -->

0 commit comments

Comments
 (0)