Skip to content

Commit 3879d25

Browse files
committed
Fix project description
1 parent 5ecd414 commit 3879d25

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/ActiveMQ.Artemis.Client/ActiveMQ.Artemis.Client.csproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@
22

33
<PropertyGroup>
44
<Summary>Unofficial ActiveMQ Artemis .NET Client for .NET Core and .NET Framework.</Summary>
5+
<Description>Unofficial ActiveMQ Artemis .NET Client for .NET Core and .NET Framework.</Description>
56
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
67
<LangVersion>8.0</LangVersion>
78
<PackageProjectUrl>https://havret.github.io/dotnet-activemq-artemis-client/</PackageProjectUrl>
8-
<PackageId>ActiveMQ.Artemis.Client</PackageId>
9-
<License>https://github.com/Havret/dotnet-activemq-artemis-client/blob/master/LICENSE</License>
9+
<PackageId>Unofficial.ActiveMQ.Artemis.Client</PackageId>
10+
<PackageLicenseUrl>https://github.com/Havret/dotnet-activemq-artemis-client/blob/master/LICENSE</PackageLicenseUrl>
1011
<RepositoryType>git</RepositoryType>
1112
<RepositoryUrl>https://github.com/Havret/dotnet-activemq-artemis-client</RepositoryUrl>
1213
<PublishRepositoryUrl>true</PublishRepositoryUrl>
14+
<Authors>Havret</Authors>
1315
</PropertyGroup>
1416

1517
<ItemGroup>

0 commit comments

Comments
 (0)