Skip to content

Commit bd367f6

Browse files
committed
New version
1 parent 8f7206a commit bd367f6

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

DS.SimpleServiceBus/DS.SimpleServiceBus.csproj

+8-4
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,17 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
6-
<Company>Denniz Software</Company>
6+
<Company>Dennis Software</Company>
77
<Product>DS.SimpleServiceBus</Product>
88
<Authors>Dennis Hogström</Authors>
99
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
10-
<AssemblyVersion>1.0.0.2</AssemblyVersion>
11-
<FileVersion>1.0.0.2</FileVersion>
12-
<Version>1.0.2</Version>
10+
<AssemblyVersion>1.0.0.3</AssemblyVersion>
11+
<FileVersion>1.0.0.3</FileVersion>
12+
<Version>1.0.3</Version>
13+
<PackageLicenseUrl>https://opensource.org/licenses/MIT</PackageLicenseUrl>
14+
<RepositoryUrl>https://github.com/dennishog/SimpleServiceBus</RepositoryUrl>
15+
<PackageTags>Masstransit, RabbitMQ, Servicebus</PackageTags>
16+
<Description>Add message-based communication to your application easily using RabbitMQ.</Description>
1317
</PropertyGroup>
1418

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

0 commit comments

Comments
 (0)