Skip to content

Commit

Permalink
Merge pull request #677 from UglyToad/revert-to-nightly-in-main-packa…
Browse files Browse the repository at this point in the history
…ge-feed

move nightly builds back to main feed
  • Loading branch information
EliotJones authored Aug 5, 2023
2 parents 45e2171 + fcf09ac commit e99fa4e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

- name: Write nightly version to projects
run: |
$newVer = .\tools\generate-nightly-version.ps1; .\tools\set-version.ps1 $newVer; .\tools\set-package-nightly.ps1
$newVer = .\tools\generate-nightly-version.ps1; .\tools\set-version.ps1 $newVer
- name: Restore packages
run: dotnet restore tools/UglyToad.PdfPig.Package/UglyToad.PdfPig.Package.csproj
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ Or from the package manager console:

While the version is below 1.0.0 minor versions will change the public API without warning (SemVer will not be followed until 1.0.0 is reached).

Nightly pre-release versions of the development code are pushed to https://www.nuget.org/packages/PdfPig.Nightly/

## Get Started

The simplest usage at this stage is to open a document, reading the words from every page:
Expand Down
14 changes: 0 additions & 14 deletions tools/set-package-nightly.ps1

This file was deleted.

0 comments on commit e99fa4e

Please sign in to comment.