Skip to content

Commit

Permalink
+ Changing dependency versions and nuspec version.
Browse files Browse the repository at this point in the history
  • Loading branch information
gnongsie committed Nov 8, 2018
1 parent a20e731 commit 8619e6d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cybersource-rest-client-dotnet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ OpenAPI spec version: 0.0.1
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="AuthenticationSdk, Version=0.0.0.1, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\CyberSource.Authentication.0.0.0.1\lib\AuthenticationSdk.dll</HintPath>
<Reference Include="AuthenticationSdk, Version=0.0.0.2, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\CyberSource.Authentication.0.0.0.2\lib\AuthenticationSdk.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
Expand Down
2 changes: 1 addition & 1 deletion cybersource-rest-client-dotnet.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>CyberSource.Rest.Client</id>
<version>0.0.0.1</version>
<version>0.0.0.3</version>
<title>CyberSource.Rest.Client</title>
<authors>CyberSource Corporation</authors>
<owners>CyberSource</owners>
Expand Down
2 changes: 1 addition & 1 deletion packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="CyberSource.Authentication" version="0.0.0.1" targetFramework="net461" />
<package id="CyberSource.Authentication" version="0.0.0.2" targetFramework="net461" />
<package id="Newtonsoft.Json" version="11.0.2" targetFramework="net45" />
<package id="RestSharp" version="106.4.1" targetFramework="net461" />
</packages>

0 comments on commit 8619e6d

Please sign in to comment.