Library for Service Identification types.
Add following into paket.references
Alma.ServiceIdentification
Note: You can also use this library in a Fable project.
Hierarchy:
domain ─┐─────────┐───────────┐──────────┐
context ┘ service │ │ │
purpose ──────────┘ processor │ │
version ──────────────────────┘ instance │ box
zone ───┐ spot │
bucket ─┘────────────────────────────────┘
Tree like hierarchy:
box
/ \
instance spot
/ \ / \
processor version zone bucket
/ \
service purpose
/ \
domain context
- Increment version in
ServiceIdentification.fsproj - Update
CHANGELOG.md - Commit new version and tag it
./build.sh build./build.sh -t tests