Skip to content

Commit 616fcba

Browse files
committed
chore: update version to 6.17.0
1 parent a9437f0 commit 616fcba

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# ChangeLog
22

3+
## [6.17.0](https://github.com/algolia/algoliasearch-client-csharp/compare/7.0.0-alpha.0...6.17.0) (2024-02-26)
4+
5+
### Fix
6+
7+
- remove encoding on attributes to retrieve in getObjects (#854) ([a9437f0](https://github.com/algolia/algoliasearch-client-csharp/commit/a9437f0))
8+
- add QueryLanguages to Query (#853) ([067f774](https://github.com/algolia/algoliasearch-client-csharp/commit/067f774))
9+
310
## [6.16.0](https://github.com/algolia/algoliasearch-client-csharp/compare/6.15.0...6.16.0) (2023-11-17)
411

512
### Fix

src/Algolia.Search/Algolia.Search.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</PackageDescription>
2020
<RequireLicenseAcceptance>false</RequireLicenseAcceptance>
2121
<Copyright>Copyright 2019 Algolia</Copyright>
22-
<Version>6.16.0</Version>
22+
<Version>6.17.0</Version>
2323
<GenerateDocumentationFile>true</GenerateDocumentationFile>
2424
<TargetFrameworks>netstandard2.1;netstandard2.0;netstandard1.3</TargetFrameworks>
2525
<LangVersion>7.3</LangVersion>

0 commit comments

Comments
 (0)