Skip to content

Commit

Permalink
Bump Microsoft.Azure.Functions.Worker.Extensions.Timer from 4.3.0 to …
Browse files Browse the repository at this point in the history
…4.3.1 (#1090)

* Bump Microsoft.Azure.Functions.Worker.Extensions.Timer

Bumps [Microsoft.Azure.Functions.Worker.Extensions.Timer](https://github.com/Azure/azure-functions-dotnet-worker) from 4.3.0 to 4.3.1.
- [Release notes](https://github.com/Azure/azure-functions-dotnet-worker/releases)
- [Changelog](https://github.com/Azure/azure-functions-dotnet-worker/blob/main/release_notes.md)
- [Commits](Azure/azure-functions-dotnet-worker@timer-4.3.0...timer-4.3.1)

---
updated-dependencies:
- dependency-name: Microsoft.Azure.Functions.Worker.Extensions.Timer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* dotnet restore

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: MaddyDev <madhu.koripalli@gmail.com>
  • Loading branch information
dependabot[bot] and MaddyDev authored Jun 14, 2024
1 parent 160d9d6 commit 8017275
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<PackageVersion Include="Microsoft.Azure.Functions.Worker.Sdk" Version="1.17.2" />
<PackageVersion Include="Microsoft.Azure.Functions.Worker.Extensions.Abstractions" Version="1.3.0" />
<PackageVersion Include="Microsoft.Azure.Functions.Worker.Extensions.Http" Version="3.2.0" />
<PackageVersion Include="Microsoft.Azure.Functions.Worker.Extensions.Timer" Version="4.3.0" />
<PackageVersion Include="Microsoft.Azure.Functions.Worker.Extensions.Timer" Version="4.3.1" />
<PackageVersion Include="Microsoft.Azure.Functions.Worker.Extensions.Storage.Queues" Version="5.4.0" />
<PackageVersion Include="Microsoft.Azure.WebJobs" Version="3.0.39" />
<PackageVersion Include="Microsoft.Azure.WebJobs.Script.ExtensionsMetadataGenerator" Version="4.0.1" />
Expand Down
7 changes: 4 additions & 3 deletions samples/samples-outofproc/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,11 @@
},
"Microsoft.Azure.Functions.Worker.Extensions.Timer": {
"type": "Direct",
"requested": "[4.3.0, )",
"resolved": "4.3.0",
"contentHash": "jEMKTn43Zwd7iONxtS+xNNkUuX1XbSDe/Ha0AoutMf7N9PdjxQ8T0YVJrN/F8fHHcOqcw3ucxa9QGqrTslCPqQ==",
"requested": "[4.3.1, )",
"resolved": "4.3.1",
"contentHash": "uNKWSuelJi2SG2e6Dc+s7l3yBkXZCkYnF/OcssXlONY+vM+AP+rm/wPR7iJ5xeDgOp5sOCKHEu5XYsbhZsfCRg==",
"dependencies": {
"Microsoft.Azure.Functions.Worker.Core": "1.18.0",
"Microsoft.Azure.Functions.Worker.Extensions.Abstractions": "1.3.0"
}
},
Expand Down

0 comments on commit 8017275

Please sign in to comment.