Skip to content

Commit 0a5702b

Browse files
committed
Merge branch 'develop'
2 parents 319339c + 2837709 commit 0a5702b

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

README.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ DotLiquid templating engine http handlers for the Giraffe web framework.
66

77
[![NuGet Info](https://buildstats.info/nuget/Giraffe.DotLiquid?includePreReleases=true)](https://www.nuget.org/packages/Giraffe.DotLiquid/)
88

9-
### Windows and Linux Builds
9+
### Linux, macOS and Windows Build Status
1010

11-
[![Build status](https://ci.appveyor.com/api/projects/status/914030ec0lrc0vti/branch/develop?svg=true)](https://ci.appveyor.com/project/dustinmoris/giraffe-dotliquid/branch/develop)
11+
![.NET Core](https://github.com/giraffe-fsharp/Giraffe.DotLiquid/workflows/.NET%20Core/badge.svg?branch=develop)
1212

13-
[![Build history](https://buildstats.info/appveyor/chart/dustinmoris/giraffe-dotliquid?branch=develop&includeBuildsFromPullRequest=false)](https://ci.appveyor.com/project/dustinmoris/giraffe-dotliquid/history?branch=develop)
13+
[![Build history](https://buildstats.info/github/chart/giraffe-fsharp/Giraffe.DotLiquid?branch=develop&includeBuildsFromPullRequest=false)](https://github.com/giraffe-fsharp/Giraffe.DotLiquid/actions?query=branch%3Adevelop++)
1414

1515
## Table of contents
1616

@@ -111,15 +111,13 @@ Please find a fully functioning sample application under [./samples/GiraffeDotLi
111111

112112
## Nightly builds and NuGet feed
113113

114-
All official Giraffe packages are published to the official and public NuGet feed.
114+
All official release packages are published to the official and public NuGet feed.
115115

116-
Unofficial builds (such as pre-release builds from the `develop` branch and pull requests) produce unofficial pre-release NuGet packages which can be pulled from the project's public NuGet feed on AppVeyor:
116+
Nightly builds (builds from the `develop` branch) produce unofficial pre-release packages which can be pulled from the [project's NuGet feed on GitHub](https://github.com/orgs/giraffe-fsharp/packages).
117117

118-
```
119-
https://ci.appveyor.com/nuget/giraffe-dotliquid
120-
```
118+
These packages are being tagged with the Workflow's run number as the package version.
121119

122-
If you add this source to your NuGet CLI or project settings then you can pull unofficial NuGet packages for quick feature testing or urgent hot fixes.
120+
All other builds, such as builds triggered by pull requests produce a NuGet package which can be downloaded as an artifact from the individual GitHub action.
123121

124122
## More information
125123

0 commit comments

Comments
 (0)