Skip to content

Commit

Permalink
Update version to v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bezzad committed Aug 9, 2020
1 parent f856afa commit 1aea656
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/PdfiumViewer/PdfiumViewer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<UseWPF>true</UseWPF>
<Version>1.0.1</Version>
<Version>1.0.2</Version>
<Authors>Behzad Khosravifar</Authors>
<Description>About
PDF viewer based on Google's PDFium port to .Net Core.</Description>
<Description>PDF viewer based on Google's PDFium port to .Net Core.</Description>
<Copyright>Copyright © 2019-2020 Behzad Khosravifar</Copyright>
<PackageProjectUrl>https://github.com/bezzad/PdfiumViewer</PackageProjectUrl>
<RepositoryType>git</RepositoryType>
Expand All @@ -16,7 +15,7 @@ PDF viewer based on Google's PDFium port to .Net Core.</Description>
<RunAnalyzersDuringBuild>false</RunAnalyzersDuringBuild>
<PackageId>PdfiumViewer.WPF</PackageId>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageReleaseNotes>First nuget package for PDFiumViewer.WPF</PackageReleaseNotes>
<PackageReleaseNotes>Fixed null reference issue for frames array</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 1aea656

Please sign in to comment.