File tree 1 file changed +4
-4
lines changed
src/Azure.Functions.Cli/Common
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -106,19 +106,19 @@ public static class StaticResourcesNames
106
106
{ "activitytrigger" ,
107
107
new ExtensionPackage ( ) {
108
108
Name = "Microsoft.Azure.WebJobs.Extensions.DurableTask" ,
109
- Version = "1.2.2-beta3 " } } ,
109
+ Version = "1.5.0 " } } ,
110
110
{ "orchestrationtrigger" ,
111
111
new ExtensionPackage ( ) {
112
112
Name = "Microsoft.Azure.WebJobs.Extensions.DurableTask" ,
113
- Version = "1.2.2-beta3 " } } ,
113
+ Version = "1.5.0 " } } ,
114
114
{ "orchestrationclient" ,
115
115
new ExtensionPackage ( ) {
116
116
Name = "Microsoft.Azure.WebJobs.Extensions.DurableTask" ,
117
- Version = "1.2.2-beta3 " } } ,
117
+ Version = "1.5.0 " } } ,
118
118
{ "eventgridtrigger" ,
119
119
new ExtensionPackage ( ) {
120
120
Name = "Microsoft.Azure.WebJobs.Extensions.EventGrid" ,
121
- Version = "2.0.0-beta1 " } } ,
121
+ Version = "2.0.0-beta2 " } } ,
122
122
{ "cosmosdbtrigger" ,
123
123
new ExtensionPackage ( ) {
124
124
Name = "Microsoft.Azure.WebJobs.Extensions.CosmosDB" ,
You can’t perform that action at this time.
0 commit comments