Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

sign main assembly #16

Merged
merged 1 commit into from
Jul 8, 2019
Merged

sign main assembly #16

merged 1 commit into from
Jul 8, 2019

Conversation

mhowlett
Copy link

@mhowlett mhowlett commented Jul 3, 2019

if we are to sign Confluent.SchemaRegistry and Confluent.SchemaRegistry.Serdes, all their dependencies must be signed.

i'm aware there are white-space changes.

@mhowlett mhowlett requested a review from edenhill July 3, 2019 22:38
@mhowlett
Copy link
Author

mhowlett commented Jul 3, 2019

Copy link

@edenhill edenhill left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, if snk is ok.

<TargetFrameworks>net452;netstandard2.0</TargetFrameworks>
<SignAssembly>true</SignAssembly>
<DelaySign>false</DelaySign>
<AssemblyOriginatorKeyFile>Confluent.Apache.Avro.snk</AssemblyOriginatorKeyFile>
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this the public key?
Just want to make sure we don't include the private signing key in the repo.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants