Skip to content

Commit

Permalink
sqs 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Atchison, Alexis committed May 17, 2024
1 parent ce528eb commit 32e72d2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
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).

## 4.1.0 - 2024-05-17

#### Changed
- Bumping version number because 3.0.0 was already published to NuGet but had been unlisted.

## 4.0.0 - 2024-05-17

#### Changed
Expand Down
4 changes: 2 additions & 2 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>4.0.0</PackageVersion>
<PackageVersion>4.1.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>4.0.0</Version>
<Version>4.1.0</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Release'">
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
Expand Down

0 comments on commit 32e72d2

Please sign in to comment.