Skip to content

Commit

Permalink
Update to new version
Browse files Browse the repository at this point in the history
  • Loading branch information
gnongsie committed Mar 3, 2022
1 parent c951322 commit 41f3717
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.19")]
[assembly: AssemblyFileVersion("0.0.1.19")]
[assembly: AssemblyVersion("0.0.1.20")]
[assembly: AssemblyFileVersion("0.0.1.20")]
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.19</version>
<version>0.0.1.20</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.12"></dependency>
<dependency id="CyberSource.Authentication" version="0.0.0.13"></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.12" />
<package id="CyberSource.Authentication" version="0.0.0.13" />
<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 41f3717

Please sign in to comment.