Skip to content

Commit

Permalink
Properly change DF Extension ref to 2.7.1 (#1205)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmrdavid authored May 11, 2022
1 parent 5aca589 commit 49399df
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Functions.Templates/Bindings/bindings.json
Original file line number Diff line number Diff line change
Expand Up @@ -1385,7 +1385,7 @@
"enabledInTryMode": false,
"documentation": "$content=Documentation\\activityTrigger.md",
"extension": {
"id": "Microsoft.Azure.WebJobs.Extensions.DurableTask", "version": "2.7.0"
"id": "Microsoft.Azure.WebJobs.Extensions.DurableTask", "version": "2.7.1"
},
"settings": [
{
Expand Down Expand Up @@ -1418,7 +1418,7 @@
"enabledInTryMode": false,
"documentation": "$content=Documentation\\orchestrationTrigger.md",
"extension": {
"id": "Microsoft.Azure.WebJobs.Extensions.DurableTask", "version": "2.7.0"
"id": "Microsoft.Azure.WebJobs.Extensions.DurableTask", "version": "2.7.1"
},
"settings": [
{
Expand Down Expand Up @@ -1451,7 +1451,7 @@
"enabledInTryMode": false,
"documentation": "$content=Documentation\\entityTrigger.md",
"extension": {
"id": "Microsoft.Azure.WebJobs.Extensions.DurableTask", "version": "2.7.0"
"id": "Microsoft.Azure.WebJobs.Extensions.DurableTask", "version": "2.7.1"
},
"settings": [
{
Expand Down Expand Up @@ -1484,7 +1484,7 @@
"enabledInTryMode": false,
"documentation": "$content=Documentation\\orchestrationClientIn.md",
"extension": {
"id": "Microsoft.Azure.WebJobs.Extensions.DurableTask", "version": "2.7.0"
"id": "Microsoft.Azure.WebJobs.Extensions.DurableTask", "version": "2.7.1"
},
"settings": [
{
Expand All @@ -1510,7 +1510,7 @@
"enabledInTryMode": false,
"documentation": "$content=Documentation\\orchestrationClientIn.md",
"extension": {
"id": "Microsoft.Azure.WebJobs.Extensions.DurableTask", "version": "2.7.0"
"id": "Microsoft.Azure.WebJobs.Extensions.DurableTask", "version": "2.7.1"
},
"settings": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"args": {
"referenceType": "package",
"reference": "Microsoft.Azure.WebJobs.Extensions.DurableTask",
"version": "2.7.0",
"version": "2.7.1",
"projectFileExtensions": ".csproj"
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"ManualInstructions": [],
"args": {
"referenceType": "package",
"reference": "Microsoft.Azure.WebJobs.Extensions.DurableTask", "version": "2.6.1",
"reference": "Microsoft.Azure.WebJobs.Extensions.DurableTask", "version": "2.7.1",
"projectFileExtensions": ".csproj"
}
},
Expand Down

0 comments on commit 49399df

Please sign in to comment.