forked from empira/PDFsharp
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d751497
commit 91feca7
Showing
223 changed files
with
4,620 additions
and
1,248 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,40 @@ | ||
# Updates local nuget packages. | ||
|
||
#Requires -Version 7 | ||
#Requires -PSEdition Core | ||
|
||
param ( | ||
[Parameter(Mandatory = $false)] [bool]$deleteBinAndObj = $true | ||
) | ||
|
||
Push-Location $PSScriptRoot | ||
|
||
try { | ||
Write-Host "Delete bin and obj " $deleteBinAndObj | ||
if ($deleteBinAndObj) { | ||
Write-Host "Deleting BIN and OBJ" | ||
.\del-bin-and-obj.ps1 | ||
Write-Host "Done deleting bin and obj" | ||
} | ||
|
||
Push-Location .. | ||
try { | ||
Write-Host "Invoking ’dotnet build’" | ||
dotnet build -c release | ||
$build = $LASTEXITCODE | ||
Write-Host "’dotnet build’ has finished" | ||
} | ||
finally { | ||
Pop-Location | ||
} | ||
|
||
if ($build -gt 0) { | ||
Write-Host "’dotnet build’ failed with code " $build | ||
throw "’dotnet build’ failed with code " + $build | ||
} | ||
|
||
.\update-local-nuget-packages-release.ps1 | ||
} | ||
finally { | ||
Pop-Location | ||
} | ||
# Updates local nuget packages. | ||
|
||
#Requires -Version 7 | ||
#Requires -PSEdition Core | ||
|
||
param ( | ||
[Parameter(Mandatory = $false)] [bool]$deleteBinAndObj = $true | ||
) | ||
|
||
Push-Location $PSScriptRoot | ||
|
||
try { | ||
Write-Host "Delete bin and obj " $deleteBinAndObj | ||
if ($deleteBinAndObj) { | ||
Write-Host "Deleting BIN and OBJ" | ||
.\del-bin-and-obj.ps1 | ||
Write-Host "Done deleting bin and obj" | ||
} | ||
|
||
Push-Location .. | ||
try { | ||
Write-Host "Invoking ’dotnet build’" | ||
dotnet build -c release | ||
$build = $LASTEXITCODE | ||
Write-Host "’dotnet build’ has finished" | ||
} | ||
finally { | ||
Pop-Location | ||
} | ||
|
||
if ($build -gt 0) { | ||
Write-Host "’dotnet build’ failed with code " $build | ||
throw "’dotnet build’ failed with code " + $build | ||
} | ||
|
||
.\update-local-nuget-packages-release.ps1 | ||
} | ||
finally { | ||
Pop-Location | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
This is a preview version of PDFsharp and MigraDoc Foundation 6.0.0 using .NET 6. | ||
The package ’PDFsharp-MigraDoc’ can be used on any platform including Windows and Linux. | ||
The packages ’PDFsharp-MigraDoc-GDI’ and ’PDFsharp-MigraDoc-WPF’ can be used under Windows only. | ||
The package ’PDFsharp-MigraDoc’ can be used on any platform including Windows and Linux. The Target Framework is ’net6.0’. | ||
The packages ’PDFsharp-MigraDoc-GDI’ and ’PDFsharp-MigraDoc-WPF’ can be used under Windows only. The Target Framework is ’net6.0-windows’. | ||
See the project docs site for further information: | ||
https://docs.pdfsharp.net/link/readme-v6.0.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
This is a preview version of PDFsharp and MigraDoc Foundation 6.0.0 using .NET 6. | ||
The package ’PDFsharp-MigraDoc’ can be used on any platform including Windows and Linux. | ||
The packages ’PDFsharp-MigraDoc-GDI’ and ’PDFsharp-MigraDoc-WPF’ can be used under Windows only. | ||
The package ’PDFsharp-MigraDoc’ can be used on any platform including Windows and Linux. The Target Framework is ’net6.0’. | ||
The packages ’PDFsharp-MigraDoc-GDI’ and ’PDFsharp-MigraDoc-WPF’ can be used under Windows only. The Target Framework is ’net6.0-windows’. | ||
See the project docs site for further information: | ||
https://docs.pdfsharp.net/link/readme-v6.0.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
This is a preview version of PDFsharp and MigraDoc Foundation 6.0.0 using .NET 6. | ||
The package ’PDFsharp-MigraDoc’ can be used on any platform including Windows and Linux. | ||
The packages ’PDFsharp-MigraDoc-GDI’ and ’PDFsharp-MigraDoc-WPF’ can be used under Windows only. | ||
The package ’PDFsharp-MigraDoc’ can be used on any platform including Windows and Linux. The Target Framework is ’net6.0’. | ||
The packages ’PDFsharp-MigraDoc-GDI’ and ’PDFsharp-MigraDoc-WPF’ can be used under Windows only. The Target Framework is ’net6.0-windows’. | ||
See the project docs site for further information: | ||
https://docs.pdfsharp.net/link/readme-v6.0.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
This is a preview version of PDFsharp 6.0.0 using .NET 6. | ||
The package ’PdfSharp’ can be used on any platform including Windows and Linux. | ||
The packages ’PDFsharp-gdi’ and ’PDFsharp-wpf’ can be used under Windows only. | ||
The package ’PdfSharp’ can be used on any platform including Windows and Linux. The Target Framework is ’net6.0’. | ||
The packages ’PDFsharp-gdi’ and ’PDFsharp-wpf’ can be used under Windows only. The Target Framework is ’net6.0-windows’. | ||
We also publish packages that contain PDFsharp plus MigraDoc. | ||
See the project docs site for further information: | ||
https://docs.pdfsharp.net/link/readme-v6.0.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
This is a preview version of PDFsharp 6.0.0 using .NET 6. | ||
The package ’PdfSharp’ can be used on any platform including Windows and Linux. | ||
The packages ’PDFsharp-gdi’ and ’PDFsharp-wpf’ can be used under Windows only. | ||
The package ’PdfSharp’ can be used on any platform including Windows and Linux. The Target Framework is ’net6.0’. | ||
The packages ’PDFsharp-gdi’ and ’PDFsharp-wpf’ can be used under Windows only. The Target Framework is ’net6.0-windows’. | ||
We also publish packages that contain PDFsharp plus MigraDoc. | ||
See the project docs site for further information: | ||
https://docs.pdfsharp.net/link/readme-v6.0.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
This is a preview version of PDFsharp 6.0.0 using .NET 6. | ||
The package ’PdfSharp’ can be used on any platform including Windows and Linux. | ||
The packages ’PDFsharp-gdi’ and ’PDFsharp-wpf’ can be used under Windows only. | ||
The package ’PdfSharp’ can be used on any platform including Windows and Linux. The Target Framework is ’net6.0’. | ||
The packages ’PDFsharp-gdi’ and ’PDFsharp-wpf’ can be used under Windows only. The Target Framework is ’net6.0-windows’. | ||
We also publish packages that contain PDFsharp plus MigraDoc. | ||
See the project docs site for further information: | ||
https://docs.pdfsharp.net/link/readme-v6.0.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.