Skip to content

Commit

Permalink
Signed the assembly
Browse files Browse the repository at this point in the history
  • Loading branch information
Sicos2002 committed Sep 10, 2015
1 parent 980f4ea commit 22ff656
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions IFilterTextReader/IFilterTextReader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\Release\IFilterTextReader.XML</DocumentationFile>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>IFilterTextReader.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
</ItemGroup>
Expand Down Expand Up @@ -59,6 +65,7 @@
<Compile Include="UnmappedPropertyEventArgs.cs" />
</ItemGroup>
<ItemGroup>
<None Include="IFilterTextReader.snk" />
<None Include="Properties.xlsx" />
</ItemGroup>
<ItemGroup />
Expand Down
Binary file added IFilterTextReader/IFilterTextReader.snk
Binary file not shown.
4 changes: 2 additions & 2 deletions IFilterTextReader/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.4.0.0")]
[assembly: AssemblyFileVersion("1.4.0.0")]
[assembly: AssemblyVersion("1.5.0.0")]
[assembly: AssemblyFileVersion("1.5.0.0")]
6 changes: 3 additions & 3 deletions IFilterTextViewer/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("IFilterTextViewer")]
[assembly: AssemblyCopyright("Copyright © 2014")]
[assembly: AssemblyCopyright("Copyright © 2014 - 2015 - Kees van Spelde")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.4.0.0")]
[assembly: AssemblyFileVersion("1.4.0.0")]
[assembly: AssemblyVersion("1.5.0.0")]
[assembly: AssemblyFileVersion("1.5.0.0")]

0 comments on commit 22ff656

Please sign in to comment.