Skip to content

Latest commit

 

History

History
152 lines (115 loc) · 8.74 KB

CHANGELOG.md

File metadata and controls

152 lines (115 loc) · 8.74 KB

Change Log

All notable changes to this project will be documented in this file.

[2022-05-18] Version 1.4.6

Library - Docs

Library - Chore

[2022-03-09] Version 1.4.5

Library - Chore

[2022-02-09] Version 1.4.4

Library - Chore

[2022-01-12] Version 1.4.3

Library - Chore

[2021-12-01] Version 1.4.2

Library - Chore

[2021-05-05] Version 1.4.1

Library - Chore

[2021-05-05] Version 1.4.0

Library - Feature

Library - Chore

[2020-08-19] Version 1.3.9

Library - Chore

[2020-07-22] Version 1.3.8

Library - Docs

[2020-04-15] Version 1.3.7

Library - Docs

[2020-02-19] Version 1.3.6

Library - Docs

[2020-02-05] Version 1.3.5

Library - Docs

  • PR #64: makes Environmental Variables a sub topic in CONTRIBUTING.md. Thanks to @thepriefy!

[2020-01-29] Version 1.3.4

Library - Chore

Library - Fix

Library - Docs

[2017-05-18] Version 1.3.3

Updated

  • Pull request #28: Added Newtonsoft.Json as a package dependency in the nuspec file.
  • Thanks to webster354 for the PR!

[1.3.2] - 2017-3-8

Updated

[1.3.0] - 2015-4-22

Added

  • travis-ci build
  • SetAsmGroupId() method for suppression groups (ASM)
  • SetSendAt() and SetSendEachAt() methods for scheduled sends
  • SetIpPool() method for using IP Pools

Changed

  • HeaderSettingsNode.AddArray now takes a collection of type object rather than string

[1.2.0] - 2015-1-26

Added

  • This changelog. Nice.
  • Example of using header To array and substitutions in README.

Changed

  • Unicode characters in X-SMTPAPI header values or keys are now encoded as ASCII escape sequences.
  • Null header values or keys result in an ArgumentNullException.

Fixed

  • Removed System.Core reference
  • Removed invalid symbol path from compiled DLL (I think)