Skip to content

Commit 06c9979

Browse files
authored
chore: add csharp_namespace to vpn.proto (coder#15634)
1 parent 8afb10e commit 06c9979

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

vpn/vpn.pb.go

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vpn/vpn.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
syntax = "proto3";
22
option go_package = "github.com/coder/coder/v2/vpn";
3+
option csharp_namespace = "Coder.Desktop.Vpn.Proto";
34

45
import "google/protobuf/timestamp.proto";
56

0 commit comments

Comments
 (0)