Skip to content

1.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 11 May 22:36
· 37 commits to main since this release
release/1.0.0
8762df1
  • Change project structure.

    • Extract server engine into RSMassTransit.Engine.dll.
    • Add Windows service package.
    • Add .NET tool package.
    • Move client packages into this repository.
    • Move PowerShell module into this repository.
  • Change target frameworks:

    Component .NET Core/5+ .NET Standard .NET Framework
    Client packages 2.0 4.6.1
    Engine assembly 6.0 2.1 4.8
    Test suite 6.0, 3.1 none 4.8
    .NET tool package 6.0 none none
    Windows service package 6.0 none none
  • Add/Update dependencies:

    Package Version
    Client packages 1.0.0
    MassTransit 7.3.1
    Microsoft.Extensions.* 6.0.0, 6.0.1
    System.ServiceModel.* 4.9.0
  • Change automated build system to GitHub Actions.