Skip to content

Commit

Permalink
Updated .nuspec configurations to version 1.0.4-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
viciousviper committed Apr 17, 2016
1 parent d6bd601 commit 9654d62
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
11 changes: 6 additions & 5 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.3-alpha</version>
<version>1.0.4-alpha</version>
<title>CloudFS-Signed</title>
<authors>IgorSoft</authors>
<owners>IgorSoft</owners>
Expand All @@ -15,12 +15,11 @@
<dependencies>
<group targetFramework="net46">
<dependency id="Microsoft.Composition" version="[1.0.30,)" />
<dependency id="Newtonsoft.Json" version="[8.0.2,)" />
<dependency id="Newtonsoft.Json" version="[8.0.3,)" />
<dependency id="System.Net.Http.Formatting" version="[5.2.3,)" />
<dependency id="Box.V2" version="[2.6.2,)" />
<dependency id="Google.Apis.Drive.v2" version="1.10.0.1990" />
<dependency id="MediaFireSDK" version="[1.0.0.2,)" />
<dependency id="MegaApiClient" version="[1.1.3,)" />
<dependency id="Google.Apis.Drive.v2" version="1.12.0.455" />
<dependency id="MegaApiClient" version="[1.2.2,)" />
</group>
</dependencies>
</metadata>
Expand All @@ -32,10 +31,12 @@
<file src="CloudFS.GatewayTests\bin\Signed\Gateways\IgorSoft.CloudFS.Gateways.*.dll.config" target="lib\net46\Gateways" />
<file src="SignedLibrary\bouncy_castle_hmac_sha_pcl.dll" target="lib\net46\Gateways\bouncy_castle_hmac_sha_pcl.dll" />
<file src="SignedLibrary\CopyRestAPI.dll" target="lib\net46\Gateways\CopyRestAPI.dll" />
<file src="SignedLibrary\MediaFireSDK.dll" target="lib\net46\Gateways\MediaFireSDK.dll" />
<file src="SignedLibrary\OneDriveSDK.dll" target="lib\net46\Gateways\OneDriveSDK.dll" />
<file src="SignedLibrary\OneDriveSDK.LICENSE" target="lib\net46\Gateways\OneDriveSDK.LICENSE" />
<file src="SignedLibrary\pCloud.NET SDK.dll" target="lib\net46\Gateways\pCloud.NET SDK.dll" />
<file src="SignedLibrary\SemanticTypes.dll" target="lib\net46\Gateways\SemanticTypes.dll" />
<file src="SignedLibrary\SwiftClient.dll" target="lib\net46\Gateways\SwiftClient.dll" />
<file src="SignedLibrary\YandexDisk.Client.dll" target="lib\net46\Gateways\YandexDisk.Client.dll" />
</files>
</package>
9 changes: 5 additions & 4 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.3-alpha</version>
<version>1.0.4-alpha</version>
<title>CloudFS</title>
<authors>IgorSoft</authors>
<owners>IgorSoft</owners>
Expand All @@ -15,14 +15,15 @@
<dependencies>
<group targetFramework="net46">
<dependency id="Microsoft.Composition" version="[1.0.30,)" />
<dependency id="Newtonsoft.Json" version="[8.0.2,)" />
<dependency id="Newtonsoft.Json" version="[8.0.3,)" />
<dependency id="SemanticTypes" version="[0.12.0,)" />
<dependency id="System.Net.Http.Formatting" version="[5.2.3,)" />
<dependency id="Box.V2" version="[2.6.2,)" />
<dependency id="CopyRestApi" version="[1.1.0,)" />
<dependency id="Google.Apis.Drive.v2" version="1.10.0.1990" />
<dependency id="Google.Apis.Drive.v2" version="1.12.0.455" />
<dependency id="MediaFireSDK" version="[1.0.0.2,)" />
<dependency id="MegaApiClient" version="[1.1.3,)" />
<dependency id="MegaApiClient" version="[1.2.2,)" />
<dependency id="SwiftClient" version="[1.2.2,)" />
<dependency id="YandexDisk.Client" version="[1.0.7,)" />
</group>
</dependencies>
Expand Down

0 comments on commit 9654d62

Please sign in to comment.