Skip to content

Commit

Permalink
Fix readme path
Browse files Browse the repository at this point in the history
  • Loading branch information
z4kn4fein committed Mar 3, 2022
1 parent 91d6c47 commit 442ca3a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
### 6.1.20
- Bugfix: The SDK's json serialization behavior is not depending on the `JsonConvert.DefaultSettings` anymore.
### 6.1.0
- Bugfix (#17)
- Bugfix ([#17](https://github.com/configcat/.net-sdk/issues/17))
### 6.0.0
- Addressing global data handling and processing trends via Data Governance feature. Customers can control the geographic location where their config JSONs get published to. [See the docs](https://configcat.com/docs/advanced/data-governance/).
We are introducing a new DataGovernance initialization parameter. Set this parameter to be in sync with the Data Governance preference on the [Dashboard](https://app.configcat.com/organization/data-governance).

### Breaking change:
#### Breaking change:
- Custom cache implementations should implement the new cache interface using key parameter in the get/set methods.
### 5.3.0
- VariationID, bugfix (#11)
- VariationID, bugfix ([#11](https://github.com/configcat/.net-sdk/issues/11))
### 5.2.0
- Bugfix (config fetch, caching)
### 5.1.0
Expand Down
2 changes: 1 addition & 1 deletion src/ConfigCatClient/ConfigCatClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Works with .NET, .NET Core, .NET Standard</Description>
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
<None Include="icon.png" Pack="true" Visible="false" PackagePath="" />
<None Include="..\README.md" Pack="true" PackagePath="" />
<None Include="..\..\README.md" Pack="true" PackagePath="" />
</ItemGroup>

</Project>

0 comments on commit 442ca3a

Please sign in to comment.