Skip to content

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
* Integrate #8
* Integrate #12
* Fix #19
  • Loading branch information
madd0 committed Jan 5, 2020
1 parent 27b57ac commit 8614c97
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Madd0.AzureStorageDriver/Madd0.AzureStorageDriver.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<Product>Azure Table Storage Driver</Product>
<Title>Azure Table Storage Driver</Title>
<Copyright>Copyright © 2012 Mauricio DIAZ ORLICH</Copyright>
<Version>2.0.0</Version>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<FileVersion>2.0.0.0</FileVersion>
<Version>2.1.0</Version>
<AssemblyVersion>2.1.0.0</AssemblyVersion>
<FileVersion>2.1.0.0</FileVersion>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
<PackageProjectUrl>https://github.com/madd0/AzureStorageDriver</PackageProjectUrl>
<RepositoryUrl>https://github.com/madd0/AzureStorageDriver.git</RepositoryUrl>
Expand Down
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,21 @@ Issues and feature requests can be made in the projects

## Versions ##

### v2.1.0 - 2020-01-05 ###

Happy new year! After last month's update, I decided to work on some really
old pending PRs, do some cleanup and tackle [#19][7] which came in on the first day of the year.

* Integrate PR [#8: add support for china azure(code name:mooncake)][8]
* Adds support for China, US Government and German "clouds."
* Found by expanding the _Advanced_ section in the connection properties dialog.
* Integrate PR [#12: Enable parallel schema loading ][9]
* Speeds up loading of storage accounts with multiple tables.
* Max number of parallel queries can be set in the _Advanced_ section in the connection properties dialog.
* Target .NET Core 3.1
* The Nuget package now includes .NET 4.6, .NET Core 3.0 _and_ .NET Core 3.1 versions.
* The .NET Core 3.1 version of the DLL should prevent issues such as described in [#19: When .NET Core 3.1 installed, "Cannot compile typed context" error][7]

### v2.0.0 - 2019-12-01 ###

It took a while for a new version to come out, but with [LINQPad 6][3]
Expand Down Expand Up @@ -58,4 +73,7 @@ This is the first public release. Needs real-world testing.
[3]: https://www.linqpad.net/LINQPad6.aspx
[4]: https://www.nuget.org/packages/Madd0.AzureStorageDriver/
[5]: https://www.nuget.org/packages/Microsoft.Azure.Cosmos.Table
[6]: https://www.nuget.org/packages/Microsoft.Azure.CosmosDB.Table
[6]: https://www.nuget.org/packages/Microsoft.Azure.CosmosDB.Table
[7]: https://github.com/madd0/AzureStorageDriver/issues/19
[8]: https://github.com/madd0/AzureStorageDriver/pull/8
[9]: https://github.com/madd0/AzureStorageDriver/pull/12

0 comments on commit 8614c97

Please sign in to comment.