camunda 1.3.0
C# client for Camunda REST API
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>camunda</id>
<version>1.3.0</version>
<authors>Sulaiman Alajlan</authors>
<owners>Sulaiman Alajlan</owners>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
<projectUrl>https://github.com/salajlan/camundacsharpclient</projectUrl>
<iconUrl>http://camunda.com/img/camunda/icon.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>C# client for Camunda REST API</description>
<releaseNotes>more improvment and more methods refer to github commit</releaseNotes>
<tags>camunda BPM opensourse REST BPMN</tags>
<dependencies>
<dependency id="Newtonsoft.Json" version="7.0.1" />
<dependency id="RestSharp" version="105.2.3" />
<dependency id="StyleCop.MSBuild" version="4.7.49.1" />
</dependencies>
</metadata>
</package>