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

Commit

Permalink
Merge pull request #16 from confluentinc/sign
Browse files Browse the repository at this point in the history
sign main assembly
  • Loading branch information
mhowlett authored Jul 8, 2019
2 parents cf1cc37 + e01cbd5 commit dae421c
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 12 deletions.
4 changes: 2 additions & 2 deletions lang/csharp/src/apache/codegen/Avro.codegen.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!--
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
Expand All @@ -25,7 +25,7 @@
<PackageId>Confluent.Apache.Avro.AvroGen</PackageId>
<Title>Confluent.Apache.Avro.AvroGen</Title>
<AssemblyName>avrogen</AssemblyName>
<VersionPrefix>1.7.7.6</VersionPrefix>
<VersionPrefix>1.7.7.7</VersionPrefix>
<TargetFramework>netcoreapp2.1</TargetFramework>
<OutputType>Exe</OutputType>
<PackAsTool>true</PackAsTool>
Expand Down
4 changes: 2 additions & 2 deletions lang/csharp/src/apache/ipc/Avro.ipc.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!--
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
Expand All @@ -25,7 +25,7 @@
<PackageId>Confluent.Apache.Avro.ipc</PackageId>
<Title>Confluent.Apache.Avro.ipc</Title>
<AssemblyName>Confluent.Apache.Avro.ipc</AssemblyName>
<VersionPrefix>1.7.7.6</VersionPrefix>
<VersionPrefix>1.7.7.7</VersionPrefix>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
</PropertyGroup>

Expand Down
7 changes: 5 additions & 2 deletions lang/csharp/src/apache/main/Avro.main.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!--
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
Expand All @@ -25,8 +25,11 @@
<PackageId>Confluent.Apache.Avro</PackageId>
<Title>Confluent.Apache.Avro</Title>
<AssemblyName>Confluent.Apache.Avro</AssemblyName>
<VersionPrefix>1.7.7.6</VersionPrefix>
<VersionPrefix>1.7.7.7</VersionPrefix>
<TargetFrameworks>net452;netstandard2.0</TargetFrameworks>
<SignAssembly>true</SignAssembly>
<DelaySign>false</DelaySign>
<AssemblyOriginatorKeyFile>Confluent.Apache.Avro.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>

<ItemGroup>
Expand Down
Binary file not shown.
4 changes: 2 additions & 2 deletions lang/csharp/src/apache/msbuild/Avro.msbuild.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!--
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
Expand All @@ -25,7 +25,7 @@
<PackageId>Confluent.Apache.Avro.msbuild</PackageId>
<Title>Confluent.Apache.Avro.msbuild</Title>
<AssemblyName>Confluent.Apache.Avro.msbuild</AssemblyName>
<VersionPrefix>1.7.7.6</VersionPrefix>
<VersionPrefix>1.7.7.7</VersionPrefix>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
</PropertyGroup>

Expand Down
4 changes: 2 additions & 2 deletions lang/csharp/src/apache/perf/Avro.perf.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!--
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
Expand All @@ -25,7 +25,7 @@
<PackageId>Confluent.Apache.Avro.perf</PackageId>
<Title>Confluent.Apache.Avro.perf</Title>
<AssemblyName>Confluent.Apache.Avro.perf</AssemblyName>
<VersionPrefix>1.7.7.6</VersionPrefix>
<VersionPrefix>1.7.7.7</VersionPrefix>
<TargetFrameworks>netcoreapp2.1</TargetFrameworks>
</PropertyGroup>

Expand Down
4 changes: 2 additions & 2 deletions lang/csharp/src/apache/test/Avro.test.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!--
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
Expand All @@ -25,7 +25,7 @@
<PackageId>Confluent.Apache.Avro.test</PackageId>
<Title>Confluent.Apache.Avro.test</Title>
<AssemblyName>Confluent.Apache.Avro.test</AssemblyName>
<VersionPrefix>1.7.7.6</VersionPrefix>
<VersionPrefix>1.7.7.7</VersionPrefix>
<TargetFrameworks>net461</TargetFrameworks>
</PropertyGroup>

Expand Down

0 comments on commit dae421c

Please sign in to comment.