update version to 1.3.1
This commit is contained in:
Родитель
c5aefce2ef
Коммит
d6b38c1204
|
@ -62,7 +62,7 @@ For some other considerations about how to choose the engine, see [the documenta
|
|||
|
||||
## Status
|
||||
|
||||
The current version of Netherite is *1.3.0*. Netherite supports almost all of the DT and DF APIs.
|
||||
The current version of Netherite is *1.3.1*. Netherite supports almost all of the DT and DF APIs.
|
||||
|
||||
Some notable differences to the default Azure Table storage provider include:
|
||||
- Instance queries and purge requests are not issued directly against Azure Storage, but are processed by the function app. Thus, the performance (latency and throughput) of queries heavily depends on
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
<PropertyGroup>
|
||||
<MajorVersion>1</MajorVersion>
|
||||
<MinorVersion>3</MinorVersion>
|
||||
<PatchVersion>0</PatchVersion>
|
||||
<PatchVersion>1</PatchVersion>
|
||||
<VersionPrefix>$(MajorVersion).$(MinorVersion).$(PatchVersion)</VersionPrefix>
|
||||
<VersionSuffix></VersionSuffix>
|
||||
<AssemblyVersion>$(MajorVersion).0.0.0</AssemblyVersion>
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
<PropertyGroup>
|
||||
<MajorVersion>1</MajorVersion>
|
||||
<MinorVersion>3</MinorVersion>
|
||||
<PatchVersion>0</PatchVersion>
|
||||
<PatchVersion>1</PatchVersion>
|
||||
<VersionPrefix>$(MajorVersion).$(MinorVersion).$(PatchVersion)</VersionPrefix>
|
||||
<VersionSuffix></VersionSuffix>
|
||||
<AssemblyVersion>$(MajorVersion).0.0.0</AssemblyVersion>
|
||||
|
|
Загрузка…
Ссылка в новой задаче