Skip to content
This repository was archived by the owner on Apr 29, 2022. It is now read-only.

Commit e44bc60

Browse files
author
Lee Anderson
committed
Converted to .NET standard library
Updated description to remove .NET core reference Incremented version number
1 parent e2e4fa6 commit e44bc60

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/RabbitMQ.Client.Core.DependencyInjection/RabbitMQ.Client.Core.DependencyInjection.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>netcoreapp3.1</TargetFramework>
4+
<TargetFramework>netstandard2.1</TargetFramework>
55
<LangVersion>latest</LangVersion>
6-
<Version>3.1.1</Version>
6+
<Version>3.1.1.1</Version>
77
<PackageTags>RabbitMQ</PackageTags>
88
<RepositoryUrl>https://github.com/AntonyVorontsov/RabbitMQ.Client.Core.DependencyInjection</RepositoryUrl>
99
<Company />
10-
<Description>.Net Core library-wrapper of RabbitMQ.Client for Dependency Injection.</Description>
10+
<Description>A RabbitMQ.Client wrapper that provides easy, managed, injectable (via standard dependency injection) message queue consume and publish operations.</Description>
1111
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1212
<PackageIcon>icon.png</PackageIcon>
1313
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>

0 commit comments

Comments
 (0)