Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: axuno/MailMergeLib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.10.0
Choose a base ref
...
head repository: axuno/MailMergeLib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.11.0
Choose a head ref
  • 1 commit
  • 76 files changed
  • 1 contributor

Commits on Jun 29, 2023

  1. Integrate SmartFormat v3.2.1 (#38)

    * Update of SmartFormat.NET to v3.2.1 with at least the same extensions enabled as in prior MailMergeLib 5.x versions
    * Add NET6.0 as a target framework, reducing number of dependencies
    * Update YAXLib to v4.1.0
    * Update AngeSharp to v1.0.4
    * Update Microsoft.NET.Test.Sdk to v17.6.3"
    * Unit test run with net462, netcoreapp3.1 and net6.0
    * Disable unit tests console output
    * After installation is completed, the above "Heads up" message is displayed
    * Add Sandcastle Help File Builder project folder
    * Resolves #23
    * Enable Nullable Reference Types (NRT) (#30)
    * Removed obsolete SmartObjects as data source (#31)
    * Change setup for SMTP Integration tests (#32)
    * New method to get a free TCP port
    * SslProtocols: let operating system select the best
    * Improved Sender integration tests
    * Fix: SmtpSever trying to use an unpermitted port (#33)
    * Add method trying to bind an available port
    * Removed console message for CanBindPort(int port)
    * Update MailSmartFormatter to load at least the same SmartFormat extensions as before
    * MailMergeMessage: A new MailSmartFormatter instance is created after properties of SmartFormatterConfig are changed. This is because SmartFormatter does not allow for changes to the settings, after the instance is created
    * Run unit test for linux under netstandard2.1
    * Code refactoring from NET6.0 analytics
    * Update readme and license files
    * SmartFormatterConfig change retains existing SmartSettings
    * Disable warnings for unused private variables in MessageConfig
    * Add Sandcastle Help File Builder project folder
    
    No breaking MailMergeLib API changes from version 5.9.10
    However SmartFormat v3 brings breaking changes compared to v2 (e.g. for formatter names, where name "template" changed to "t" and others)
    axunonb authored Jun 29, 2023
    Configuration menu
    Copy the full SHA
    55ad086 View commit details
    Browse the repository at this point in the history
Loading