Skip to content

Commit

Permalink
version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eli-darkly committed Jan 14, 2019
1 parent 01d337b commit 9574c03
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to the LaunchDarkly .NET cache library will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).

## [1.0.2] - 2019-01-14
### Fixed:
- The assemblies in this package now have Authenticode signatures.

## [1.0.1] - 2019-01-11

This release was an error and is identical to 1.0.0.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This version of the library is compatible with .NET Framework version 4.5 and ab
Signing
-------

The published version of this assembly is strong-named (but is not digitally signed with Authenticode). Building the code locally in the default Debug configuration does not sign the assembly and does not require a key file.
The published version of this assembly is digitally signed with Authenticode, and also strong-named. Building the code locally in the default Debug configuration does not sign the assembly and does not require a key file.

Development notes
-----------------
Expand Down
2 changes: 1 addition & 1 deletion src/LaunchDarkly.Cache/LaunchDarkly.Cache.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.0.1</Version>
<Version>1.0.2</Version>
<PackageId>LaunchDarkly.Cache</PackageId>
<AssemblyName>LaunchDarkly.Cache</AssemblyName>
<TargetFrameworks>netstandard1.4;netstandard1.6;netstandard2.0;net45</TargetFrameworks>
Expand Down

0 comments on commit 9574c03

Please sign in to comment.