Skip to content

Commit e384b91

Browse files
committed
Add dogfooding section to readme
1 parent 45431da commit e384b91

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

readme.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,21 @@ parameters), you can annotate it with `[ImportingConstructor]` from either NuGet
269269
([System.Composition](http://nuget.org/packages/System.Composition.AttributedModel))
270270
or .NET MEF ([System.ComponentModel.Composition](https://www.nuget.org/packages/System.ComponentModel.Composition)).
271271
272+
<!-- #content -->
273+
274+
# Dogfooding
275+
276+
[![CI Version](https://img.shields.io/endpoint?url=https://shields.kzu.app/vpre/Devlooped.Extensions.DependencyInjection/main&label=nuget.ci&color=brightgreen)](https://pkg.kzu.app/index.json)
277+
[![Build](https://github.com/devlooped/DependencyInjection/workflows/build/badge.svg?branch=main)](https://github.com/devlooped/DependencyInjection/actions)
278+
279+
We also produce CI packages from branches and pull requests so you can dogfood builds as quickly as they are produced.
280+
281+
The CI feed is `https://pkg.kzu.app/index.json`.
282+
283+
The versioning scheme for packages is:
284+
285+
- PR builds: *42.42.42-pr*`[NUMBER]`
286+
- Branch builds: *42.42.42-*`[BRANCH]`.`[COMMITS]`
272287

273288

274289
<!-- include https://github.com/devlooped/sponsors/raw/main/footer.md -->

0 commit comments

Comments
 (0)