-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathSignNow.props
More file actions
29 lines (26 loc) · 1.66 KB
/
SignNow.props
File metadata and controls
29 lines (26 loc) · 1.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<Project>
<PropertyGroup>
<Version>1.5.0</Version>
<Authors>signNow</Authors>
<Company>signNow</Company>
<Title>SignNow.NET</Title>
<Description>signNow.Net is a .NET 4.6.2+ and .NET standard class library for the signNow API. (Official Library)
signNow allows you to embed legally-binding e-signatures into your app, CRM or cloud storage. Send documents for signature directly from your website. Invite multiple signers to finalize contracts. Track status of your requests and download signed copies automatically.</Description>
<Copyright>airSlate Inc.</Copyright>
<PackageIcon>icon.png</PackageIcon>
<PackageTags>e-signature;eSign;electronic-signatures;pdf;forms;document;saas;signnow-api;api-client;REST;document management;workflow automation</PackageTags>
<PackageProjectUrl>https://github.com/signnow/SignNow.NET</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://github.com/signnow/SignNow.NET</RepositoryUrl>
<RepositoryType>Git</RepositoryType>
<PackageReleaseNotes>$([System.IO.File]::ReadAllText("$(MSBuildProjectDirectory)/../release-notes.txt"))</PackageReleaseNotes>
<PackageReadmeFile>README.md</PackageReadmeFile>
<LangVersion>8.0</LangVersion>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
<PackageOutputPath>bin\Publish\</PackageOutputPath>
</PropertyGroup>
<ItemGroup>
<None Include="$(MSBuildProjectDirectory)/../README.md" Pack="true" Visible="false" PackagePath="/"/>
<None Include="$(MSBuildProjectDirectory)/../LICENSE" Pack="true" Visible="false" PackagePath=""/>
</ItemGroup>
</Project>