Skip to content

Commit 8b10195

Browse files
committed
New version 1.0.4
1 parent bd367f6 commit 8b10195

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

DS.SimpleServiceBus/DS.SimpleServiceBus.csproj

+6-4
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,16 @@
66
<Company>Dennis Software</Company>
77
<Product>DS.SimpleServiceBus</Product>
88
<Authors>Dennis Hogström</Authors>
9-
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
10-
<AssemblyVersion>1.0.0.3</AssemblyVersion>
11-
<FileVersion>1.0.0.3</FileVersion>
12-
<Version>1.0.3</Version>
9+
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
10+
<AssemblyVersion>1.0.0.4</AssemblyVersion>
11+
<FileVersion>1.0.0.4</FileVersion>
12+
<Version>1.0.4</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>
17+
<PackageProjectUrl>https://github.com/dennishog/SimpleServiceBus</PackageProjectUrl>
18+
<PackageReleaseNotes></PackageReleaseNotes>
1719
</PropertyGroup>
1820

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

0 commit comments

Comments
 (0)