Skip to content

Commit 0798d92

Browse files
authored
Merge pull request #2 from Didstopia/development
Refactoring and fixing Travis
2 parents 2da6285 + 3cd8d08 commit 0798d92

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
repo: Didstopia/PDFSharp
5959
tags: true
6060
- stage: GitHub Release
61-
script: skip
61+
script: dotnet restore && dotnet build -c $BUILD_CONFIG && dotnet pack -c $BUILD_CONFIG
6262
env: BUILD_CONFIG="Release" DOTNET_CLI_TELEMETRY_OPTOUT=1
6363
os: linux
6464
deploy:
File renamed without changes.

Didstopia.PDFSharp/Didstopia.PDFSharp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ https://github.com/ststeiger/PdfSharpCore</Description>
1818
<PackageReleaseNotes>Initial beta release.</PackageReleaseNotes>
1919
<Summary>A .NET Standard library for reading, writing and editing PDF files.</Summary>
2020
<PackageTags>pdfsharp pdf extract read edit modify parse</PackageTags>
21-
<Title>PDFSharp</Title>
21+
<Title>PDFSharp for .NET Standard</Title>
2222
<PackageId>Didstopia.PDFSharp</PackageId>
2323
</PropertyGroup>
2424

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# PDFSharp
1+
# PDFSharp for .NET Standard
22

33
[![Build Status](https://travis-ci.org/Didstopia/PDFSharp.svg?branch=master)](https://travis-ci.org/Didstopia/PDFSharp)
44
[![NuGet](https://img.shields.io/nuget/dt/Didstopia.PDFSharp.svg)](https://www.nuget.org/packages/Didstopia.PDFSharp)

0 commit comments

Comments
 (0)