Skip to content

Commit 65e1bcf

Browse files
authored
pulling in Timer fix (#10535)
1 parent 752522d commit 65e1bcf

File tree

2 files changed

+25
-31
lines changed

2 files changed

+25
-31
lines changed

src/WebJobs.Script/WebJobs.Script.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.4" Version="4.0.4021" />
6565
<!-- /Workers -->
6666

67-
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions" Version="5.0.0-beta.2-10879" />
67+
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions" Version="5.1.0-12067" />
6868
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Http" Version="3.2.0" />
6969
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Timers.Storage" Version="1.0.0-beta.1" />
7070
<PackageReference Include="Microsoft.Azure.WebJobs.Script.Abstractions" Version="1.0.4-preview" />

test/WebJobs.Script.Tests/Microsoft.Azure.WebJobs.Script.WebHost.deps.json

Lines changed: 24 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -925,15 +925,15 @@
925925
}
926926
}
927927
},
928-
"Microsoft.Azure.WebJobs.Extensions/5.0.0-beta.2-10879": {
928+
"Microsoft.Azure.WebJobs.Extensions/5.1.0-12067": {
929929
"dependencies": {
930930
"Microsoft.Azure.WebJobs": "3.0.41",
931-
"NCrontab.Signed": "3.3.2"
931+
"NCrontab.Signed": "3.3.3"
932932
},
933933
"runtime": {
934934
"lib/netstandard2.0/Microsoft.Azure.WebJobs.Extensions.dll": {
935-
"assemblyVersion": "5.0.0.0",
936-
"fileVersion": "5.0.0.0"
935+
"assemblyVersion": "5.1.0.0",
936+
"fileVersion": "5.1.0.0"
937937
}
938938
}
939939
},
@@ -956,7 +956,7 @@
956956
"Microsoft.Azure.WebJobs.Extensions.Timers.Storage/1.0.0-beta.1": {
957957
"dependencies": {
958958
"Azure.Storage.Blobs": "12.19.1",
959-
"Microsoft.Azure.WebJobs.Extensions": "5.0.0-beta.2-10879",
959+
"Microsoft.Azure.WebJobs.Extensions": "5.1.0-12067",
960960
"Microsoft.Azure.WebJobs.Host.Storage": "5.0.1"
961961
},
962962
"runtime": {
@@ -1028,7 +1028,7 @@
10281028
"runtime": {
10291029
"lib/netstandard2.0/Microsoft.Azure.WebJobs.Script.Abstractions.dll": {
10301030
"assemblyVersion": "1.0.0.0",
1031-
"fileVersion": "1.0.21962.0"
1031+
"fileVersion": "1.0.22000.0"
10321032
}
10331033
}
10341034
},
@@ -1764,11 +1764,11 @@
17641764
}
17651765
}
17661766
},
1767-
"NCrontab.Signed/3.3.2": {
1767+
"NCrontab.Signed/3.3.3": {
17681768
"runtime": {
17691769
"lib/netstandard2.0/NCrontab.Signed.dll": {
1770-
"assemblyVersion": "3.3.2.0",
1771-
"fileVersion": "3.3.2.0"
1770+
"assemblyVersion": "3.3.3.0",
1771+
"fileVersion": "3.3.3.0"
17721772
}
17731773
}
17741774
},
@@ -2892,7 +2892,7 @@
28922892
"Microsoft.Azure.Functions.PowerShellWorker.PS7.2": "4.0.4020",
28932893
"Microsoft.Azure.Functions.PowerShellWorker.PS7.4": "4.0.4021",
28942894
"Microsoft.Azure.WebJobs": "3.0.41",
2895-
"Microsoft.Azure.WebJobs.Extensions": "5.0.0-beta.2-10879",
2895+
"Microsoft.Azure.WebJobs.Extensions": "5.1.0-12067",
28962896
"Microsoft.Azure.WebJobs.Extensions.Http": "3.2.0",
28972897
"Microsoft.Azure.WebJobs.Extensions.Timers.Storage": "1.0.0-beta.1",
28982898
"Microsoft.Azure.WebJobs.Host.Storage": "5.0.1",
@@ -2924,10 +2924,7 @@
29242924
"System.Text.RegularExpressions": "4.3.1"
29252925
},
29262926
"runtime": {
2927-
"Microsoft.Azure.WebJobs.Script.dll": {
2928-
"assemblyVersion": "4.1036.2",
2929-
"fileVersion": ""
2930-
}
2927+
"Microsoft.Azure.WebJobs.Script.dll": {}
29312928
}
29322929
},
29332930
"Microsoft.Azure.WebJobs.Script.Grpc/4.1036.2": {
@@ -2945,25 +2942,22 @@
29452942
"Yarp.ReverseProxy": "2.0.1"
29462943
},
29472944
"runtime": {
2948-
"Microsoft.Azure.WebJobs.Script.Grpc.dll": {
2949-
"assemblyVersion": "4.1036.2",
2950-
"fileVersion": ""
2951-
}
2945+
"Microsoft.Azure.WebJobs.Script.Grpc.dll": {}
29522946
}
29532947
},
29542948
"Microsoft.Azure.WebJobs.Script.Reference/4.1036.0.0": {
29552949
"runtime": {
29562950
"Microsoft.Azure.WebJobs.Script.dll": {
29572951
"assemblyVersion": "4.1036.0.0",
2958-
"fileVersion": "4.1036.2.0"
2952+
"fileVersion": "4.1036.2.43"
29592953
}
29602954
}
29612955
},
29622956
"Microsoft.Azure.WebJobs.Script.Grpc.Reference/4.1036.0.0": {
29632957
"runtime": {
29642958
"Microsoft.Azure.WebJobs.Script.Grpc.dll": {
29652959
"assemblyVersion": "4.1036.0.0",
2966-
"fileVersion": "4.1036.2.0"
2960+
"fileVersion": "4.1036.2.43"
29672961
}
29682962
}
29692963
}
@@ -3619,12 +3613,12 @@
36193613
"path": "microsoft.azure.webjobs.core/3.0.41",
36203614
"hashPath": "microsoft.azure.webjobs.core.3.0.41.nupkg.sha512"
36213615
},
3622-
"Microsoft.Azure.WebJobs.Extensions/5.0.0-beta.2-10879": {
3616+
"Microsoft.Azure.WebJobs.Extensions/5.1.0-12067": {
36233617
"type": "package",
36243618
"serviceable": true,
3625-
"sha512": "sha512-oaGjQ3qTaLAo/f+J3hPY3IKmn7tXPYlx0cTmxmIfvSdxI2qncwClNe1ya9j9zv7+loPGsS2hjhjgOSSZLkKb9Q==",
3626-
"path": "microsoft.azure.webjobs.extensions/5.0.0-beta.2-10879",
3627-
"hashPath": "microsoft.azure.webjobs.extensions.5.0.0-beta.2-10879.nupkg.sha512"
3619+
"sha512": "sha512-OQSN8ixu1B6O6odoKUV+kvHt/0fiFSK9KD+OBHB/mFI/tA1+oASySIGRtxcBAk02O+qSF6IztktFzvj0CECWgw==",
3620+
"path": "microsoft.azure.webjobs.extensions/5.1.0-12067",
3621+
"hashPath": "microsoft.azure.webjobs.extensions.5.1.0-12067.nupkg.sha512"
36283622
},
36293623
"Microsoft.Azure.WebJobs.Extensions.Http/3.2.0": {
36303624
"type": "package",
@@ -3643,7 +3637,7 @@
36433637
"Microsoft.Azure.WebJobs.Host.Storage/5.0.1": {
36443638
"type": "package",
36453639
"serviceable": true,
3646-
"sha512": "sha512-5fF88jDYdxUs4EdYZw3MqK7ghG4mZ5MsCt8MhKk38CiTK90VmoWtXbBYURohil+WJ8vB/i0UwQGg64y6TdvliA==",
3640+
"sha512": "sha512-eO/sX41oaGkDiXHpT7y/F1F5Wvzm7e1QqFmd4GGMJOMdLOHGvwOvZR82AfR7rjvpqQZWyKjRHqxAVcntq+ZYwQ==",
36473641
"path": "microsoft.azure.webjobs.host.storage/5.0.1",
36483642
"hashPath": "microsoft.azure.webjobs.host.storage.5.0.1.nupkg.sha512"
36493643
},
@@ -3664,7 +3658,7 @@
36643658
"Microsoft.Azure.WebJobs.Script.Abstractions/1.0.4-preview": {
36653659
"type": "package",
36663660
"serviceable": true,
3667-
"sha512": "sha512-6yQIbQWV+Js168FJFPu0aIdwaVl6IkaIqZOuq9RT/8QgNFjIiHYE6w/bJjTDWzf4FccVgbYAz9nXWXd5u45OEg==",
3661+
"sha512": "sha512-U/aVn/i0P9MdPsca9TrLmTlKuGOJ8okTdifrBeNviwd80Xbv/+dIM/GGReQXaVVtUM5/SlbUHRAhvA9w0yuEyA==",
36683662
"path": "microsoft.azure.webjobs.script.abstractions/1.0.4-preview",
36693663
"hashPath": "microsoft.azure.webjobs.script.abstractions.1.0.4-preview.nupkg.sha512"
36703664
},
@@ -4074,12 +4068,12 @@
40744068
"path": "mono.posix.netstandard/1.0.0",
40754069
"hashPath": "mono.posix.netstandard.1.0.0.nupkg.sha512"
40764070
},
4077-
"NCrontab.Signed/3.3.2": {
4071+
"NCrontab.Signed/3.3.3": {
40784072
"type": "package",
40794073
"serviceable": true,
4080-
"sha512": "sha512-Ef9nJs/iIkM3hAcAEDD5dZy0cDFfmmPlhRAt/IPYcsWdMUHZ6MQLuqv5oA6TZrpvO6Sj8lq/B5njbJUMnxedLg==",
4081-
"path": "ncrontab.signed/3.3.2",
4082-
"hashPath": "ncrontab.signed.3.3.2.nupkg.sha512"
4074+
"sha512": "sha512-YzLZyFiovVnAvvsTDnQygC82KhQyJIMsBspTYvHaK4Fp73UgUCni05mIQgOMZIZDlnO8Mg9fcNi5fpDArgQO4A==",
4075+
"path": "ncrontab.signed/3.3.3",
4076+
"hashPath": "ncrontab.signed.3.3.3.nupkg.sha512"
40834077
},
40844078
"NETStandard.Library/2.0.1": {
40854079
"type": "package",

0 commit comments

Comments
 (0)