From 970b1b51818afeba03cf2a4fd2062a3f3867a718 Mon Sep 17 00:00:00 2001 From: mysticmind Date: Fri, 5 Feb 2021 09:49:10 +0530 Subject: [PATCH] Bump up version to 3.18.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 894fb16..cb33d33 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.17.0' + TARGET_BUILD_VERSION: '3.18.0' NUGET_DEPLOY_KEY: secure: ARJT2riPVT98BTyiNU6cDD0s1vK8MB/JHbjwFV4lmnuPVEfkeuJJKqLaqIUQqVkg @@ -20,7 +20,7 @@ before_build: build_script: - dotnet build .\src\ReverseMarkdown.sln --configuration Release /p:Version=%TARGET_BUILD_VERSION% - + test_script: - dotnet test .\src\ReverseMarkdown.Test\ReverseMarkdown.Test.csproj --configuration Release diff --git a/src/ReverseMarkdown/ReverseMarkdown.csproj b/src/ReverseMarkdown/ReverseMarkdown.csproj index 7d00d9f..6cc2bec 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.17.0 + 3.18.0 Babu Annamalai net46;netstandard1.6;netstandard2.0 https://github.com/mysticmind/reversemarkdown-net