Skip to content

Commit

Permalink
Bump up version to 3.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticmind committed May 18, 2023
1 parent 9af9e6e commit c3f0276
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ os: Visual Studio 2022
environment:
DOTNET_CLI_TELEMETRY_OPTOUT: true
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
TARGET_BUILD_VERSION: '3.24.0'
TARGET_BUILD_VERSION: '3.25.0'
NUGET_DEPLOY_KEY:
secure: iGLl9LCDfrevtXMZSzGsL00+nm/hVrFTLpbcgMuTP4S4El6/f09KhrsHAGj9VnCS

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.24.0</VersionPrefix>
<VersionPrefix>3.25.0</VersionPrefix>
<Authors>Babu Annamalai</Authors>
<TargetFrameworks>net46;netstandard2.0;net5.0;net6.0</TargetFrameworks>
<PackageProjectUrl>https://github.com/mysticmind/reversemarkdown-net</PackageProjectUrl>
Expand Down

0 comments on commit c3f0276

Please sign in to comment.