Skip to content

Commit

Permalink
Release Google.Api.CommonProtos version 2.12.0
Browse files Browse the repository at this point in the history
Changes since 2.11.0:

- The package contains the original protos, in contents/protos.
  Build targets in the package set the `GoogleApiCommonProtos_ProtosPath`
  msbuild property, and if `IncludeGoogleApiCommonProtos` is set to
  the value `true` in the project, the `Protobuf_StandardImportsPath`
  property is updated to include it before the `Protobuf_BeforeCompile`
  target is executed. (This should make the package easier to work with
  from Grpc.Tools.)
  • Loading branch information
jskeet committed Oct 11, 2023
1 parent 4eb8a70 commit 3a37991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Google.Api.CommonProtos/Google.Api.CommonProtos.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Import Project="..\CommonProperties.xml" />

<PropertyGroup>
<Version>2.11.0</Version>
<Version>2.12.0</Version>
<TargetFrameworks>netstandard2.0;net461</TargetFrameworks>
</PropertyGroup>

Expand Down

0 comments on commit 3a37991

Please sign in to comment.