File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
generator/cybersource-csharp-template Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2828// You can specify all the values or you can default the Build and Revision Numbers
2929// by using the '*' as shown below:
3030// [assembly: AssemblyVersion("1.0.*")]
31- [ assembly: AssemblyVersion ( "0.0.1.55 " ) ]
31+ [ assembly: AssemblyVersion ( "0.0.1.56 " ) ]
3232[ assembly: AssemblyFileVersion ( "0.0.1.55" ) ]
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ OpenAPI spec version: 0.0.1
8787 <Reference Include =" System.Runtime.Serialization" />
8888 <Reference Include =" System.Xml" />
8989 <Reference Include =" AuthenticationSdk" >
90- <HintPath >packages\CyberSource.Authentication.0.0.0.23 \lib\AuthenticationSdk.dll</HintPath >
90+ <HintPath >packages\CyberSource.Authentication.0.0.0.24 \lib\AuthenticationSdk.dll</HintPath >
9191 </Reference >
9292 </ItemGroup >
9393 <ItemGroup >
Original file line number Diff line number Diff line change 22<package >
33 <metadata >
44 <id >CyberSource.Rest.Client</id >
5- <version >0.0.1.55 </version >
5+ <version >0.0.1.56 </version >
66 <title >CyberSource.Rest.Client</title >
77 <authors >CyberSource Corporation</authors >
88 <owners >CyberSource</owners >
1414 <dependency id =" Newtonsoft.Json" version =" 13.0.3" ></dependency >
1515 <dependency id =" RestSharp" version =" [112.1.0]" ></dependency >
1616 <dependency id =" NLog" version =" 5.0.0" ></dependency >
17- <dependency id =" CyberSource.Authentication" version =" [0.0.0.23 ]" ></dependency >
17+ <dependency id =" CyberSource.Authentication" version =" [0.0.0.24 ]" ></dependency >
1818 </dependencies >
1919 </metadata >
2020 <files >
Original file line number Diff line number Diff line change 106106 <Reference Include =" System.Runtime.Serialization" />
107107 <Reference Include =" System.Xml" />
108108 <Reference Include =" AuthenticationSdk" >
109- <HintPath >packages\CyberSource.Authentication.0.0.0.23 \lib\AuthenticationSdk.dll</HintPath >
109+ <HintPath >packages\CyberSource.Authentication.0.0.0.24 \lib\AuthenticationSdk.dll</HintPath >
110110 </Reference >
111111 { {#generatePropertyChanged} }
112112 <Reference Include =" PropertyChanged" >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<packages >
3- <package id =" CyberSource.Authentication" version =" 0.0.0.23 " targetFramework =" net461" />
3+ <package id =" CyberSource.Authentication" version =" 0.0.0.24 " targetFramework =" net461" />
44 <package id =" Microsoft.Bcl.AsyncInterfaces" version =" 8.0.0" targetFramework =" net461" />
55 <package id =" Newtonsoft.Json" version =" 13.0.3" targetFramework =" net461" />
66 <package id =" NLog" version =" 5.0.0" targetFramework =" net461" />
You can’t perform that action at this time.
0 commit comments