Skip to content

Commit

Permalink
[Host.Serialization] Introduce multi-targeting for net8, net6 and net…
Browse files Browse the repository at this point in the history
…standard #211

Signed-off-by: Tomasz Maruszak <[email protected]>
  • Loading branch information
zarusz committed Feb 2, 2024
1 parent 5825393 commit 8faf6b2
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 12 deletions.
1 change: 1 addition & 0 deletions src/Common.NuGet.Properties.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<Import Project="Common.Properties.xml" />

<PropertyGroup>
<TargetFrameworks>net8.0,net6.0,netstandard2.0</TargetFrameworks>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageReadmeFile>NuGet.md</PackageReadmeFile>
<PackageIcon>icon.png</PackageIcon>
Expand Down
2 changes: 1 addition & 1 deletion src/Common.Properties.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Product>SlimMessageBus</Product>
<Company>zarusz</Company>
<Authors>zarusz</Authors>
<Copyright>Copyright © 2023</Copyright>
<Copyright>Copyright © 2024</Copyright>
<PackageReleaseNotes>See https://github.com/zarusz/SlimMessageBus/releases</PackageReleaseNotes>
<RepositoryUrl>https://github.com/zarusz/SlimMessageBus</RepositoryUrl>
<PackageProjectUrl>https://github.com/zarusz/SlimMessageBus</PackageProjectUrl>
Expand Down
5 changes: 2 additions & 3 deletions src/Host.Plugin.Properties.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@

<Import Project="Common.NuGet.Properties.xml" />

<PropertyGroup>
<TargetFrameworks>netstandard2.1;net6.0;net8.0</TargetFrameworks>
<Version>2.2.1</Version>
<PropertyGroup>
<Version>2.2.2</Version>
</PropertyGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@
<Import Project="../Common.NuGet.Properties.xml" />

<PropertyGroup>
<TargetFrameworks>netstandard2.0;net6.0;net8.0</TargetFrameworks>
<Description>Core configuration interfaces of SlimMessageBus</Description>
<PackageTags>SlimMessageBus</PackageTags>
<RootNamespace>SlimMessageBus.Host</RootNamespace>
<Version>2.0.5</Version>
<Version>2.0.6</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
<Import Project="../Common.NuGet.Properties.xml" />

<PropertyGroup>
<TargetFramework>netstandard1.3</TargetFramework>
<Version>2.0.1</Version>
<Version>2.0.2</Version>
<Description>Core interceptor interfaces of SlimMessageBus</Description>
<PackageTags>SlimMessageBus</PackageTags>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
<Import Project="../Common.NuGet.Properties.xml" />

<PropertyGroup>
<TargetFramework>netstandard1.3</TargetFramework>
<Version>2.0.1</Version>
<Version>2.0.2</Version>
<Description>Core serialization interfaces of SlimMessageBus</Description>
<PackageTags>SlimMessageBus</PackageTags>
</PropertyGroup>
Expand Down
3 changes: 1 addition & 2 deletions src/SlimMessageBus/SlimMessageBus.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
<Import Project="../Common.NuGet.Properties.xml" />

<PropertyGroup>
<TargetFramework>netstandard1.3</TargetFramework>
<Version>2.0.1</Version>
<Version>2.0.2</Version>
<Description>A lightweight message bus interface for .NET. The goal of this library is to introduce a slim facade for messaging brokers. Use one of the transport providers for popular messaging systems or in-process (in-memory) messaging.</Description>
<NeutralLanguage />
<PackageTags>MessageBus facade EventBus broker events messages message bus DomainEvents domain DDD messaging EDA mediator</PackageTags>
Expand Down

0 comments on commit 8faf6b2

Please sign in to comment.