Skip to content

Commit

Permalink
Bump v5.9.1 (#35)
Browse files Browse the repository at this point in the history
* Correct SmartFormat.Net package reference: version must be >= 2.7.3 && < 3.0
* Bump v5.9.1
  • Loading branch information
axunonb authored Jan 14, 2023
1 parent 756924d commit 9b46a4b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<Copyright>Copyright 2011-$(CurrentYear) MailMergeLib Project</Copyright>
<RepositoryUrl>https://github.com/axuno/MailMergeLib.git</RepositoryUrl>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<Version>5.9.0</Version>
<FileVersion>5.9.0</FileVersion>
<Version>5.9.1</Version>
<FileVersion>5.9.1</FileVersion>
<AssemblyVersion>5.9.0</AssemblyVersion> <!--only update AssemblyVersion with major releases -->
<LangVersion>latest</LangVersion>
<EnableNETAnalyzers>true</EnableNETAnalyzers>
Expand Down
2 changes: 1 addition & 1 deletion Src/MailMergeLib.Tests/TestFiles/TestSettings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<NetworkCredential Username="user" Password="password" Domain="" yaxlib:realtype="MailMergeLib.Credential" />
<MailOutputDirectory />
<MessageOutput>SmtpServer</MessageOutput>
<SslProtocols>Tls12</SslProtocols>
<SslProtocols>None</SslProtocols>
<SecureSocketOptions>StartTlsWhenAvailable</SecureSocketOptions>
<Timeout>4321</Timeout>
<DelayBetweenMessages>543</DelayBetweenMessages>
Expand Down
2 changes: 1 addition & 1 deletion Src/MailMergeLib/MailMergeLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ https://github.com/axuno/MailMergeLib/blob/main/ReleaseNotes.md</PackageReleaseN
<PackageReference Include="AngleSharp" Version="1.0.0" />
<PackageReference Include="MailKit" Version="3.4.3" />
<PackageReference Include="MimeKit" Version="3.4.3" />
<PackageReference Include="SmartFormat.NET" Version="(2.7.*,3.0)" />
<PackageReference Include="SmartFormat.NET" Version="[2.7.3,3.0)" />
<PackageReference Include="YAXLib" Version="4.0.0" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1">
<PrivateAssets>all</PrivateAssets>
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
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.9.0"
$version = "5.9.1"
$versionFile = $version + "." + ${env:APPVEYOR_BUILD_NUMBER}
if ($env:APPVEYOR_PULL_REQUEST_NUMBER) {
Expand Down

0 comments on commit 9b46a4b

Please sign in to comment.