Skip to content
This repository was archived by the owner on Oct 17, 2023. It is now read-only.

Release 1.0.0

Choose a tag to compare

@BHSPitMonkey BHSPitMonkey released this 29 Jan 06:39
· 48 commits to v3 since this release
90a85a0

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 TemplateId property from SignatureRequest classes (use AddTemplate() or TemplateIds instead)
  • 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 specify ContentLength

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 under tests/)