Skip to content

Commit 45a4770

Browse files
zhangskzcopybara-github
authored andcommitted
Add news about dropping C# NuGet package author signing for Protobuf.
This change adds a news page for June 16, 2026, announcing that Google will no longer author-sign the Google.Protobuf NuGet packages. The index page is updated to include a link to this new announcement. PiperOrigin-RevId: 934361122
1 parent 8e9ff00 commit 45a4770

2 files changed

Lines changed: 24 additions & 0 deletions

File tree

content/news/2026-06-16.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
+++
2+
title = "Changes Announced on June 16, 2026"
3+
linkTitle = "June 16, 2026"
4+
toc_hide = "true"
5+
description = "Changes announced for Protocol Buffers on June 16, 2026."
6+
type = "docs"
7+
+++
8+
9+
## Dropping C# NuGet package author signing
10+
11+
We will be dropping C# author signing for our NuGet packages (`Google.Protobuf`
12+
and `Google.Protobuf.Tools`) in future releases.
13+
14+
Previously, we used a Google-owned certificate to author-sign NuGet packages.
15+
NuGet packages will no longer contain a Google author signature. They will
16+
continue to be repository-signed by nuget.org upon upload.
17+
18+
Note that individual DLLs inside the package will remain signed. This change
19+
only affects the signature of the NuGet package container itself.
20+
21+
This change aligns with similar signing changes being made to the gRPC NuGet
22+
packages.

content/news/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ New news topics will also be published to the
2020
The following news topics provide information in the reverse order in which it
2121
was released.
2222

23+
* [June 16, 2026](/news/2026-06-16) - Dropping C# NuGet
24+
package author signing
2325
* [May 18, 2026](/news/2026-05-18) - Dropping support
2426
for older versions of Dotnet
2527
* [March 13, 2026](/news/2026-03-13) - Breaking changes

0 commit comments

Comments
 (0)