Skip to content

Commit 9d696d5

Browse files
committed
Update for release
1 parent c16b8a2 commit 9d696d5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cybersource-rest-auth-netstandard/AuthenticationSdk/AuthenticationSdk/AuthenticationSdk.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.1</TargetFramework>
55
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
6-
<Version>0.0.1.4</Version>
6+
<Version>0.0.1.5</Version>
77
<Authors>CyberSource</Authors>
88
<Product>Authentication_SDK</Product>
99
<Description />

cybersource-rest-client-netstandard/cybersource-rest-client-netstandard/cybersource-rest-client-netstandard.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.1</TargetFramework>
55
<RootNamespace>CyberSource</RootNamespace>
6-
<Version>0.0.1.10</Version>
6+
<Version>0.0.1.11</Version>
77
<Authors>CyberSource</Authors>
88
<Company>CyberSource</Company>
99
<Description>A library generated from a Swagger doc</Description>
@@ -25,7 +25,7 @@
2525
</PropertyGroup>
2626

2727
<ItemGroup>
28-
<PackageReference Include="CyberSource.Authentication.NetStandard" Version="0.0.1.4" />
28+
<PackageReference Include="CyberSource.Authentication.NetStandard" Version="0.0.1.5" />
2929
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
3030
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
3131
<PackageReference Include="NLog" Version="4.5.10" />

0 commit comments

Comments
 (0)