Skip to content

Commit

Permalink
chore: release 7.0.0-alpha.9
Browse files Browse the repository at this point in the history
Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com>
Co-authored-by: Damien Couchez <damien.couchez@gmail.com>
  • Loading branch information
algolia-bot and damcou committed Feb 20, 2024
1 parent 4a2aca6 commit c743a8e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
## [7.0.0-alpha.9](https://github.com/algolia/algoliasearch-client-csharp/compare/7.0.0-alpha.8...7.0.0-alpha.9)

- [6624759e1](https://github.com/algolia/api-clients-automation/commit/6624759e1) feat(specs): add CustomFields to CT Source Input ([#2742](https://github.com/algolia/api-clients-automation/pull/2742)) by [@damcou](https://github.com/damcou/)
- [d86c75f59](https://github.com/algolia/api-clients-automation/commit/d86c75f59) refactor(csharp): move, tiny additions and cleanings ([#2740](https://github.com/algolia/api-clients-automation/pull/2740)) by [@morganleroi](https://github.com/morganleroi/)
- [cd4f35f59](https://github.com/algolia/api-clients-automation/commit/cd4f35f59) feat(csharp): add last helpers ([#2694](https://github.com/algolia/api-clients-automation/pull/2694)) by [@morganleroi](https://github.com/morganleroi/)
- [ef37e65b7](https://github.com/algolia/api-clients-automation/commit/ef37e65b7) fix(clients): add e2e tests for analytics API ([#2737](https://github.com/algolia/api-clients-automation/pull/2737)) by [@millotp](https://github.com/millotp/)
- [ee1488752](https://github.com/algolia/api-clients-automation/commit/ee1488752) feat(csharp): remove Newtonsoft JSON.NET ([#2717](https://github.com/algolia/api-clients-automation/pull/2717)) by [@morganleroi](https://github.com/morganleroi/)
- [0bafedc41](https://github.com/algolia/api-clients-automation/commit/0bafedc41) docs(csharp): add guides ([#2695](https://github.com/algolia/api-clients-automation/pull/2695)) by [@morganleroi](https://github.com/morganleroi/)
- [c757282e1](https://github.com/algolia/api-clients-automation/commit/c757282e1) fix(csharp): add nextDelay parameter in Wait helpers ([#2710](https://github.com/algolia/api-clients-automation/pull/2710)) by [@morganleroi](https://github.com/morganleroi/)

## [7.0.0-alpha.8](https://github.com/algolia/algoliasearch-client-csharp/compare/7.0.0-alpha.7...7.0.0-alpha.8)

- [dfff005e3](https://github.com/algolia/api-clients-automation/commit/dfff005e3) feat(csharp): add requestion option builder helper ([#2709](https://github.com/algolia/api-clients-automation/pull/2709)) by [@morganleroi](https://github.com/morganleroi/)
Expand Down
2 changes: 1 addition & 1 deletion algoliasearch/Algolia.Search.csproj
Expand Up @@ -21,7 +21,7 @@
<RepositoryType>git</RepositoryType>
<RequireLicenseAcceptance>false</RequireLicenseAcceptance>
<Copyright>Copyright 2019 Algolia</Copyright>
<Version>7.0.0-alpha.8</Version>
<Version>7.0.0-alpha.9</Version>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<TargetFrameworks>netstandard2.1;netstandard2.0</TargetFrameworks>
<IncludeSymbols>true</IncludeSymbols>
Expand Down

0 comments on commit c743a8e

Please sign in to comment.