Skip to content

Commit

Permalink
Merge pull request #42 from vkvikaskmr/SyncWithSF-Source
Browse files Browse the repository at this point in the history
Updating ShareFile.Api.Client to 3.4.140.
  • Loading branch information
jinumjoy committed Dec 13, 2017
2 parents 1b91740 + d70c23e commit 1919951
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ShareFileSnapIn-Installer-x32/Globals.wxi
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Include>
<?define Version = "1.91" ?>
<?define Version = "1.92" ?>
<?define Description = "PowerShell Snap-In for ShareFile API. Version $(var.Version)" ?>
<?define Vendor = "Citrix" ?>
<?define SourceRootPath = "..\ShareFileSnapIn\bin\Release" ?>
Expand Down
2 changes: 1 addition & 1 deletion ShareFileSnapIn-Installer-x64/Globals.wxi
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Include>
<?define Version = "1.91" ?>
<?define Version = "1.92" ?>
<?define Description = "PowerShell Snap-In for ShareFile API. Version $(var.Version)" ?>
<?define Vendor = "Citrix" ?>
<?define SourceRootPath = "..\ShareFileSnapIn\bin\Release" ?>
Expand Down
2 changes: 1 addition & 1 deletion ShareFileSnapIn/Parallel/ActionManager.cs
Expand Up @@ -102,7 +102,7 @@ internal void Execute()
downloadAction.CopyFileItem(fileProgressInfo);
}
// Task completed, break out of the loop.
Log.Logger.Instance.Info("Action on Filename : "+downloadAction.FileName+" got completed in "+i+" try");
Log.Logger.Instance.Debug("Action on Filename : "+downloadAction.FileName+" got completed in "+i+" try");
break;
}
catch (AggregateException tce)
Expand Down
2 changes: 1 addition & 1 deletion ShareFileSnapIn/ShareFileSnapIn.csproj
Expand Up @@ -49,7 +49,7 @@
<HintPath>..\packages\NLog.3.1.0.0\lib\net45\NLog.dll</HintPath>
</Reference>
<Reference Include="ShareFile.Api.Client, Version=3.1.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\ShareFile.Api.Client.3.3.1597\lib\net45\ShareFile.Api.Client.dll</HintPath>
<HintPath>..\packages\ShareFile.Api.Client.3.4.140\lib\net45\ShareFile.Api.Client.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
Expand Down
2 changes: 1 addition & 1 deletion ShareFileSnapIn/packages.config
Expand Up @@ -2,6 +2,6 @@
<packages>
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net451" />
<package id="NLog" version="3.1.0.0" targetFramework="net451" />
<package id="ShareFile.Api.Client" version="3.3.1597" targetFramework="net451" />
<package id="ShareFile.Api.Client" version="3.4.140" targetFramework="net451" />
<package id="System.Management.Automation" version="6.1.7601.17515" targetFramework="net45" />
</packages>

0 comments on commit 1919951

Please sign in to comment.