Skip to content

Commit

Permalink
Updated version of RabbitMQ from 1.0.0-beta to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yojagad committed Feb 18, 2021
1 parent afeee51 commit bd1310c
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Functions.Templates/Bindings/bindings.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"enabledInTryMode": true,
"documentation": "$content=Documentation\\rabbitMQTrigger.md",
"extension": {
"id": "Microsoft.Azure.WebJobs.Extensions.RabbitMQ", "version": "1.0.0-beta"
"id": "Microsoft.Azure.WebJobs.Extensions.RabbitMQ", "version": "1.0.0"
},
"settings": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"ManualInstructions": [],
"args": {
"referenceType": "package",
"reference": "Microsoft.Azure.WebJobs.Extensions.RabbitMQ", "version": "1.0.0-beta",
"reference": "Microsoft.Azure.WebJobs.Extensions.RabbitMQ", "version": "1.0.0",
"projectFileExtensions": ".csproj"
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"extensions": [
{
"id": "Microsoft.Azure.WebJobs.Extensions.RabbitMQ", "version": "1.0.0-beta"
"id": "Microsoft.Azure.WebJobs.Extensions.RabbitMQ", "version": "1.0.0"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"extensions": [
{
"id": "Microsoft.Azure.WebJobs.Extensions.RabbitMQ",
"version": "1.0.0-beta"
"version": "1.0.0"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"extensions": [
{
"id": "Microsoft.Azure.WebJobs.Extensions.RabbitMQ",
"version": "1.0.0-beta"
"version": "1.0.0"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"extensions": [
{
"id": "Microsoft.Azure.WebJobs.Extensions.RabbitMQ",
"version": "1.0.0-beta"
"version": "1.0.0"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"extensions": [
{
"id": "Microsoft.Azure.WebJobs.Extensions.RabbitMQ",
"version": "1.0.0-beta"
"version": "1.0.0"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"extensions": [
{
"id": "Microsoft.Azure.WebJobs.Extensions.RabbitMQ",
"version": "1.0.0-beta"
"version": "1.0.0"
}
]
}

0 comments on commit bd1310c

Please sign in to comment.