Skip to content
This repository was archived by the owner on Sep 4, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions RockLib.Messaging.CloudEvents/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 4.0.0 - 2025-02-04

#### Changed
- Finalized 4.0.0 version.

## 4.0.0-alpha.1 - 2025-02-03

#### Changed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@
<PackageReleaseNotes>A changelog is available at https://github.com/RockLib/RockLib.Messaging/blob/main/RockLib.Messaging.CloudEvents/CHANGELOG.md.</PackageReleaseNotes>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageTags>rocklib messaging cloudevents</PackageTags>
<PackageVersion>4.0.0-alpha.1</PackageVersion>
<PackageVersion>4.0.0</PackageVersion>
<PublishRepositoryUrl>True</PublishRepositoryUrl>
<Version>4.0.0-alpha.1</Version>
<Version>4.0.0</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Release'">
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
<PackageReference Include="RockLib.Messaging" Version="5.0.0-alpha.1" />
<PackageReference Include="RockLib.Messaging" Version="5.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
<ItemGroup>
Expand Down
5 changes: 5 additions & 0 deletions RockLib.Messaging.Http/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 4.0.0 - 2025-02-04

#### Changed
- Finalized 4.0.0 version.

## 4.0.0-alpha.1 - 2025-02-03

#### Changed
Expand Down
6 changes: 3 additions & 3 deletions RockLib.Messaging.Http/RockLib.Messaging.Http.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageId>RockLib.Messaging.Http</PackageId>
<PackageVersion>4.0.0-alpha.1</PackageVersion>
<PackageVersion>4.0.0</PackageVersion>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageReleaseNotes>A changelog is available at https://github.com/RockLib/RockLib.Messaging/blob/main/RockLib.Messaging.Http/CHANGELOG.md.</PackageReleaseNotes>
<PackageProjectUrl>https://github.com/RockLib/RockLib.Messaging</PackageProjectUrl>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
<PackageIcon>icon.png</PackageIcon>
<PackageTags>rocklib messaging http</PackageTags>
<PublishRepositoryUrl>True</PublishRepositoryUrl>
<Version>4.0.0-alpha.1</Version>
<Version>4.0.0</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Release'">
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
<PackageReference Include="RockLib.Messaging" Version="5.0.0-alpha.1" />
<PackageReference Include="RockLib.Messaging" Version="5.0.0" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)'=='net48'">
<PackageReference Include="System.Net.Http" Version="4.3.4" />
Expand Down
5 changes: 5 additions & 0 deletions RockLib.Messaging.Kafka/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 4.0.0 - 2025-02-04

#### Changed
- Finalized 4.0.0 version.

## 4.0.0-alpha.1 - 2025-02-03

#### Changed
Expand Down
6 changes: 3 additions & 3 deletions RockLib.Messaging.Kafka/RockLib.Messaging.Kafka.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
<PackageReleaseNotes>A changelog is available at https://github.com/RockLib/RockLib.Messaging/blob/main/RockLib.Messaging.Kafka/CHANGELOG.md.</PackageReleaseNotes>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageTags>rocklib messaging kafka</PackageTags>
<PackageVersion>4.0.0-alpha.1</PackageVersion>
<PackageVersion>4.0.0</PackageVersion>
<PublishRepositoryUrl>True</PublishRepositoryUrl>
<Version>4.0.0-alpha.1</Version>
<Version>4.0.0</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Release'">
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
Expand All @@ -26,7 +26,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
<PackageReference Include="Confluent.Kafka" Version="2.8.0" />
<PackageReference Include="RockLib.Messaging" Version="5.0.0-alpha.1" />
<PackageReference Include="RockLib.Messaging" Version="5.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
</Project>
5 changes: 5 additions & 0 deletions RockLib.Messaging.NamedPipes/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 5.0.0 - 2025-02-04

#### Changed
- Finalized 5.0.0 version.

## 5.0.0-alpha.1 - 2025-02-03

#### Changed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@
<PackageReleaseNotes>A changelog is available at https://github.com/RockLib/RockLib.Messaging/blob/main/RockLib.Messaging.NamedPipes/CHANGELOG.md.</PackageReleaseNotes>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageTags>rocklib messaging</PackageTags>
<PackageVersion>5.0.0-alpha.1</PackageVersion>
<PackageVersion>5.0.0</PackageVersion>
<PublishRepositoryUrl>True</PublishRepositoryUrl>
<Version>5.0.0-alpha.1</Version>
<Version>5.0.0</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Release'">
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
<PackageReference Include="RockLib.Messaging" Version="5.0.0-alpha.1" />
<PackageReference Include="RockLib.Messaging" Version="5.0.0" />
</ItemGroup>
<ItemGroup>
<None Include="..\LICENSE.md" Pack="true" PackagePath="" />
Expand Down
5 changes: 5 additions & 0 deletions RockLib.Messaging.RabbitMQ/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 3.0.0 - 2025-02-04

#### Changed
- Finalized 3.0.0 version.

## 3.0.0-alpha.1 - 2025-02-03

#### Changed
Expand Down
6 changes: 3 additions & 3 deletions RockLib.Messaging.RabbitMQ/RockLib.Messaging.RabbitMQ.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@
<PackageReleaseNotes>A changelog is available at https://github.com/RockLib/RockLib.Messaging/blob/main/RockLib.Messaging.RabbitMQ/CHANGELOG.md.</PackageReleaseNotes>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageTags>rocklib messaging rabbitmq</PackageTags>
<PackageVersion>3.0.0-alpha.1</PackageVersion>
<PackageVersion>3.0.0</PackageVersion>
<PublishRepositoryUrl>True</PublishRepositoryUrl>
<Version>3.0.0-alpha.1</Version>
<Version>3.0.0</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Release'">
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
<PackageReference Include="RabbitMQ.Client" Version="6.8.1" />
<PackageReference Include="RockLib.Messaging" Version="5.0.0-alpha.1" />
<PackageReference Include="RockLib.Messaging" Version="5.0.0" />
</ItemGroup>
<ItemGroup>
<None Include="..\LICENSE.md" Pack="true" PackagePath="" />
Expand Down
5 changes: 5 additions & 0 deletions RockLib.Messaging.SNS/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 4.0.0 - 2025-02-04

#### Changed
- Finalized 4.0.0 version.

## 4.0.0-alpha.1 - 2025-02-03

#### Changed
Expand Down
6 changes: 3 additions & 3 deletions RockLib.Messaging.SNS/RockLib.Messaging.SNS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@
<PackageReleaseNotes>A changelog is available at https://github.com/RockLib/RockLib.Messaging/blob/main/RockLib.Messaging.SNS/CHANGELOG.md.</PackageReleaseNotes>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageTags>rocklib messaging sns</PackageTags>
<PackageVersion>4.0.0-alpha.1</PackageVersion>
<PackageVersion>4.0.0</PackageVersion>
<PublishRepositoryUrl>True</PublishRepositoryUrl>
<Version>4.0.0-alpha.1</Version>
<Version>4.0.0</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Release'">
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
<PackageReference Include="AWSSDK.SimpleNotificationService" Version="3.7.400.86" />
<PackageReference Include="RockLib.Messaging" Version="5.0.0-alpha.1" />
<PackageReference Include="RockLib.Messaging" Version="5.0.0" />
</ItemGroup>
<ItemGroup>
<None Include="..\LICENSE.md" Pack="true" PackagePath="" />
Expand Down
5 changes: 5 additions & 0 deletions RockLib.Messaging.SQS/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 5.0.0 - 2025-02-04

#### Changed
- Finalized 5.0.0 version.

## 5.0.0-alpha.1 - 2025-02-03

#### Changed
Expand Down
6 changes: 3 additions & 3 deletions RockLib.Messaging.SQS/RockLib.Messaging.SQS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
<PackageId>RockLib.Messaging.SQS</PackageId>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
<PackageProjectUrl>https://github.com/RockLib/RockLib.Messaging</PackageProjectUrl>
<PackageVersion>5.0.0-alpha.1</PackageVersion>
<PackageVersion>5.0.0</PackageVersion>
<PackageReleaseNotes>A changelog is available at https://github.com/RockLib/RockLib.Messaging/blob/main/RockLib.Messaging.SQS/CHANGELOG.md.</PackageReleaseNotes>
<PublishRepositoryUrl>True</PublishRepositoryUrl>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageTags>rocklib messaging sqs</PackageTags>
<Version>5.0.0-alpha.1</Version>
<Version>5.0.0</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Release'">
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
Expand All @@ -27,6 +27,6 @@
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
<PackageReference Include="AWSSDK.SQS" Version="3.7.400.86" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="RockLib.Messaging" Version="5.0.0-alpha.1" />
<PackageReference Include="RockLib.Messaging" Version="5.0.0" />
</ItemGroup>
</Project>