Skip to content

Commit

Permalink
Updating Azure.Core and Extension dependencies to the latest (#2638)
Browse files Browse the repository at this point in the history
  • Loading branch information
surgupta-msft authored Aug 1, 2024
1 parent 5b1dbdb commit f92cb25
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 29 deletions.
4 changes: 2 additions & 2 deletions extensions/Worker.Extensions.EventGrid/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.EventGrid <version>
### Microsoft.Azure.Functions.Worker.Extensions.EventGrid 3.4.2

- <entry>
- Updated `Microsoft.Azure.WebJobs.Extensions.EventGrid` reference to 3.4.2
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
using System.Runtime.CompilerServices;
using Microsoft.Azure.Functions.Worker.Extensions.Abstractions;

[assembly: ExtensionInformation("Microsoft.Azure.WebJobs.Extensions.EventGrid", "3.3.1")]
[assembly: ExtensionInformation("Microsoft.Azure.WebJobs.Extensions.EventGrid", "3.4.2")]
[assembly: InternalsVisibleTo("Microsoft.Azure.Functions.Worker.Extensions.Tests, PublicKey=00240000048000009400000006020000002400005253413100040000010001005148be37ac1d9f58bd40a2e472c9d380d635b6048278f7d47480b08c928858f0f7fe17a6e4ce98da0e7a7f0b8c308aecd9e9b02d7e9680a5b5b75ac7773cec096fbbc64aebd429e77cb5f89a569a79b28e9c76426783f624b6b70327eb37341eb498a2c3918af97c4860db6cdca4732787150841e395a29cfacb959c1fd971c1")]
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Description>Azure Event Grid extensions for .NET isolated functions</Description>

<!--Version information-->
<VersionPrefix>3.4.1</VersionPrefix>
<VersionPrefix>3.4.2</VersionPrefix>

<!--Temporarily opting out of documentation. Pending documentation-->
<GenerateDocumentationFile>false</GenerateDocumentationFile>
Expand Down
5 changes: 2 additions & 3 deletions extensions/Worker.Extensions.ServiceBus/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
- My change description (#PR/#issue)
-->

### Microsoft.Azure.Functions.Worker.Extensions.ServiceBus 5.20.0
### Microsoft.Azure.Functions.Worker.Extensions.ServiceBus 5.20.1

- Updated dependencies
- Updated WebJobs extension reference to 5.16.1
- Updated `Microsoft.Azure.WebJobs.Extensions.ServiceBus` reference to 5.16.2
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
using System.Runtime.CompilerServices;
using Microsoft.Azure.Functions.Worker.Extensions.Abstractions;

[assembly: ExtensionInformation("Microsoft.Azure.WebJobs.Extensions.ServiceBus", "5.16.1")]
[assembly: ExtensionInformation("Microsoft.Azure.WebJobs.Extensions.ServiceBus", "5.16.2")]
[assembly: InternalsVisibleTo("Microsoft.Azure.Functions.Worker.Extensions.Tests, PublicKey=00240000048000009400000006020000002400005253413100040000010001005148be37ac1d9f58bd40a2e472c9d380d635b6048278f7d47480b08c928858f0f7fe17a6e4ce98da0e7a7f0b8c308aecd9e9b02d7e9680a5b5b75ac7773cec096fbbc64aebd429e77cb5f89a569a79b28e9c76426783f624b6b70327eb37341eb498a2c3918af97c4860db6cdca4732787150841e395a29cfacb959c1fd971c1")]
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Description>Azure Service Bus extensions for .NET isolated functions</Description>

<!--Version information-->
<VersionPrefix>5.20.0</VersionPrefix>
<VersionPrefix>5.20.1</VersionPrefix>

<!--Temporarily opting out of documentation. Pending documentation-->
<GenerateDocumentationFile>false</GenerateDocumentationFile>
Expand Down
21 changes: 8 additions & 13 deletions release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,16 @@
- My change description (#PR/#issue)
-->

### Microsoft.Azure.Functions.Worker (metapackage) 1.21.0
### Microsoft.Azure.Functions.Worker (metapackage) 1.23.0

- Updating `Microsoft.Azure.Functions.Worker.Core` to 1.17.0
- Updating `Microsoft.Azure.Functions.Worker.Grpc` to 1.16.0
- Updating `Azure.Core` to 1.37.0
- Updating `Microsoft.Azure.Functions.Worker.Core` to 1.19.0
- Updating `Microsoft.Azure.Functions.Worker.Grpc` to 1.17.0
- Updating `Azure.Core` to 1.41.0

### Microsoft.Azure.Functions.Worker.Core 1.17.0
### Microsoft.Azure.Functions.Worker.Core 1.19.0

- Updating `Azure.Core` to 1.37.0
- Updating `System.Text.Encodings.Web` for `netstandard2.0`
- Updating `Azure.Core` to 1.41.0

### Microsoft.Azure.Functions.Worker.Grpc 1.16.0
### Microsoft.Azure.Functions.Worker.Grpc 1.17.0

- Updating `Azure.Core` to 1.37.0
- Updating `Google.Protobuf` to 3.25.2
- Updating `Grpc.Net.Client` to 2.60.0
- Updating `Grpc.Net.ClientFactory` to 2.60.0
- Updating `Grpc.Core` to 2.46.6 (netstandard2.0 only)
- Updating `Azure.Core` to 1.41.0
4 changes: 2 additions & 2 deletions src/DotNetWorker.Core/DotNetWorker.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<AssemblyName>Microsoft.Azure.Functions.Worker.Core</AssemblyName>
<RootNamespace>Microsoft.Azure.Functions.Worker.Core</RootNamespace>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<MinorProductVersion>18</MinorProductVersion>
<MinorProductVersion>19</MinorProductVersion>
<PatchProductVersion>0</PatchProductVersion>
<VersionSuffix></VersionSuffix>
</PropertyGroup>
Expand All @@ -21,7 +21,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Azure.Core" Version="1.37.0" />
<PackageReference Include="Azure.Core" Version="1.41.0" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="5.0.0" />
<PackageReference Include="System.Collections.Immutable" Version="5.0.0" />
Expand Down
4 changes: 2 additions & 2 deletions src/DotNetWorker.Grpc/DotNetWorker.Grpc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<AssemblyName>Microsoft.Azure.Functions.Worker.Grpc</AssemblyName>
<RootNamespace>Microsoft.Azure.Functions.Worker.Grpc</RootNamespace>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<MinorProductVersion>16</MinorProductVersion>
<MinorProductVersion>17</MinorProductVersion>
<PatchProductVersion>0</PatchProductVersion>
<VersionSuffix></VersionSuffix>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
Expand All @@ -21,7 +21,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Azure.Core" Version="1.37.0" />
<PackageReference Include="Azure.Core" Version="1.41.0" />
<PackageReference Include="Google.Protobuf" Version="3.25.2" />
<PackageReference Include="Grpc.Tools" Version="2.60.0">
<PrivateAssets>all</PrivateAssets>
Expand Down
4 changes: 2 additions & 2 deletions src/DotNetWorker/DotNetWorker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
<AssemblyName>Microsoft.Azure.Functions.Worker</AssemblyName>
<RootNamespace>Microsoft.Azure.Functions.Worker</RootNamespace>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<MinorProductVersion>22</MinorProductVersion>
<MinorProductVersion>23</MinorProductVersion>
<PatchProductVersion>0</PatchProductVersion>
<VersionSuffix></VersionSuffix>
</PropertyGroup>

<Import Project="..\..\build\Common.props" />

<ItemGroup>
<PackageReference Include="Azure.Core" Version="1.37.0" />
<PackageReference Include="Azure.Core" Version="1.41.0" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="5.0.0" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion test/E2ETests/E2EApps/E2EApp/E2EApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
<PackageReference Include="Microsoft.AspNetCore.WebUtilities" Version="8.0.1" Condition="'$(TargetFramework)' != 'net48'" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="1.16.4" />
<PackageReference Condition="$(TestBuild) == 'true'" Include="Microsoft.Azure.Functions.Worker" Version="1.19.0" />
<PackageReference Include="System.Text.Json" Version="8.0.1" />
<PackageReference Include="System.Text.Json" Version="8.0.4" />
</ItemGroup>
</Project>

0 comments on commit f92cb25

Please sign in to comment.