Skip to content

Commit

Permalink
Bump version to v5.12.1 (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
axunonb authored Jul 16, 2024
1 parent 5ad0f55 commit 7df5bf1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 5.12.0.{build} # Only change for mayor versions (e.g. 6.0.0)
version: 5.12.1.{build} # Only change for mayor versions (e.g. 6.0.0)
environment:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
matrix:
Expand Down Expand Up @@ -27,7 +27,7 @@ for:
- ps: dotnet restore --verbosity quiet
- ps: dotnet add .\MailMergeLib.Tests\MailMergeLib.Tests.csproj package AltCover
- ps: |
$version = "5.12.0"
$version = "5.12.1"
$versionFile = $version + "." + ${env:APPVEYOR_BUILD_NUMBER}
if ($env:APPVEYOR_PULL_REQUEST_NUMBER) {
Expand Down
10 changes: 5 additions & 5 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Heads up for MailMergeLib 5.11
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Heads up for MailMergeLib >= 5.11
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

This version is API and source compatible with prior 5.x versions.

In v5.11 the referenced package for SmartFormat.NET is updated
from v2.7.3 to v3.2.1. This new major version of SmartFormat.NET incurs
In v5.11 and later the referenced package for SmartFormat.NET is updated
from v2.7.3 to v3.x. This new major version of SmartFormat.NET incurs
breaking changes. MailMergeLib manages breaking API changes
under the hood. Other breaking changes are related to using formatters
in placeholders:
Expand Down

0 comments on commit 7df5bf1

Please sign in to comment.