Skip to content

Commit

Permalink
updating the version for june release
Browse files Browse the repository at this point in the history
  • Loading branch information
gaubansa committed Jun 21, 2022
1 parent ac9da91 commit aa8ecf6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.0.1.23")]
[assembly: AssemblyFileVersion("0.0.1.23")]
[assembly: AssemblyVersion("0.0.1.24")]
[assembly: AssemblyFileVersion("0.0.1.24")]
4 changes: 2 additions & 2 deletions cybersource-rest-client-dotnet.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>CyberSource.Rest.Client</id>
<version>0.0.1.23</version>
<version>0.0.1.24</version>
<title>CyberSource.Rest.Client</title>
<authors>CyberSource Corporation</authors>
<owners>CyberSource</owners>
Expand All @@ -14,7 +14,7 @@
<dependency id="Newtonsoft.Json" version="11.0.2"></dependency>
<dependency id="RestSharp" version="106.12.0"></dependency>
<dependency id="NLog" version="4.5.10"></dependency>
<dependency id="CyberSource.Authentication" version="0.0.0.14"></dependency>
<dependency id="CyberSource.Authentication" version="0.0.0.15"></dependency>
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="CyberSource.Authentication" version="0.0.0.14" targetFramework="net461" />
<package id="CyberSource.Authentication" version="0.0.0.15" targetFramework="net461" />
<package id="Newtonsoft.Json" version="11.0.2" targetFramework="net45" />
<package id="NLog" version="4.5.10" targetFramework="net461" />
<package id="RestSharp" version="106.12.0" targetFramework="net452" />
Expand Down

0 comments on commit aa8ecf6

Please sign in to comment.