TimetableDesigner.Backend.Events (1.1.6)
Installation
dotnet nuget add source --name TimetableDesigner --username your_username --password your_token dotnet add package --source TimetableDesigner --version 1.1.6 TimetableDesigner.Backend.EventsAbout this package
Advanced school timetable editor, allows you to easily create and manage school timetable - package that support communication between microservices in the project using message queues (base classes and interfaces)
TimetableDesigner.Backend.Events
Advanced school timetable editor, allows you to easily create and manage school timetable.
TimetableDesigner.Backend.Events is collection of NuGet packages (and NuGet package itself) that support communication between microservices in the TimetableDesigner project using message queues. This NuGet package contains base classes and interfaces used in other packages and in microservices itself.
NuGet registry status
Installation and usage
You can download package from organization package registry or .nupkg file itself from Releases tab.
To download package from organization package registry, you have to add new NuGet package source. You will need access details, which you can obtain by contacting the repository owner.
CLI:
dotnet nuget add source --name TimetableDesigner --username <username> --password <password> https://repos.mateuszskoczek.com/api/packages/TimetableDesigner/nuget/index.json
dotnet add package --source TimetableDesigner TimetableDesigner.Backend.Events
Package reference in .csproj file:
<PackageReference Include="TimetableDesigner.Backend.Events" Version="<version>" />
Attribution and contribution
This project is open source on MIT License, so you can just copy and upload again to your repository. But according to the license, you must include information about the original author. You can find license here.
However, the preferred way to contribute would be to propose improvements in a pull request, through issues, or through other means of communication.