Skip to content

Commit f463349

Browse files
author
Xavier Grand
committed
Bump to 3.4.4
1 parent ddc341b commit f463349

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

Algolia.Search/Algolia.Search.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package >
33
<metadata>
44
<id>$id$</id>
5-
<version>3.4.3</version>
5+
<version>3.4.4</version>
66
<title>Algolia Search API Client for C#</title>
77
<authors>Algolia</authors>
88
<owners>Algolia</owners>

Algolia.Search/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131

3232
internal class AssemblyInfo
3333
{
34-
public const string AssemblyVersion = "3.4.3";
35-
public const string AssemblyFileVersion = "3.4.3";
34+
public const string AssemblyVersion = "3.4.4";
35+
public const string AssemblyFileVersion = "3.4.4";
3636
}

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Changelog
22
=========
33

4+
3.4.4 (2016-02-10)
5+
- Allow to set a timeout lower than 1s
6+
47
3.4.3 (2016-02-05)
58
- Added new SetSnippetEllipsisText query parameter to configure snippet ellipsis text
69

0 commit comments

Comments
 (0)