Skip to content

Commit

Permalink
Merge pull request #6 from june-it/develop
Browse files Browse the repository at this point in the history
Add. NET framework version and Nuget tags
  • Loading branch information
june-it authored Dec 18, 2024
2 parents b2e688c + fcaf0e5 commit e46ad1e
Showing 1 changed file with 19 additions and 18 deletions.
Original file line number Diff line number Diff line change
@@ -1,23 +1,24 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Nullable>enable</Nullable>
<TargetFramework>netstandard2.1</TargetFramework>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Title>MyStack.DistributedMessage4RabbitMQ</Title>
<Version>1.0.11</Version>
<Authors>Jun Wan</Authors>
<Company>Jun Wan</Company>
<PackageIcon>icon.png</PackageIcon>
<PackageReadmeFile>NUGET.md</PackageReadmeFile>
<Description>An open-source lightweight distributed messaging bus library (RabbitMQ)</Description>
<Title>Microsoft.Extensions.DistributedMessage4RabbitMQ</Title>
<RootNamespace>Microsoft.Extensions.DistributedMessage4RabbitMQ</RootNamespace>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://github.com/june-it/MyStack.DistributedMessage4RabbitMQ.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
</PropertyGroup>
<PropertyGroup>
<Nullable>enable</Nullable>
<TargetFrameworks>netstandard2.1;net6.0;net7.0;net8.0</TargetFrameworks>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Title>MyStack.DistributedMessage4RabbitMQ</Title>
<Version>1.0.12</Version>
<Authors>Jun Wan</Authors>
<Company>Jun Wan</Company>
<PackageIcon>icon.png</PackageIcon>
<PackageReadmeFile>NUGET.md</PackageReadmeFile>
<Description>An open-source lightweight distributed messaging bus library (RabbitMQ)</Description>
<Title>Microsoft.Extensions.DistributedMessage4RabbitMQ</Title>
<RootNamespace>Microsoft.Extensions.DistributedMessage4RabbitMQ</RootNamespace>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://github.com/june-it/MyStack.DistributedMessage4RabbitMQ.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<PackageTags>MyStack;RabbitMQ;DistributedEvent;RPC</PackageTags>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<NoWarn>1701;1702;1591</NoWarn>
Expand Down

0 comments on commit e46ad1e

Please sign in to comment.