Skip to content

Commit d961a2b

Browse files
committed
Add nuget shield, rename LICENCE.md to LICENSE.md
1 parent 03343c2 commit d961a2b

File tree

6 files changed

+14
-11
lines changed

6 files changed

+14
-11
lines changed
File renamed without changes.

MigraDocCore.DocumentObjectModel/MigraDocCore.DocumentObjectModel.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Authors>Stefan Steiger and Contributors</Authors>
66
<Description>MigraDocCore.DocumentObjectModel for .NET Core MigraDocCore.DocumentObjectModel was ported from MigraDoc version 1.32</Description>
77
<Copyright>Copyright (c) 2005-2007 empira Software GmbH, Cologne (Germany)</Copyright>
8-
<PackageLicenseFile>LICENCE.md</PackageLicenseFile>
8+
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
99
<PackageProjectUrl>https://github.com/ststeiger/PdfSharpCore</PackageProjectUrl>
1010
<RepositoryUrl>https://github.com/ststeiger/PdfSharpCore</RepositoryUrl>
1111
<PackageReleaseNotes>MigraDocCore.DocumentObjectModel was ported from MigraDoc version 1.32</PackageReleaseNotes>
@@ -27,7 +27,7 @@
2727
</ItemGroup>
2828

2929
<ItemGroup>
30-
<None Include="..\LICENCE.md" Pack="true" PackagePath="" />
30+
<None Include="..\LICENSE.md" Pack="true" PackagePath="" />
3131
</ItemGroup>
3232

3333
</Project>

MigraDocCore.Rendering/MigraDocCore.Rendering.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
MigraDocCore.Rendering was ported from MigraDoc version 1.32</Description>
99
<Copyright>Copyright (c) 2005-2007 empira Software GmbH, Cologne (Germany)</Copyright>
10-
<PackageLicenseFile>LICENCE.md</PackageLicenseFile>
10+
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
1111
<PackageProjectUrl>https://github.com/ststeiger/PdfSharpCore</PackageProjectUrl>
1212
<RepositoryUrl>https://github.com/ststeiger/PdfSharpCore</RepositoryUrl>
1313
<PackageReleaseNotes>MigraDocCore.Rendering was ported from MigraDoc version 1.32</PackageReleaseNotes>
@@ -31,7 +31,7 @@ MigraDocCore.Rendering was ported from MigraDoc version 1.32</Description>
3131
</ItemGroup>
3232

3333
<ItemGroup>
34-
<None Include="..\LICENCE.md" Pack="true" PackagePath="" />
34+
<None Include="..\LICENSE.md" Pack="true" PackagePath="" />
3535
</ItemGroup>
3636

3737
</Project>

PdfSharpCore.Charting/PdfSharpCore.Charting.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Authors>Stefan Steiger and Contributors</Authors>
66
<Description>PdfSharpCore.Charting for .NET Core PdfSharpCore.Charting was ported from PdfSharp</Description>
77
<Copyright>Copyright (c) 2005-2007 empira Software GmbH, Cologne (Germany)</Copyright>
8-
<PackageLicenseFile>LICENCE.md</PackageLicenseFile>
8+
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
99
<PackageProjectUrl>https://github.com/ststeiger/PdfSharpCore</PackageProjectUrl>
1010
<RepositoryUrl>https://github.com/ststeiger/PdfSharpCore</RepositoryUrl>
1111
<PackageReleaseNotes>PdfSharpCore.Charting was ported from PdfSharp</PackageReleaseNotes>
@@ -26,7 +26,7 @@
2626
</ItemGroup>
2727

2828
<ItemGroup>
29-
<None Include="..\LICENCE.md" Pack="true" PackagePath="" />
29+
<None Include="..\LICENSE.md" Pack="true" PackagePath="" />
3030
</ItemGroup>
3131

3232
</Project>

PdfSharpCore/PdfSharpCore.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
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>
1010
<Copyright>Copyright (c) 2005-2007 empira Software GmbH, Cologne (Germany)</Copyright>
11-
<PackageLicenseFile>LICENCE.md</PackageLicenseFile>
11+
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
1212
<PackageProjectUrl>https://github.com/ststeiger/PdfSharpCore</PackageProjectUrl>
1313
<RepositoryUrl>https://github.com/ststeiger/PdfSharpCore</RepositoryUrl>
1414
<PackageReleaseNotes>PdfSharpCore is a partial port of PdfSharp.Xamarin for .NET Core Additionally MigraDoc has been ported as well (from version 1.32)</PackageReleaseNotes>
@@ -49,7 +49,7 @@ PdfSharpCore is a partial port of PdfSharp.Xamarin for .NET Core Additionally Mi
4949
</ItemGroup>
5050

5151
<ItemGroup>
52-
<None Include="..\LICENCE.md" Pack="true" PackagePath="" />
52+
<None Include="..\LICENSE.md" Pack="true" PackagePath="" />
5353
</ItemGroup>
5454

5555
</Project>

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,27 @@
11
# PdfSharpCore
22

3-
[![codecov.io](https://codecov.io/github/ststeiger/PdfSharpCore/coverage.svg?branch=master)](https://codecov.io/github/ststeiger/PdfSharpCore?branch=master)
3+
[![codecov.io](https://codecov.io/github/ststeiger/PdfSharpCore/coverage.svg?branch=master)](https://codecov.io/github/ststeiger/PdfSharpCore?branch=master) ![Nuget](https://img.shields.io/nuget/v/PdfSharpCore)
44

55
**PdfSharpCore** is a partial port of [PdfSharp.Xamarin](https://github.com/roceh/PdfSharp.Xamarin/) for .NET Standard
66
Additionally MigraDoc has been ported as well (from version 1.32).
77
Images have been implemented with [ImageSharp](https://github.com/JimBobSquarePants/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.
88

99
ImageSharp being Alpha isn't a big issue either since this code isn't by far done yet. So please chime in ;)
1010

11-
###### Example project
11+
## Example project
1212

1313
There was an example project here. <br />
1414
I've removed it from this project, and put it into a separate solution.
1515
You can find it [here](https://github.com/ststeiger/Stammbaum).<br />
16+
17+
### Font resolving
18+
1619
There's a default font-resolver in [FontResolver.cs](https://github.com/ststeiger/PdfSharpCore/blob/master/PdfSharpCore/Utils/FontResolver.cs).<br />
1720
It should work on Windows, Linux, OSX and Azure. <br />
1821
Some limitations apply. <br />
1922
See open issues.
2023

21-
## Example usage
24+
## Usage
2225

2326
```cs
2427
//See the "Example" Project for a MigraDoc example

0 commit comments

Comments
 (0)