Skip to content

Commit

Permalink
Update PackageReleaseNotes for v2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sungaila committed Aug 27, 2023
1 parent efb99ff commit 8928da7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/PDFtoImage/PDFtoImage.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<PackageProjectUrl>https://github.com/sungaila/PDFtoImage</PackageProjectUrl>
<PackageIconUrl>https://raw.githubusercontent.com/sungaila/PDFtoImage/master/etc/Icon_128.png</PackageIconUrl>
<Description>A .NET library to render PDF files into images.</Description>
<PackageReleaseNotes>- Fixed an issue where the pdfium libraries couldn't be loaded inside a Docker container.</PackageReleaseNotes>
<PackageReleaseNotes>- Fixed an issue where colors were assigned incorrectly (e.g. blue instead of red) for macOS and Android.</PackageReleaseNotes>
<PackageTags>PDF Bitmap Image Convert Conversion C# PDFium SkiaSharp Skia PNG JPG JPEG WEBP Xamarin Android MonoAndroid MAUI</PackageTags>
<RepositoryUrl>https://github.com/sungaila/PDFtoImage.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
Expand Down
2 changes: 1 addition & 1 deletion src/Tests/TestUtils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public static void CompareStreams(Stream expectedStream, Stream outputStream)

public static string GetPlatformAsString()
{
#if NET471_OR_GREATER
#if NET471_OR_GREATER || NETCOREAPP
if (RuntimeInformation.IsOSPlatform(OSPlatform.Windows))
{
return OSPlatform.Windows.ToString();
Expand Down

0 comments on commit 8928da7

Please sign in to comment.