Skip to content

Commit

Permalink
Fixed NuGet reference for Google.Storage.V1
Browse files Browse the repository at this point in the history
Version 1.0.10.1
  • Loading branch information
viciousviper committed Oct 5, 2016
1 parent 0456552 commit aa914ce
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CloudFS.Signed.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>CloudFS-Signed</id>
<version>1.0.10-beta</version>
<version>1.0.10.1-beta</version>
<title>CloudFS-Signed</title>
<authors>IgorSoft</authors>
<owners>IgorSoft</owners>
Expand All @@ -24,7 +24,7 @@
<dependency id="Box.V2" version="[2.12.1,)" />
<dependency id="Google.Apis.Drive.v2" version="1.16.0.630" />
<dependency id="Google.Apis.Drive.v3" version="1.16.0.630" />
<dependency id="Google.Storage.V1" version="[1.0.0,)" />
<dependency id="Google.Storage.V1" version="[1.0.0-beta02,)" />
<dependency id="MegaApiClient" version="[1.2.2,)" />
<dependency id="Microsoft.OneDriveSDK" version="1.2.0" />
<dependency id="WebDav.Client" version="[1.0.4,)" />
Expand Down
4 changes: 2 additions & 2 deletions CloudFS.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>CloudFS</id>
<version>1.0.10-beta</version>
<version>1.0.10.1-beta</version>
<title>CloudFS</title>
<authors>IgorSoft</authors>
<owners>IgorSoft</owners>
Expand All @@ -25,7 +25,7 @@
<dependency id="CopyRestApi" version="[1.1.0,)" />
<dependency id="Google.Apis.Drive.v2" version="1.16.0.630" />
<dependency id="Google.Apis.Drive.v3" version="1.16.0.630" />
<dependency id="Google.Storage.V1" version="[1.0.0,)" />
<dependency id="Google.Storage.V1" version="[1.0.0-beta02,)" />
<dependency id="MegaApiClient" version="[1.2.2,)" />
<dependency id="Microsoft.OneDriveSDK" version="1.2.0" />
<dependency id="SwiftClient" version="2.0.0-beta-0010" />
Expand Down
4 changes: 2 additions & 2 deletions CommonAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
[assembly: AssemblyTrademark("")]

[assembly: AssemblyVersion("1.0.10.0")]
[assembly: AssemblyFileVersion("1.0.10.0")]
[assembly: AssemblyInformationalVersion("1.0.10-beta")]
[assembly: AssemblyFileVersion("1.0.10.1")]
[assembly: AssemblyInformationalVersion("1.0.10.1-beta")]
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ At the time of writing this Readme, the following URLs provided access to applic

| Date | Version | Comments |
| :--------- | :---------- | :----------------------------------------------------------------------------- |
| 2016-10-05 | 1.0.10.1-alpha | - Fixed NuGet packages. |
| 2016-10-01 | 1.0.10-beta | - New gateway for Google Cloud Storage added.<br/>- Fixed drive free space calculation for Yandex gateway.<br/>- 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.<br/>- Version updates to API libraries for Box and OneDrive. |
Expand Down

0 comments on commit aa914ce

Please sign in to comment.