From d4493d836936ba0775f685cd57a5062e6a6e2bd6 Mon Sep 17 00:00:00 2001 From: mysticmind Date: Tue, 2 Mar 2021 12:39:17 +0530 Subject: [PATCH] Bump up version to 3.19.0 --- appveyor.yml | 4 ++-- src/ReverseMarkdown/ReverseMarkdown.csproj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 6c775b9..da98abe 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,7 +7,7 @@ os: Visual Studio 2019 environment: DOTNET_CLI_TELEMETRY_OPTOUT: true DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true - TARGET_BUILD_VERSION: '3.18.0' + TARGET_BUILD_VERSION: '3.19.0' NUGET_DEPLOY_KEY: secure: ARJT2riPVT98BTyiNU6cDD0s1vK8MB/JHbjwFV4lmnuPVEfkeuJJKqLaqIUQqVkg @@ -40,4 +40,4 @@ after_deploy: # workaround to publish snupkg to NuGet - ps: Get-ChildItem -Path *.snupkg -Recurse | % { dotnet nuget push $_.FullName -s https://api.nuget.org/v3/index.json -k $env:NUGET_DEPLOY_KEY } on_failure: - - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } \ No newline at end of file + - ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } diff --git a/src/ReverseMarkdown/ReverseMarkdown.csproj b/src/ReverseMarkdown/ReverseMarkdown.csproj index 6cc2bec..30c6492 100644 --- a/src/ReverseMarkdown/ReverseMarkdown.csproj +++ b/src/ReverseMarkdown/ReverseMarkdown.csproj @@ -1,7 +1,7 @@  ReverseMarkdown is a Html to Markdown converter library in c# - 3.18.0 + 3.19.0 Babu Annamalai net46;netstandard1.6;netstandard2.0 https://github.com/mysticmind/reversemarkdown-net