Skip to content

Commit f2a3fd0

Browse files
version to 2.1.0 (#436)
1 parent 68fb3e7 commit f2a3fd0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ For some other considerations about how to choose the engine, see [the documenta
6363

6464
## Status
6565

66-
The current version of Netherite is *2.0.0*. Netherite supports almost all of the DT and DF APIs.
66+
The current version of Netherite is *2.1.0*. Netherite supports almost all of the DT and DF APIs.
6767

6868
Some notable differences to the default Azure Table storage provider include:
6969
- 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

src/common.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- Version settings: https://andrewlock.net/version-vs-versionsuffix-vs-packageversion-what-do-they-all-mean/ -->
44
<PropertyGroup>
55
<MajorVersion>2</MajorVersion>
6-
<MinorVersion>0</MinorVersion>
6+
<MinorVersion>1</MinorVersion>
77
<PatchVersion>0</PatchVersion>
88
<VersionPrefix>$(MajorVersion).$(MinorVersion).$(PatchVersion)</VersionPrefix>
99
<VersionSuffix></VersionSuffix>

0 commit comments

Comments
 (0)