You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-18Lines changed: 7 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
9
9
## About signNow
10
10
11
-
signNow.Net is the official .NET 4.5+ and .NET Standard class library for the signNow API. 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.
11
+
signNow.Net is the official .NET 4.6.2+ and .NET Standard class library for the signNow API. 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.
12
12
13
13
Get your account at <https://www.signnow.com/developers>
14
14
@@ -61,12 +61,11 @@ Get your account at <https://www.signnow.com/developers>
61
61
-[Get all document groups the user owns][doc_group_operations example]
By default verification email is not sent to newly created User.
154
+
By default, verification email is not sent to newly created User.
156
155
To send it - use `IUserService.SendVerificationEmailAsync(string email)`
157
156
158
157
```csharp
@@ -632,16 +631,6 @@ More examples: [Get all folders][get_all_folders example], [Get folder][get_fold
632
631
633
632
## Contribution guidelines
634
633
635
-
### XML doc generation
636
-
637
-
For XML documentation generation, install InheritDocTool:
638
-
639
-
```bash
640
-
dotnet tool install -g InheritDocTool
641
-
```
642
-
643
-
More about the InheritDoc [here](https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/xmldoc/examples#document-a-hierarchy-of-classes-and-interfaces)
644
-
645
634
### Important notes
646
635
647
636
Thanks to all contributors who got interested in this project. We're excited to hear from you. Here are some tips to make our collaboration meaningful and bring its best results to life:
@@ -664,7 +653,7 @@ If you have questions about the signNow API, please visit [signNow API Reference
664
653
665
654
**Sales**: For pricing information, please call (800) 831-2050, email sales@signnow.com or visit <https://www.signnow.com/contact>.
666
655
667
-
<!-- Aliases for URLs: please place here any long urls to keep clean markdown markup -->
656
+
<!-- Aliases for URLs: please place here any long urls to keep clean Markdown markup -->
0 commit comments