Skip to content

Commit

Permalink
version to 2.1.0 (#436)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianburckhardt authored Oct 31, 2024
1 parent 68fb3e7 commit f2a3fd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- Version settings: https://andrewlock.net/version-vs-versionsuffix-vs-packageversion-what-do-they-all-mean/ -->
<PropertyGroup>
<MajorVersion>2</MajorVersion>
<MinorVersion>0</MinorVersion>
<MinorVersion>1</MinorVersion>
<PatchVersion>0</PatchVersion>
<VersionPrefix>$(MajorVersion).$(MinorVersion).$(PatchVersion)</VersionPrefix>
<VersionSuffix></VersionSuffix>
Expand Down

0 comments on commit f2a3fd0

Please sign in to comment.