Skip to content

Commit

Permalink
Merge pull request #2 from Didstopia/development
Browse files Browse the repository at this point in the history
Refactoring and fixing Travis
  • Loading branch information
Dids authored Jun 26, 2017
2 parents 2da6285 + 3cd8d08 commit 0798d92
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
repo: Didstopia/PDFSharp
tags: true
- stage: GitHub Release
script: skip
script: dotnet restore && dotnet build -c $BUILD_CONFIG && dotnet pack -c $BUILD_CONFIG
env: BUILD_CONFIG="Release" DOTNET_CLI_TELEMETRY_OPTOUT=1
os: linux
deploy:
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion Didstopia.PDFSharp/Didstopia.PDFSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ https://github.com/ststeiger/PdfSharpCore</Description>
<PackageReleaseNotes>Initial beta release.</PackageReleaseNotes>
<Summary>A .NET Standard library for reading, writing and editing PDF files.</Summary>
<PackageTags>pdfsharp pdf extract read edit modify parse</PackageTags>
<Title>PDFSharp</Title>
<Title>PDFSharp for .NET Standard</Title>
<PackageId>Didstopia.PDFSharp</PackageId>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# PDFSharp
# PDFSharp for .NET Standard

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

0 comments on commit 0798d92

Please sign in to comment.