Skip to content

Commit

Permalink
Updated Package Descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
startnow65 committed Nov 3, 2018
1 parent c7711cc commit fdbbf15
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions PdfSharpCore/PdfSharpCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,16 @@
<TargetFramework>netcoreapp1.1</TargetFramework>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Authors>Stefan Steiger and Contributors</Authors>
<Description>PdfSharpCore is a partial port of PdfSharp.Xamarin for .NET Standard Additionally MigraDoc has been ported as well (from version 1.32). Images have been implemented with ImageSharp, which is still in Alpha. They State on their readme that it is still in Alpha status and shouldn't be used in productive environments. Since I didn't find any good alternatives it's still used.
<Description>PdfSharp for .NET Core

ImageSharp beeing Alpha isn't a big issure either since this code isn't by far done yet. So please chime in ;)

PdfSharp.Xamarin is a partial port of PdfSharp for iOS and Android using Xamarin, it allows for creation and modification of PDF files.</Description>
PdfSharpCore is a partial port of PdfSharp.Xamarin for .NET Core Additionally MigraDoc has been ported as well (from version 1.32). Images have been implemented with ImageSharp from https://www.nuget.org/packages/SixLabors.ImageSharp</Description>
<Copyright>Copyright (c) 2005-2007 empira Software GmbH, Cologne (Germany)</Copyright>
<PackageLicenseUrl>https://github.com/ststeiger/PdfSharpCore</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/ststeiger/PdfSharpCore</PackageProjectUrl>
<RepositoryUrl>https://github.com/ststeiger/PdfSharpCore</RepositoryUrl>
<PackageReleaseNotes>PdfSharpCore is a partial port of PdfSharp.Xamarin for .NET Standard Additionally MigraDoc has been ported as well (from version 1.32)</PackageReleaseNotes>
<PackageReleaseNotes>PdfSharpCore is a partial port of PdfSharp.Xamarin for .NET Core Additionally MigraDoc has been ported as well (from version 1.32)</PackageReleaseNotes>
<PackageTags>NuggetV1.0.0 (8ea343d5898342a563b9d4df2d67e27aaea9ac01)</PackageTags>
<summary>PdfSharp for .NET Core</summary>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand All @@ -25,4 +24,4 @@ PdfSharp.Xamarin is a partial port of PdfSharp for iOS and Android using Xamarin
<DefineConstants>TRACE;RELEASE;NETCOREAPP1_1;PORTABLE</DefineConstants>
</PropertyGroup>

</Project>
</Project>

0 comments on commit fdbbf15

Please sign in to comment.