diff --git a/.travis.yml b/.travis.yml index 9216019..320bd72 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: diff --git a/PDFSharp.sln b/Didstopia.PDFSharp.sln similarity index 100% rename from PDFSharp.sln rename to Didstopia.PDFSharp.sln diff --git a/Didstopia.PDFSharp/Didstopia.PDFSharp.csproj b/Didstopia.PDFSharp/Didstopia.PDFSharp.csproj index d9154f2..7abfe0d 100644 --- a/Didstopia.PDFSharp/Didstopia.PDFSharp.csproj +++ b/Didstopia.PDFSharp/Didstopia.PDFSharp.csproj @@ -18,7 +18,7 @@ https://github.com/ststeiger/PdfSharpCore Initial beta release. A .NET Standard library for reading, writing and editing PDF files. pdfsharp pdf extract read edit modify parse - PDFSharp + PDFSharp for .NET Standard Didstopia.PDFSharp diff --git a/README.md b/README.md index af9fdf6..0a8d7aa 100644 --- a/README.md +++ b/README.md @@ -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)