Skip to content

Commit 469e805

Browse files
1 parent 0ebdb08 commit 469e805

File tree

5 files changed

+15
-6
lines changed

5 files changed

+15
-6
lines changed

assets/exceldna.snk

596 Bytes
Binary file not shown.

sample/SampleAddIn/SampleAddIn.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
<Deterministic>true</Deterministic>
15+
<SignAssembly>true</SignAssembly>
16+
<AssemblyOriginatorKeyFile>..\..\assets\exceldna.snk</AssemblyOriginatorKeyFile>
1517
</PropertyGroup>
1618
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1719
<DebugSymbols>true</DebugSymbols>
@@ -91,4 +93,4 @@
9193
</PropertyGroup>
9294
<Error Condition="!Exists('..\..\packages\ExcelDna.AddIn.1.1.0-beta1\build\ExcelDna.AddIn.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\ExcelDna.AddIn.1.1.0-beta1\build\ExcelDna.AddIn.targets'))" />
9395
</Target>
94-
</Project>
96+
</Project>

src/Serilog.Sinks.ExcelDnaLogDisplay/Properties/AssemblyInfo.cs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,9 @@
4242
[assembly: AssemblyFileVersion("1.0.0.0")]
4343
[assembly: AssemblyInformationalVersion("1.1.0")]
4444

45-
[assembly: InternalsVisibleTo("Serilog.Sinks.ExcelDnaLogDisplay.Tests")]
45+
[assembly: InternalsVisibleTo("Serilog.Sinks.ExcelDnaLogDisplay.Tests, PublicKey=" +
46+
"00240000048000009400000006020000002400005253413100040000010001005db330d3ef1083" +
47+
"1fe51df3809c8e717ae5658de73f3a51dd72d7a7b30b49344818c2bc55fde0bfb017f907e7af2b" +
48+
"2f507e08707800dca8341ca83722cc79503a5e8449132fce7d81bfa1302fb7f000cd58837ae337" +
49+
"b00b9940ec3e433a78c2f04f816843a772f098b667b42e3df91aae44f17b8574892f49576a256b" +
50+
"bb13bcd5")]

src/Serilog.Sinks.ExcelDnaLogDisplay/Serilog.Sinks.ExcelDnaLogDisplay.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
<Deterministic>true</Deterministic>
15+
<SignAssembly>true</SignAssembly>
16+
<AssemblyOriginatorKeyFile>..\..\assets\exceldna.snk</AssemblyOriginatorKeyFile>
1517
</PropertyGroup>
1618
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1719
<DebugSymbols>true</DebugSymbols>
@@ -55,4 +57,4 @@
5557
<None Include="Serilog.Sinks.ExcelDnaLogDisplay.nuspec" />
5658
</ItemGroup>
5759
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
58-
</Project>
60+
</Project>

test/Serilog.Sinks.ExcelDnaLogDisplay.Tests/Serilog.Sinks.ExcelDnaLogDisplay.Tests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
1515
<FileAlignment>512</FileAlignment>
1616
<Deterministic>true</Deterministic>
17-
<NuGetPackageImportStamp>
18-
</NuGetPackageImportStamp>
17+
<SignAssembly>true</SignAssembly>
18+
<AssemblyOriginatorKeyFile>..\..\assets\exceldna.snk</AssemblyOriginatorKeyFile>
1919
</PropertyGroup>
2020
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2121
<DebugSymbols>true</DebugSymbols>
@@ -91,4 +91,4 @@
9191
<Error Condition="!Exists('..\..\packages\xunit.runner.visualstudio.2.4.0\build\net20\xunit.runner.visualstudio.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\xunit.runner.visualstudio.2.4.0\build\net20\xunit.runner.visualstudio.props'))" />
9292
</Target>
9393
<Import Project="..\..\packages\xunit.core.2.4.0\build\xunit.core.targets" Condition="Exists('..\..\packages\xunit.core.2.4.0\build\xunit.core.targets')" />
94-
</Project>
94+
</Project>

0 commit comments

Comments
 (0)