Skip to content

Commit

Permalink
Publish RockLib.Messaging.SQS 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NeilSchiefer committed Mar 22, 2022
1 parent 6e8b46e commit dd3f1a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion RockLib.Messaging.SQS/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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.1 - 2022-03-21
## 3.0.1 - 2022-03-22

#### Fixed
- Updated AWSSDK.SQS dependency version due to recent [bug](https://github.com/aws/aws-sdk-net/issues/1992)
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 @@ -8,12 +8,12 @@
<PackageId>RockLib.Messaging.SQS</PackageId>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
<PackageProjectUrl>https://github.com/RockLib/RockLib.Messaging</PackageProjectUrl>
<PackageVersion>3.0.0</PackageVersion>
<PackageVersion>3.0.1</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>3.0.0</Version>
<Version>3.0.1</Version>
</PropertyGroup>

<PropertyGroup>
Expand All @@ -38,4 +38,4 @@
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="RockLib.Messaging" Version="3.0.0" />
</ItemGroup>
</Project>
</Project>

0 comments on commit dd3f1a1

Please sign in to comment.