diff --git a/README.md b/README.md new file mode 100644 index 0000000..4e2aae7 --- /dev/null +++ b/README.md @@ -0,0 +1,91 @@ +

+ +

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.

+ +--- + +## Informations + +> [!Important] +> **For Github users:** +> +> This is only mirror repository. All changes are first uploaded to the repository here. Releases are also published on original repository. However, Github repository handles issues and pull requests for better accessibility. + +## NuGet registry status + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Subpackage + + Status +
+ TimetableDesigner.Backend.Events + + +
+ Other subpackages +
+ TimetableDesigner.Backend.Events.OutboxPattern + + +
+ TimetableDesigner.Backend.Events.Extensions.AspNetCore.OpenApi + + +
+ TimetableDesigner.Backend.Events.Providers.RabbitMQ + + +
+ +## 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 --password https://repos.mateuszskoczek.com/api/packages/TimetableDesigner/nuget/index.json +dotnet add package --source TimetableDesigner TimetableDesigner.Backend.Events +``` + +**Package reference in .csproj file:** + +``` + +``` + +## 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. \ No newline at end of file diff --git a/TimetableDesigner.Backend.Events/README.md b/TimetableDesigner.Backend.Events/README.md new file mode 100644 index 0000000..8e1e7e8 --- /dev/null +++ b/TimetableDesigner.Backend.Events/README.md @@ -0,0 +1,41 @@ +# 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 + +| Subpackage | Status | +|----------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| **TimetableDesigner.Backend.Events** | [![NuGet version (TimetableDesigner.Backend.Events)](https://img.shields.io/gitea/v/release/TimetableDesigner/TimetableDesigner.Backend.Events?gitea_url=https%3A%2F%2Frepos.mateuszskoczek.com%2F&display_name=release&label=nuget)](https://repos.mateuszskoczek.com/TimetableDesigner/-/packages/nuget/timetabledesigner.backend.events/) | +| TimetableDesigner.Backend.Events.OutboxPattern | [![NuGet version (TimetableDesigner.Backend.Events.OutboxPattern)](https://img.shields.io/gitea/v/release/TimetableDesigner/TimetableDesigner.Backend.Events.OutboxPattern?gitea_url=https%3A%2F%2Frepos.mateuszskoczek.com%2F&display_name=release&label=nuget)](https://repos.mateuszskoczek.com/TimetableDesigner/-/packages/nuget/timetabledesigner.backend.events.outboxpattern/) | +| TimetableDesigner.Backend.Events.Extensions.AspNetCore.OpenApi | [![NuGet version (TimetableDesigner.Backend.Events.OutboxPattern)](https://img.shields.io/gitea/v/release/TimetableDesigner/TimetableDesigner.Backend.Events.Extensions.AspNetCore.OpenApi?gitea_url=https%3A%2F%2Frepos.mateuszskoczek.com%2F&display_name=release&label=nuget)](https://repos.mateuszskoczek.com/TimetableDesigner/-/packages/nuget/timetabledesigner.backend.events.extensions.aspnetcore.openapi/) | +| TimetableDesigner.Backend.Events.Extensions.AspNetCore.OpenApi | [![NuGet version (TimetableDesigner.Backend.Events.Providers.RabbitMQ)](https://img.shields.io/gitea/v/release/TimetableDesigner/TimetableDesigner.Backend.Events.Providers.RabbitMQ?gitea_url=https%3A%2F%2Frepos.mateuszskoczek.com%2F&display_name=release&label=nuget)](https://repos.mateuszskoczek.com/TimetableDesigner/-/packages/nuget/timetabledesigner.backend.events.providers.rabbitmq/) | + +## 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 --password https://repos.mateuszskoczek.com/api/packages/TimetableDesigner/nuget/index.json +dotnet add package --source TimetableDesigner TimetableDesigner.Backend.Events +``` + +**Package reference in .csproj file:** + +``` + +``` + +## 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. \ No newline at end of file diff --git a/TimetableDesigner.Backend.Events/TimetableDesigner.Backend.Events.csproj b/TimetableDesigner.Backend.Events/TimetableDesigner.Backend.Events.csproj index 5317082..8b3e69b 100644 --- a/TimetableDesigner.Backend.Events/TimetableDesigner.Backend.Events.csproj +++ b/TimetableDesigner.Backend.Events/TimetableDesigner.Backend.Events.csproj @@ -6,9 +6,13 @@ enable TimetableDesigner.Backend.Events Mateusz Skoczek - https://github.com/TimetableDesigner + https://repos.mateuszskoczek.com/TimetableDesigner icon.png - https://github.com/TimetableDesigner/TimetableDesigner.Backend.Events + https://repos.mateuszskoczek.com/TimetableDesigner/TimetableDesigner.Backend.Events + Mateusz Skoczek + https://repos.mateuszskoczek.com/TimetableDesigner/TimetableDesigner.Backend.Events/src/branch/main/LICENSE + 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) + README.md @@ -21,6 +25,10 @@ True + + True + +