Read-only mirror of https://github.com/swiss/fch-cube-dimension — Bundeskanzlei. Issues & pull requests at the source.
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-08-05 14:42:16 +02:00
.github fix(build): permission for workflow specyfied (#17) 2025-11-06 08:26:13 +01:00
src fix: web links in XML comments moved to HTML tag 2026-08-05 14:42:16 +02:00
.editorconfig feat: initial publication on GitHub 2025-08-04 10:24:04 +02:00
.gitignore feat: initial publication on GitHub 2025-08-04 10:24:04 +02:00
CHANGELOG.md chore: changelog updated 2026-08-05 14:42:16 +02:00
LICENSE Create LICENSE 2025-08-21 16:24:04 +02:00
README.md chore: update to dynamic dependency injection (#21) 2025-12-04 11:37:55 +01:00
SECURITY.md Revise SECURITY.md for clarity on support and reporting 2025-11-06 07:27:08 +01:00
THIRD_PARTY_LICENSES.md chore: update THIRD_PARTY_LICENSES.md 2026-08-05 14:42:16 +02:00

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.x and git 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