Skip to content

Commit

Permalink
Merge pull request #68 from jgiacomini/features/strong_naming
Browse files Browse the repository at this point in the history
Features/strong naming
  • Loading branch information
jgiacomini authored Oct 21, 2018
2 parents 8daa28d + b3f2bbc commit b049d0c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Release notes
## 1.6.0
* Add support of Etag
* Add support of ETag
* The assembly is now strong named

## 1.5.5
* Fix a bug on cURL listener (when body was null) the cURL request wasn't displayed
Expand Down
2 changes: 2 additions & 0 deletions Tiny.RestClient/Tiny.RestClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
</PropertyGroup>
<PropertyGroup>
<DocumentationFile>$(TargetDir)\Tiny.RestClient.xml</DocumentationFile>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>strong_name.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
Expand Down
Binary file added Tiny.RestClient/strong_name.snk
Binary file not shown.

0 comments on commit b049d0c

Please sign in to comment.