diff --git a/Appveyor.yml b/Appveyor.yml
index c2415b2..a2ea3f8 100644
--- a/Appveyor.yml
+++ b/Appveyor.yml
@@ -1,4 +1,4 @@
-version: 1.0.9.1-alpha {build}
+version: 1.0.10-beta {build}
branches:
only:
@@ -38,7 +38,7 @@ after_test:
7z a -r coverity.zip cov-int
- curl --form token=%COVERITY_TOKEN% --form email=%COVERITY_EMAIL% --form file=@coverity.zip --form version="1.0.9.1-alpha" https://scan.coverity.com/builds?project=%APPVEYOR_REPO_NAME%
+ curl --form token=%COVERITY_TOKEN% --form email=%COVERITY_EMAIL% --form file=@coverity.zip --form version="1.0.10-beta" https://scan.coverity.com/builds?project=%APPVEYOR_REPO_NAME%
artifacts:
- path: coverity.zip
diff --git a/CloudFS.GatewayTests/App.Signed.config b/CloudFS.GatewayTests/App.Signed.config
index 5668fba..cf71ee1 100644
--- a/CloudFS.GatewayTests/App.Signed.config
+++ b/CloudFS.GatewayTests/App.Signed.config
@@ -1,6 +1,6 @@
-
+
diff --git a/CloudFS.GatewayTests/App.config b/CloudFS.GatewayTests/App.config
index ea15787..e301c27 100644
--- a/CloudFS.GatewayTests/App.config
+++ b/CloudFS.GatewayTests/App.config
@@ -1,7 +1,7 @@
-
+
diff --git a/CloudFS.Signed.nuspec b/CloudFS.Signed.nuspec
index 30c901e..78957f2 100644
--- a/CloudFS.Signed.nuspec
+++ b/CloudFS.Signed.nuspec
@@ -2,7 +2,7 @@
CloudFS-Signed
- 1.0.9.1-alpha
+ 1.0.10-beta
CloudFS-Signed
IgorSoft
IgorSoft
@@ -22,8 +22,8 @@
-
-
+
+
diff --git a/CloudFS.nuspec b/CloudFS.nuspec
index 3bbf771..f2659ed 100644
--- a/CloudFS.nuspec
+++ b/CloudFS.nuspec
@@ -2,7 +2,7 @@
CloudFS
- 1.0.9.1-alpha
+ 1.0.10-beta
CloudFS
IgorSoft
IgorSoft
@@ -23,8 +23,8 @@
-
-
+
+
diff --git a/CommonAssemblyInfo.cs b/CommonAssemblyInfo.cs
index a175158..14b96ef 100644
--- a/CommonAssemblyInfo.cs
+++ b/CommonAssemblyInfo.cs
@@ -29,6 +29,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
[assembly: AssemblyCopyright("Copyright © 2015-2016")]
[assembly: AssemblyTrademark("")]
-[assembly: AssemblyVersion("1.0.9.0")]
-[assembly: AssemblyFileVersion("1.0.9.1")]
-[assembly: AssemblyInformationalVersion("1.0.9.1-alpha")]
+[assembly: AssemblyVersion("1.0.10.0")]
+[assembly: AssemblyFileVersion("1.0.10.0")]
+[assembly: AssemblyInformationalVersion("1.0.10-beta")]
diff --git a/README.md b/README.md
index 58d6515..fb30dcc 100644
--- a/README.md
+++ b/README.md
@@ -88,6 +88,7 @@ At the time of writing this Readme, the following URLs provided access to applic
| Date | Version | Comments |
| :--------- | :---------- | :----------------------------------------------------------------------------- |
+| 2016-10-01 | 1.0.10-beta | - New gateway for Google Cloud Storage added.
- Fixed drive free space calculation for Yandex gateway.
- Version update to API libraries for Box, Google Drive, and Yandex.Disk. |
| 2016-08-31 | 1.0.9.1-alpha | - Fixed NuGet packages. |
| 2016-08-29 | 1.0.9-alpha | - Implemented settings purge function in gateways.
- Version updates to API libraries for Box and OneDrive. |
| 2016-08-26 | 1.0.8-alpha | - New gateway for generic WebDAV providers added.
- Support AES encryption of account credentials and access tokens in locally persisted application settings.
- Fixed concurrent access to locally persisted application settings.
- Version updates to API libraries for Box, Google Drive, SwiftClient, and SemanticTypes.
- Activated static code analysis via Coverity Scan. |