Skip to content

Commit df45544

Browse files
committed
New version 1.0.5
1 parent 1fc89f0 commit df45544

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

DS.SimpleServiceBus/DS.SimpleServiceBus.csproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
<Product>DS.SimpleServiceBus</Product>
88
<Authors>Dennis Hogström</Authors>
99
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
10-
<AssemblyVersion>1.0.0.4</AssemblyVersion>
11-
<FileVersion>1.0.0.4</FileVersion>
12-
<Version>1.0.4</Version>
10+
<AssemblyVersion>1.0.0.5</AssemblyVersion>
11+
<FileVersion>1.0.0.5</FileVersion>
12+
<Version>1.0.5</Version>
1313
<PackageLicenseUrl>https://opensource.org/licenses/MIT</PackageLicenseUrl>
1414
<RepositoryUrl>https://github.com/dennishog/SimpleServiceBus</RepositoryUrl>
1515
<PackageTags>Masstransit, RabbitMQ, Servicebus</PackageTags>
1616
<Description>Add message-based communication to your application easily using RabbitMQ.</Description>
1717
<PackageProjectUrl>https://github.com/dennishog/SimpleServiceBus</PackageProjectUrl>
18-
<PackageReleaseNotes></PackageReleaseNotes>
18+
<PackageReleaseNotes>IBusService is now created using factory to be able to support other buses in the future.</PackageReleaseNotes>
1919
</PropertyGroup>
2020

2121
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">

0 commit comments

Comments
 (0)