Skip to content

Commit

Permalink
Bump up version to 3.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticmind committed Feb 5, 2021
1 parent 01dc334 commit 970b1b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/ReverseMarkdown/ReverseMarkdown.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Description>ReverseMarkdown is a Html to Markdown converter library in c#</Description>
<VersionPrefix>3.17.0</VersionPrefix>
<VersionPrefix>3.18.0</VersionPrefix>
<Authors>Babu Annamalai</Authors>
<TargetFrameworks>net46;netstandard1.6;netstandard2.0</TargetFrameworks>
<PackageProjectUrl>https://github.com/mysticmind/reversemarkdown-net</PackageProjectUrl>
Expand Down

0 comments on commit 970b1b5

Please sign in to comment.