Skip to content

Commit

Permalink
Merge pull request #72 from CyberSource/fix-version
Browse files Browse the repository at this point in the history
Fix for client library version
  • Loading branch information
gaubansa authored Sep 25, 2024
2 parents 94c782a + f8fe30f commit 2d83179
Show file tree
Hide file tree
Showing 9 changed files with 434 additions and 402 deletions.
2 changes: 1 addition & 1 deletion CyberSource.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>CyberSource</id>
<version>1.4.7</version>
<version>1.4.8</version>
<title>CyberSource Corporation</title>
<authors>CyberSource Corporation</authors>
<owners>CyberSource Corporation</owners>
Expand Down
4 changes: 2 additions & 2 deletions CyberSource/Base/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.4.7")]
[assembly: AssemblyFileVersion("1.4.7")]
[assembly: AssemblyVersion("1.4.8")]
[assembly: AssemblyFileVersion("1.4.8")]
Loading

0 comments on commit 2d83179

Please sign in to comment.