Skip to content

Commit

Permalink
CosmosDb webjobs extension update (#2944)
Browse files Browse the repository at this point in the history
  • Loading branch information
surgupta-msft authored Jan 30, 2025
1 parent 19acb76 commit cc39fcf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions extensions/Worker.Extensions.CosmosDB/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
- My change description (#PR/#issue)
-->

### Microsoft.Azure.Functions.Worker.Extensions.CosmosDB <version>
### Microsoft.Azure.Functions.Worker.Extensions.CosmosDB 4.12.0

- <entry>
- Updated `Microsoft.Azure.WebJobs.Extensions.CosmosDB` reference to 4.9.0
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Description>Azure Cosmos DB extensions for .NET isolated functions</Description>

<!--Version information-->
<VersionPrefix>4.11.0</VersionPrefix>
<VersionPrefix>4.12.0</VersionPrefix>

<!--Temporarily opting out of documentation. Pending documentation-->
<GenerateDocumentationFile>false</GenerateDocumentationFile>
Expand All @@ -31,7 +31,7 @@
</ItemGroup>

<ItemGroup>
<WebJobsExtension Include="Microsoft.Azure.WebJobs.Extensions.CosmosDB" Version="4.8.0" />
<WebJobsExtension Include="Microsoft.Azure.WebJobs.Extensions.CosmosDB" Version="4.9.0" />
</ItemGroup>

</Project>

0 comments on commit cc39fcf

Please sign in to comment.