Skip to content

Commit 8b57d58

Browse files
committed
Added new version 1.0.9
1 parent 7fe3a50 commit 8b57d58

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

DS.SimpleServiceBus.EventHubs/DS.SimpleServiceBus.EventHubs.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<PackageLicenseUrl>https://opensource.org/licenses/MIT</PackageLicenseUrl>
1010
<PackageProjectUrl>https://github.com/dennishog/SimpleServiceBus</PackageProjectUrl>
1111
<RepositoryUrl>https://github.com/dennishog/SimpleServiceBus</RepositoryUrl>
12-
<Version>1.0.8</Version>
12+
<Version>1.0.9</Version>
1313
<Description>Package for adding EventHubs communication through SimpleServiceBus</Description>
1414
</PropertyGroup>
1515

DS.SimpleServiceBus.InMemory/DS.SimpleServiceBus.InMemory.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<PackageLicenseUrl>https://opensource.org/licenses/MIT</PackageLicenseUrl>
1111
<PackageProjectUrl>https://github.com/dennishog/SimpleServiceBus</PackageProjectUrl>
1212
<RepositoryUrl>https://github.com/dennishog/SimpleServiceBus</RepositoryUrl>
13-
<Version>1.0.8</Version>
13+
<Version>1.0.9</Version>
1414
</PropertyGroup>
1515

1616
<ItemGroup>
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
4-
<ShowAllFiles>true</ShowAllFiles>
4+
<ShowAllFiles>false</ShowAllFiles>
55
</PropertyGroup>
66
</Project>

DS.SimpleServiceBus.RabbitMq/DS.SimpleServiceBus.RabbitMq.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<PackageLicenseUrl>https://opensource.org/licenses/MIT</PackageLicenseUrl>
1010
<PackageProjectUrl>https://github.com/dennishog/SimpleServiceBus</PackageProjectUrl>
1111
<RepositoryUrl>https://github.com/dennishog/SimpleServiceBus</RepositoryUrl>
12-
<Version>1.0.8</Version>
13-
<AssemblyVersion>1.0.8.0</AssemblyVersion>
12+
<Version>1.0.9</Version>
13+
<AssemblyVersion>1.0.9.0</AssemblyVersion>
1414
<Description>Package for adding RabbitMq communication through SimpleServiceBus</Description>
1515
</PropertyGroup>
1616

DS.SimpleServiceBus/DS.SimpleServiceBus.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
<Product>DS.SimpleServiceBus</Product>
88
<Authors>Dennis Hogström</Authors>
99
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
10-
<AssemblyVersion>1.0.8.0</AssemblyVersion>
11-
<FileVersion>1.0.8.0</FileVersion>
12-
<Version>1.0.8</Version>
10+
<AssemblyVersion>1.0.9.0</AssemblyVersion>
11+
<FileVersion>1.0.9.0</FileVersion>
12+
<Version>1.0.9</Version>
1313
<PackageLicenseUrl>https://opensource.org/licenses/MIT</PackageLicenseUrl>
1414
<RepositoryUrl>https://github.com/dennishog/SimpleServiceBus</RepositoryUrl>
1515
<PackageTags>Masstransit, RabbitMQ, EventHubs, Servicebus</PackageTags>

0 commit comments

Comments
 (0)