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

1.0.0 Release#66

Merged
angelafield merged 15 commits intov3from
release/1.0
Jan 29, 2019
Merged

1.0.0 Release#66
angelafield merged 15 commits intov3from
release/1.0

Conversation

@BHSPitMonkey
Copy link
Contributor

Major changes

  • Change build target from .NET Framework 3.5 to .NET Framework 4.5.2 AND .NET Standard 2.0
    • Less compatibility with very old .NET applications, but more compatibility with newer .NET Core applications as a result
  • 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/)

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

@angelafield angelafield merged commit 90a85a0 into v3 Jan 29, 2019
@angelafield angelafield deleted the release/1.0 branch January 29, 2019 00:58
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants