From f2a3fd0c13d93b305bb47baf959c27dc627998a5 Mon Sep 17 00:00:00 2001 From: Sebastian Burckhardt Date: Thu, 31 Oct 2024 09:36:04 -0700 Subject: [PATCH] version to 2.1.0 (#436) --- README.md | 2 +- src/common.props | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c001a08a..4b5ea292 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ For some other considerations about how to choose the engine, see [the documenta ## Status -The current version of Netherite is *2.0.0*. Netherite supports almost all of the DT and DF APIs. +The current version of Netherite is *2.1.0*. 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 diff --git a/src/common.props b/src/common.props index 89c46cf0..05adb25a 100644 --- a/src/common.props +++ b/src/common.props @@ -3,7 +3,7 @@ 2 - 0 + 1 0 $(MajorVersion).$(MinorVersion).$(PatchVersion)