This repository was archived by the owner on Oct 17, 2023. It is now read-only.
Release 1.0.0
Major Changes
- Change build target from .NET Framework 3.5 to .NET Framework 4.5.2 AND .NET Standard 2.0
- Brings support for use in .NET Core projects
Removed Functionality (Backwards-Incompatible Changes)
- Removed
TemplateIdproperty fromSignatureRequestclasses (useAddTemplate()orTemplateIdsinstead) - Removed option to authenticate using an email/password combo entirely (API keys are strongly recommended instead)
- When sending a file as a Stream (using
AddFile), you must now specifyContentLength
Other Notes
- NuGet dependencies (Newtonsoft.Json and RestSharp) are now specified in a more flexible way, in an attempt to reduce conflicts in consuming projects (#42)
- The "beta" description is being dropped
- Migrated to Visual Studio 2017 project format
- Changes to the csproj files
- Easier to understand, less legacy cruft
- Allows for multi-target projects
- Updated directory structure (HelloSign (the library) now under
src/, HelloSignTestApp (the test/demo app) now undertests/)