rebus-org / Rebus.SignalR

:bus: Rebus-based SignalR backplane
Other
29 stars 6 forks source link

Removed old windows-only script files to support multiplatform development (Macs included). #6

Closed rsivanov closed 4 years ago

rsivanov commented 4 years ago

AssemblyInfo for Rebus.SignalR is now generated automatically, version is set in the project file. The same version is used as a package version.

release.sh uses only dotnet CLI commands to build, pack and then push to nuget. It's possible to run bash scripts in Windows nowadays (https://www.howtogeek.com/261591/how-to-create-and-run-bash-shell-scripts-on-windows-10/)

Added Dockerfile and docker-compose configuration to simplify runnning a sample application locally (there's no need to install RabbitMq separately, it's pulled automatically from docker.com)

The functionality of Rebus.SignalR hasn't been changed in this commit, so there's no need to publish to nuget.


Rebus is MIT-licensed. The code submitted in this pull request needs to carry the MIT license too. By leaving this text in, I hereby acknowledge that the code submitted in the pull request has the MIT license and can be merged with the Rebus codebase.

mookid8000 commented 4 years ago

👍