Skip to content

Commit 9d520ee

Browse files
committed
Prep release
Signed-off-by: Tomasz Maruszak <maruszaktomasz@gmail.com>
1 parent 88922b2 commit 9d520ee

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ GitHub repository: https://github.com/zarusz/SlimMessageBus
3232
- Keep provider-specific code, options, and tests in the relevant `SlimMessageBus.Host.*` project.
3333
- When changing behavior, add or update focused tests under the matching `src/Tests/...` project.
3434
- Add or update documentation under `docs` for relevant plugin or core functionality changes. Prefer evolving the corresponding `*.t.md` template first, then run `./build/md-processor.ps1` to regenerate the published markdown.
35-
- Ask for, or add, respective unit tests for changed functionality. The test stack uses xUnit, Moq, and FluentAssertions.
35+
- Ask for, or add, respective unit tests for changed functionality. The test stack uses xUnit, Moq, and AwesomeAssertions.

src/Host.Plugin.Properties.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Import Project="Common.NuGet.Properties.xml" />
55

66
<PropertyGroup>
7-
<Version>3.5.0-rc101</Version>
7+
<Version>3.5.0-rc102</Version>
88
</PropertyGroup>
99

1010
</Project>

src/SlimMessageBus.Host.Configuration/SlimMessageBus.Host.Configuration.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Description>Core configuration interfaces of SlimMessageBus</Description>
77
<PackageTags>SlimMessageBus</PackageTags>
88
<RootNamespace>SlimMessageBus.Host</RootNamespace>
9-
<Version>3.5.0-rc101</Version>
9+
<Version>3.5.0-rc102</Version>
1010
</PropertyGroup>
1111

1212
<ItemGroup>

0 commit comments

Comments
 (0)