Skip to content

Commit c804811

Browse files
authored
Bump version 5.13.0 (#51)
1 parent 3b9055d commit c804811

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

Src/Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<Copyright>Copyright 2011-$(CurrentYear) axuno, MailMergeLib Project maintainers and contributers</Copyright>
99
<RepositoryUrl>https://github.com/axuno/MailMergeLib.git</RepositoryUrl>
1010
<PublishRepositoryUrl>true</PublishRepositoryUrl>
11-
<Version>5.12.3</Version>
12-
<FileVersion>5.12.3</FileVersion>
11+
<Version>5.13.0</Version>
12+
<FileVersion>5.13.0</FileVersion>
1313
<AssemblyVersion>5.0.0.0</AssemblyVersion> <!--only update AssemblyVersion with major releases -->
1414
<LangVersion>latest</LangVersion>
1515
<EnableNETAnalyzers>true</EnableNETAnalyzers>

appveyor.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ for:
2727
- ps: dotnet restore --verbosity quiet
2828
- ps: dotnet add .\MailMergeLib.Tests\MailMergeLib.Tests.csproj package AltCover
2929
- ps: |
30-
$version = "5.12.3"
30+
$version = "5.13.0"
3131
$versionFile = $version + "." + ${env:APPVEYOR_BUILD_NUMBER}
3232
3333
if ($env:APPVEYOR_PULL_REQUEST_NUMBER) {
@@ -47,8 +47,7 @@ for:
4747
type: NuGetPackage
4848
deploy:
4949
- provider: NuGet
50-
api_key:
51-
secure: ts2TxfjYx538JH6FZCKCEmdqBrFVRbiws5A+Dol8KQ2N+f5L5UB3WorPKCA5eSKv
50+
api_key: $(NUGET_API_KEY)
5251
on:
5352
branch: main
5453
-

0 commit comments

Comments
 (0)