Skip to content

Commit

Permalink
+ Changing version of dependency and nuspec version to 0.0.0.4 (next …
Browse files Browse the repository at this point in the history
…release)
  • Loading branch information
gnongsie committed Nov 9, 2018
1 parent 805121c commit d140ee6
Show file tree
Hide file tree
Showing 12 changed files with 22 additions and 90 deletions.
4 changes: 2 additions & 2 deletions cybersource-rest-client-dotnet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ OpenAPI spec version: 0.0.1
<HintPath>packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="RestSharp, Version=106.4.1.0, Culture=neutral, PublicKeyToken=598062e77f915f75, processorArchitecture=MSIL">
<HintPath>packages\RestSharp.106.4.1\lib\net452\RestSharp.dll</HintPath>
<Reference Include="RestSharp, Version=106.5.4.0, Culture=neutral, PublicKeyToken=598062e77f915f75, processorArchitecture=MSIL">
<HintPath>packages\RestSharp.106.5.4\lib\net452\RestSharp.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
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.3</version>
<version>0.0.0.4</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
Expand Up @@ -2,5 +2,5 @@
<packages>
<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" />
<package id="RestSharp" version="106.5.4" targetFramework="net461" />
</packages>
Binary file removed packages/RestSharp.106.4.1/RestSharp.106.4.1.nupkg
Binary file not shown.
Binary file removed packages/RestSharp.106.4.1/lib/net452/RestSharp.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d140ee6

Please sign in to comment.