Skip to content

Commit 4f5d710

Browse files
azfuncghyojagad
authored andcommitted
Updated nuget's minor version and reset release notes
1 parent ce71a58 commit 4f5d710

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

release_notes.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1 @@
11
### Release notes
2-
3-
- Made prefetchCount configurable and fixed ACK logic.
4-
- Fixed RabbitMQ data type conversions for out-of-proc languages.
5-
- [**Breaking change**] Removed ability to create non-existent queue. Queues need to be created outside the context of the extension.
6-
- Other fixes around warnings, builds, etc.

src/WebJobs.Extensions.RabbitMQ.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
@@ -9,7 +9,7 @@
99
<SignAssembly>false</SignAssembly>
1010
<AssemblyOriginatorKeyFile>PublicKey.snk</AssemblyOriginatorKeyFile>
1111
<DelaySign>true</DelaySign>
12-
<Version>1.0.0-beta</Version>
12+
<Version>1.1.0-beta</Version>
1313
<PackageId>Microsoft.Azure.WebJobs.Extensions.RabbitMQ</PackageId>
1414
<Authors>Microsoft</Authors>
1515
<Product>Azure WebJobs RabbitMQ Extension</Product>

0 commit comments

Comments
 (0)