Skip to content

Commit 409884b

Browse files
authored
Merge pull request #38 from CyberSource/masking-fix
Update Authentication SDK to new version
2 parents 6120a8e + 19f1aeb commit 409884b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.6</Version>
6+
<Version>0.0.1.7</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: 1 addition & 1 deletion
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.14</Version>
6+
<Version>0.0.1.15</Version>
77
<Authors>CyberSource</Authors>
88
<Company>CyberSource</Company>
99
<Description>A library generated from a Swagger doc</Description>

0 commit comments

Comments
 (0)