mirror of
https://github.com/swiss/fch-cube-dimension.git
synced 2026-08-26 12:34:18 +00:00
Read-only mirror of https://github.com/swiss/fch-cube-dimension — Bundeskanzlei. Issues & pull requests at the source.
- C# 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .github | ||
| src | ||
| .editorconfig | ||
| .gitignore | ||
| CHANGELOG.md | ||
| LICENSE | ||
| README.md | ||
| SECURITY.md | ||
| THIRD_PARTY_LICENSES.md | ||
Introduction
This library can be used to create RDF triples in the context of cubes (see: https://cube.link). The library should be used together with https://github.com/swiss/fch-cube-rawdata.
The latest NuGet package is published at https://www.nuget.org/packages/Swiss.FCh.Cube.Dimension/.
Additional information can be found here: https://github.com/swiss/fch-cube
Contribution
See: https://github.com/swiss/fch-cube/blob/main/CONTRIBUTING.md
Security
See: https://github.com/swiss/fch-cube/blob/main/SECURITY.md
Development Workflow
To publish a new version of the NuGet package, proceed as follows.
- apply and push your changes
- define and describe the new version in
CHANGELOG.md - push the corresponding label with
git tag vx.x.xandgit push origin vx.x.x - go to GitHub -> Actions -> 'Build and Publish to NuGet.org' and trigger a run while specifying the correct GIT label