Skip to content

Commit

Permalink
Updated nuget's minor version and reset release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
azfuncgh authored and yojagad committed Nov 20, 2020
1 parent ce71a58 commit 4f5d710
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions release_notes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
### Release notes

- Made prefetchCount configurable and fixed ACK logic.
- Fixed RabbitMQ data type conversions for out-of-proc languages.
- [**Breaking change**] Removed ability to create non-existent queue. Queues need to be created outside the context of the extension.
- Other fixes around warnings, builds, etc.
4 changes: 2 additions & 2 deletions src/WebJobs.Extensions.RabbitMQ.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
Expand All @@ -9,7 +9,7 @@
<SignAssembly>false</SignAssembly>
<AssemblyOriginatorKeyFile>PublicKey.snk</AssemblyOriginatorKeyFile>
<DelaySign>true</DelaySign>
<Version>1.0.0-beta</Version>
<Version>1.1.0-beta</Version>
<PackageId>Microsoft.Azure.WebJobs.Extensions.RabbitMQ</PackageId>
<Authors>Microsoft</Authors>
<Product>Azure WebJobs RabbitMQ Extension</Product>
Expand Down

0 comments on commit 4f5d710

Please sign in to comment.