You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# PDFsharp & MigraDoc 6
2
2
3
-
Version **6.1.0-preview-2**
4
-
Published **2024-03-21**
3
+
Version **6.1.0-preview-3**
4
+
Published **2024-04-30**
5
5
6
6
This is a preview version of the **PDFsharp** project, the main project of PDFsharp & MigraDoc 6 with updates for C# 12 and .NET 6.
7
7
@@ -33,8 +33,9 @@ Execute
33
33
`dotnet build` should build the solution without any warnings or errors.
34
34
35
35
* You need the latest .NET SDK version installed
36
-
* If you got an exception from `GitVersion.MsBuild` let us know.
37
-
You can set a tag to define a valid version, e.g.: `git tag v6.1.0` to make it work.
36
+
* Please note that you need a git repository with at least one commit in order to build the PDFsharp solution.
37
+
Without a git repo with at least one commit, you will get an error message from `GitVersion.MsBuild` while building the solution.
38
+
You can set a tag to define a valid version, e.g.: `git tag v6.1.0` to make it build with a specific version number. Without tag, version 0.1.0 will be used.
38
39
39
40
### Central package management
40
41
@@ -65,3 +66,8 @@ Stefan Lange
65
66
Thomas Hövel
66
67
Martin Ossendorf
67
68
Andreas Seifert
69
+
70
+
## Libraries used by PDFsharp
71
+
72
+
The Core build of PDFsharp uses BigGustave to read PNG images. BigGustave was released into the public domain and does not restrict the MIT license used by PDFsharp.
73
+
Link to project repository: https://github.com/EliotJones/BigGustave
0 commit comments