Skip to content

Commit

Permalink
Sign Assembly (#3)
Browse files Browse the repository at this point in the history
* sign assembly

* remove old folders
  • Loading branch information
StefH committed Jun 29, 2018
1 parent 044ad97 commit eef01f3
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 113 deletions.
8 changes: 4 additions & 4 deletions appveyor.yml
@@ -1,4 +1,4 @@
version: 1.0.3.{build}
version: 1.0.5.{build}

configuration:
- Debug
Expand All @@ -13,8 +13,8 @@ environment:
secure: GhxjOYPfvNvUp7RhT6bud8pA9GWYrGd3KV+G/JFlxRtg2t2F3fCY3tgsq2jwDubE

install:
- ps: Start-FileDownload 'https://download.microsoft.com/download/8/F/9/8F9659B9-E628-4D1A-B6BF-C3004C8C954B/dotnet-1.1.1-sdk-win-x64.exe'
- cmd: dotnet-1.1.1-sdk-win-x64.exe /quiet
- ps: Start-FileDownload 'https://download.microsoft.com/download/8/8/5/88544F33-836A-49A5-8B67-451C24709A8F/dotnet-sdk-2.1.300-win-x64.exe'
- cmd: dotnet-sdk-2.1.300-win-x64.exe /quiet
- ps: $env:DOTNET_SKIP_FIRST_TIME_EXPERIENCE = "true"

build_script:
Expand All @@ -33,7 +33,7 @@ test_script:

after_test:
- nuget.exe install OpenCover -ExcludeVersion
- nuget.exe install coveralls.net -ExcludeVersion
- nuget.exe install coveralls.net -ExcludeVersion -Version 0.7.0
- pip install codecov

- cmd: '"OpenCover\tools\OpenCover.Console.exe" -target:dotnet.exe -targetargs:"test tests\SimMetrics.Net.Tests\SimMetrics.Net.Tests.csproj --configuration %CONFIGURATION% --no-build" -output:coverage.xml -register:user -filter:"+[SimMetrics.Net]* -[SimMetrics.Net.Tests]*" -returntargetcode -register:user -oldstyle'
Expand Down
Binary file added src/SimMetrics.Net.snk
Binary file not shown.
9 changes: 4 additions & 5 deletions src/SimMetrics.Net/SimMetrics.Net.csproj
Expand Up @@ -3,19 +3,21 @@
<PropertyGroup>
<Description>SimMetrics is a Similarity Metric Library, e.g. from edit distance's (Levenshtein, Gotoh, Jaro etc) to other metrics, (e.g Soundex, Chapman).</Description>
<AssemblyTitle>SimMetrics.Net</AssemblyTitle>
<VersionPrefix>1.0.4.0</VersionPrefix>
<VersionPrefix>1.0.5.0</VersionPrefix>
<Authors>Hamed Fathi;Stef Heyenrath</Authors>
<TargetFrameworks>net20;net35;net40;net45;netstandard1.0;netstandard2.0</TargetFrameworks>
<AssemblyName>SimMetrics.Net</AssemblyName>
<PackageId>SimMetrics.Net</PackageId>
<PackageTags>algorithms;artifical;intelligence</PackageTags>
<PackageReleaseNotes>Upgraded solution to VS2017</PackageReleaseNotes>
<PackageReleaseNotes>Sign assembly</PackageReleaseNotes>
<PackageProjectUrl>https://github.com/StefH/SimMetrics.Net</PackageProjectUrl>
<PackageLicenseUrl>https://raw.githubusercontent.com/StefH/SimMetrics.Net/master/LICENSE</PackageLicenseUrl>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/StefH/SimMetrics.Net</RepositoryUrl>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<DebugType>full</DebugType>
<AssemblyOriginatorKeyFile>../SimMetrics.Net.snk</AssemblyOriginatorKeyFile>
<SignAssembly>true</SignAssembly>
</PropertyGroup>

<ItemGroup>
Expand Down Expand Up @@ -43,7 +45,4 @@
<Reference Include="Microsoft.CSharp" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.0' ">
</ItemGroup>

</Project>
Binary file added src/public.snk
Binary file not shown.
2 changes: 1 addition & 1 deletion tests/SimMetrics.Net.Tests/SimMetrics.Net.Tests.csproj
Expand Up @@ -18,7 +18,7 @@
</ItemGroup>

<ItemGroup>
<Reference Include="System" />
<!--<Reference Include="System" />-->
<Reference Include="Microsoft.CSharp" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.0.0" />
<PackageReference Include="NFluent" Version="2.0.0-alpha" />
Expand Down
3 changes: 0 additions & 3 deletions vs2015-Backup/global.json

This file was deleted.

19 changes: 0 additions & 19 deletions vs2015-Backup/src/SimMetrics.Net/SimMetrics.Net.xproj

This file was deleted.

44 changes: 0 additions & 44 deletions vs2015-Backup/src/SimMetrics.Net/project.json

This file was deleted.

This file was deleted.

16 changes: 0 additions & 16 deletions vs2015-Backup/tests/SimMetrics.Net.Tests/project.json

This file was deleted.

0 comments on commit eef01f3

Please sign in to comment.