Skip to content

Commit

Permalink
Update Google.Protobuf.Tools to version 3.19.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Francisco-Gamino committed Feb 11, 2022
1 parent ccb323a commit bcbd022
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Microsoft.Azure.Functions.PowerShellWorker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Licensed under the MIT license. See LICENSE file in the project root for full li
<PackageReference Include="Grpc.Core" Version="2.27.0" />
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.2.1" />
<PackageReference Include="CommandLineParser" Version="2.3.0" />
<PackageReference Include="Google.Protobuf" Version="3.11.4" />
<PackageReference Include="Google.Protobuf" Version="3.19.4" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion tools/helper.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ $DotnetSDKVersionRequirements = @{
}

$GrpcToolsVersion = '2.43.0' # grpc.tools
$GoogleProtobufToolsVersion = '3.11.4' # google.protobuf.tools
$GoogleProtobufToolsVersion = '3.19.4' # google.protobuf.tools

function Find-Dotnet
{
Expand Down
2 changes: 1 addition & 1 deletion tools/protobuf.tools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Licensed under the MIT license. See LICENSE file in the project root for full li

<ItemGroup>
<PackageReference Include="Grpc.Tools" Version="2.43.0" />
<PackageReference Include="Google.Protobuf.Tools" Version="3.11.4" />
<PackageReference Include="Google.Protobuf.Tools" Version="3.19.4" />
</ItemGroup>

</Project>

0 comments on commit bcbd022

Please sign in to comment.