Skip to content

Commit

Permalink
Bump up version to 3.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticmind committed Mar 2, 2021
1 parent 5cebd03 commit d4493d8
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.18.0'
TARGET_BUILD_VERSION: '3.19.0'
NUGET_DEPLOY_KEY:
secure: ARJT2riPVT98BTyiNU6cDD0s1vK8MB/JHbjwFV4lmnuPVEfkeuJJKqLaqIUQqVkg

Expand Down Expand Up @@ -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 }
- ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
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.18.0</VersionPrefix>
<VersionPrefix>3.19.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 d4493d8

Please sign in to comment.