Skip to content

Commit

Permalink
Sign assemblies
Browse files Browse the repository at this point in the history
  • Loading branch information
slemvs committed Aug 25, 2017
1 parent 39ca725 commit 27d4fa0
Show file tree
Hide file tree
Showing 17 changed files with 77 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .build/VersionInfo.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System.Reflection;

[assembly: AssemblyVersion("0.0.5")]
[assembly: AssemblyFileVersion("0.0.5")]
[assembly: AssemblyVersion("0.0.8")]
[assembly: AssemblyFileVersion("0.0.8")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyCopyright("Copyright © 2017")]
[assembly: AssemblyTrademark("")]
Expand Down
4 changes: 2 additions & 2 deletions .build/excelerator.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>Excelerator.Common</id>

<!-- The package version number that is used when resolving dependencies -->
<version>0.0.7</version>
<version>0.0.8</version>

<!-- Authors contain text that appears directly on the gallery -->
<authors>Semyon Lopatkin</authors>
Expand Down Expand Up @@ -33,7 +33,7 @@
<description>Set of classes for export to and import from plain Excel files</description>

<!-- Copyright information -->
<copyright>Copyright Р’В©2017</copyright>
<copyright>Copyright ©2017</copyright>

<!-- Tags appear in the gallery and can be used for tag searches -->
<tags>excel import export utility</tags>
Expand Down
Binary file added .build/keyfile.snk
Binary file not shown.
11 changes: 10 additions & 1 deletion Excelerator.ClosedXml/Excelerator.ClosedXml.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>keyfile.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="ClosedXML, Version=0.86.0.0, Culture=neutral, PublicKeyToken=fd1eb21b62ae805b, processorArchitecture=MSIL">
<HintPath>..\packages\ClosedXML.0.86.0\lib\net40\ClosedXML.dll</HintPath>
Expand Down Expand Up @@ -62,8 +68,11 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="keyfile.snk" />
<None Include="packages.config" />
<None Include="Excelerator.ClosedXml.nuspec" />
<None Include="Excelerator.ClosedXml.nuspec">
<SubType>Designer</SubType>
</None>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
2 changes: 1 addition & 1 deletion Excelerator.ClosedXml/Excelerator.ClosedXml.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>Excelerator.ClosedXml</id>

<!-- The package version number that is used when resolving dependencies -->
<version>0.0.7</version>
<version>0.0.8</version>

<!-- Authors contain text that appears directly on the gallery -->
<authors>Semyon Lopatkin</authors>
Expand Down
Binary file added Excelerator.ClosedXml/keyfile.snk
Binary file not shown.
14 changes: 13 additions & 1 deletion Excelerator.Common/Excelerator.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,15 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>keyfile.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup>
<DelaySign>false</DelaySign>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down Expand Up @@ -64,7 +73,10 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="Excelerator.Common.nuspec" />
<None Include="Excelerator.Common.nuspec">
<SubType>Designer</SubType>
</None>
<None Include="keyfile.snk" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
2 changes: 1 addition & 1 deletion Excelerator.Common/Excelerator.Common.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>Excelerator.Common</id>

<!-- The package version number that is used when resolving dependencies -->
<version>0.0.7</version>
<version>0.0.8</version>

<!-- Authors contain text that appears directly on the gallery -->
<authors>Semyon Lopatkin</authors>
Expand Down
Binary file added Excelerator.Common/keyfile.snk
Binary file not shown.
33 changes: 32 additions & 1 deletion Excelerator.Examples/Excelerator.Examples.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,21 @@
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand All @@ -33,6 +48,15 @@
<PropertyGroup>
<StartupObject />
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<DelaySign>false</DelaySign>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>keyfile.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="ClosedXML, Version=0.86.0.0, Culture=neutral, PublicKeyToken=fd1eb21b62ae805b, processorArchitecture=MSIL">
<HintPath>..\packages\ClosedXML.0.86.0\lib\net40\ClosedXML.dll</HintPath>
Expand Down Expand Up @@ -87,6 +111,7 @@
<None Include="Import\Example1\Data\example1.xlsx">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="keyfile.snk" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
Expand All @@ -107,6 +132,12 @@
<Name>Excelerator.OpenXml</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup />
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>false</Install>
</BootstrapperPackage>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
Binary file added Excelerator.Examples/keyfile.snk
Binary file not shown.
7 changes: 7 additions & 0 deletions Excelerator.NPOI/Excelerator.NPOI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>keyfile.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="ICSharpCode.SharpZipLib, Version=0.86.0.518, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
<HintPath>..\packages\SharpZipLib.0.86.0\lib\20\ICSharpCode.SharpZipLib.dll</HintPath>
Expand Down Expand Up @@ -75,6 +81,7 @@
</ItemGroup>
<ItemGroup>
<None Include="Excelerator.NPOI.nuspec" />
<None Include="keyfile.snk" />
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
2 changes: 1 addition & 1 deletion Excelerator.NPOI/Excelerator.NPOI.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>Excelerator.NPOI</id>

<!-- The package version number that is used when resolving dependencies -->
<version>0.0.7</version>
<version>0.0.8</version>

<!-- Authors contain text that appears directly on the gallery -->
<authors>Semyon Lopatkin</authors>
Expand Down
Binary file added Excelerator.NPOI/keyfile.snk
Binary file not shown.
7 changes: 7 additions & 0 deletions Excelerator.OpenXml/Excelerator.OpenXml.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>keyfile.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="DocumentFormat.OpenXml, Version=2.5.5631.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\DocumentFormat.OpenXml.2.5\lib\DocumentFormat.OpenXml.dll</HintPath>
Expand Down Expand Up @@ -63,6 +69,7 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="keyfile.snk" />
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
Binary file added Excelerator.OpenXml/keyfile.snk
Binary file not shown.
1 change: 1 addition & 0 deletions Excelerator.sln
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".build", ".build", "{862AC6B4-9448-47EE-A1AE-12E25DF2783E}"
ProjectSection(SolutionItems) = preProject
.build\excelerator.nuspec = .build\excelerator.nuspec
.build\keyfile.snk = .build\keyfile.snk
.build\VersionInfo.cs = .build\VersionInfo.cs
EndProjectSection
EndProject
Expand Down

0 comments on commit 27d4fa0

Please sign in to comment.