Skip to content

Commit 5c739db

Browse files
committed
+ Preparing versions for next release.
+ Updating version of dependency (Authentication SDK)
1 parent 12c8432 commit 5c739db

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
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.0.3")]
32-
[assembly: AssemblyFileVersion("0.0.0.3")]
31+
[assembly: AssemblyVersion("0.0.0.5")]
32+
[assembly: AssemblyFileVersion("0.0.0.5")]

cybersource-rest-client-dotnet.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ OpenAPI spec version: 0.0.1
3838
<WarningLevel>4</WarningLevel>
3939
</PropertyGroup>
4040
<ItemGroup>
41-
<Reference Include="AuthenticationSdk, Version=0.0.0.2, Culture=neutral, processorArchitecture=MSIL">
42-
<HintPath>packages\CyberSource.Authentication.0.0.0.2\lib\AuthenticationSdk.dll</HintPath>
41+
<Reference Include="AuthenticationSdk, Version=0.0.0.3, Culture=neutral, processorArchitecture=MSIL">
42+
<HintPath>packages\CyberSource.Authentication.0.0.0.3\lib\AuthenticationSdk.dll</HintPath>
4343
<Private>True</Private>
4444
</Reference>
4545
<Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">

cybersource-rest-client-dotnet.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package >
33
<metadata>
44
<id>CyberSource.Rest.Client</id>
5-
<version>0.0.0.4</version>
5+
<version>0.0.0.5</version>
66
<title>CyberSource.Rest.Client</title>
77
<authors>CyberSource Corporation</authors>
88
<owners>CyberSource</owners>

packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="CyberSource.Authentication" version="0.0.0.2" targetFramework="net461" />
3+
<package id="CyberSource.Authentication" version="0.0.0.3" targetFramework="net461" />
44
<package id="Newtonsoft.Json" version="11.0.2" targetFramework="net45" />
55
<package id="RestSharp" version="106.5.4" targetFramework="net461" />
66
</packages>

0 commit comments

Comments
 (0)