https://github.com/nventive/canary
A repository for nventive's canary needs
https://github.com/nventive/canary
Last synced: about 1 year ago
JSON representation
A repository for nventive's canary needs
- Host: GitHub
- URL: https://github.com/nventive/canary
- Owner: nventive
- Created: 2020-06-16T19:55:07.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-09T20:24:46.000Z (over 2 years ago)
- Last Synced: 2025-03-04T09:39:59.096Z (over 1 year ago)
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Canary
A repository for nventive's Canaries
## How to use
Here's an example of how to set a config
This would "cap" Uno.UI to a version below 3.1.0-dev.4.
```json
[
{
"PackageId": "Uno.UI",
"UpdatedVersion": "(,3.1.0-dev.4)"
}
]
```