File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -129,4 +129,26 @@ async Task Echo(IDuplexPipe pipe)
129129 pipe .Input .AdvanceTo (result .Buffer .End );
130130 }
131131}
132- ```
132+ ```
133+
134+ # Dogfooding
135+
136+ [ ![ CI Version] ( https://img.shields.io/endpoint?url=https://shields.kzu.io/vpre/WebSocketPipe/main&label=nuget.ci&color=brightgreen )] ( https://pkg.kzu.io/index.json )
137+ [ ![ Build] ( https://github.com/devlooped/WebSocketPipe/workflows/build/badge.svg?branch=main )] ( https://github.com/devlooped/WebSocketPipe/actions )
138+
139+ We also produce CI packages from branches and pull requests so you can dogfood builds as quickly as they are produced.
140+
141+ The CI feed is ` https://pkg.kzu.io/index.json ` .
142+
143+ The versioning scheme for packages is:
144+
145+ - PR builds: * 42.42.42-pr* ` [NUMBER] `
146+ - Branch builds: * 42.42.42-* ` [BRANCH] ` .` [COMMITS] `
147+
148+
149+
150+ ## Sponsors
151+
152+ [ ![ sponsored] ( https://raw.githubusercontent.com/devlooped/oss/main/assets/images/sponsors.svg )] ( https://github.com/sponsors/devlooped ) [ ![ clarius] ( https://raw.githubusercontent.com/clarius/branding/main/logo/byclarius.svg )] ( https://github.com/clarius ) [ ![ clarius] ( https://raw.githubusercontent.com/clarius/branding/main/logo/logo.svg )] ( https://github.com/clarius )
153+
154+ * [ get mentioned here too] ( https://github.com/sponsors/devlooped ) !*
You can’t perform that action at this time.
0 commit comments