Skip to content

Commit

Permalink
#v3.1.1912.0-rc - Setup utility update + revision released (#67)
Browse files Browse the repository at this point in the history
* - BitPaySetup Utility updated to v3.1.1912

* - Version revision upgrade

* - Assemblies updated
  • Loading branch information
Antonio Buedo authored Dec 20, 2019
1 parent 41ccdd9 commit 1e1de5f
Show file tree
Hide file tree
Showing 37 changed files with 181 additions and 68 deletions.
Binary file not shown.
17 changes: 17 additions & 0 deletions Assemblies/BitPay.Net Setup utility/BitPaySetup.exe.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="mscorlib" publicKeyToken="b77a5c561934e089" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
</dependentAssembly>
</assemblyBinding>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file modified Assemblies/BitPay.Net Setup utility/System.Buffers.dll
100644 → 100755
Empty file.
Empty file modified Assemblies/BitPay.Net Setup utility/System.Memory.dll
100644 → 100755
Empty file.
Empty file modified Assemblies/BitPay.Net Setup utility/System.Numerics.Vectors.dll
100644 → 100755
Empty file.
Empty file.
Binary file modified Assemblies/BitPay.Net.Lib/net452/BitPay.dll
Binary file not shown.
Binary file modified Assemblies/BitPay.Net.Lib/net46/BitPay.dll
Binary file not shown.
Binary file modified Assemblies/BitPay.Net.Lib/net461/BitPay.dll
Binary file not shown.
Binary file modified Assemblies/BitPay.Net.Lib/net462/BitPay.dll
Binary file not shown.
Binary file modified Assemblies/BitPay.Net.Lib/net47/BitPay.dll
Binary file not shown.
Binary file modified Assemblies/BitPay.Net.Lib/net471/BitPay.dll
Binary file not shown.
Binary file modified Assemblies/BitPay.Net.Lib/net472/BitPay.dll
Binary file not shown.
15 changes: 12 additions & 3 deletions Assemblies/BitPay.Net.Lib/netcoreapp2.0/BitPay.deps.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v2.0",
"signature": "80a8f55388d9b2f28995086c98c8fcd09bac533a"
"signature": "d07ab26d185d4587bd7691268d0ba8ca672ebbaf"
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v2.0": {
"BitPay/3.0.1907": {
"BitPay/3.1.1912": {
"dependencies": {
"BouncyCastle": "1.8.5",
"Microsoft.CSharp": "4.5.0",
"Microsoft.Extensions.Configuration": "2.2.0",
"Microsoft.Extensions.Configuration.Json": "2.2.0",
"Newtonsoft.Json": "12.0.2"
Expand All @@ -25,6 +26,7 @@
}
}
},
"Microsoft.CSharp/4.5.0": {},
"Microsoft.Extensions.Configuration/2.2.0": {
"dependencies": {
"Microsoft.Extensions.Configuration.Abstractions": "2.2.0"
Expand Down Expand Up @@ -145,7 +147,7 @@
}
},
"libraries": {
"BitPay/3.0.1907": {
"BitPay/3.1.1912": {
"type": "project",
"serviceable": false,
"sha512": ""
Expand All @@ -157,6 +159,13 @@
"path": "bouncycastle/1.8.5",
"hashPath": "bouncycastle.1.8.5.nupkg.sha512"
},
"Microsoft.CSharp/4.5.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-kaj6Wb4qoMuH3HySFJhxwQfe8R/sJsNJnANrvv8WdFPMoNbKY5htfNscv+LHCu5ipz+49m2e+WQXpLXr9XYemQ==",
"path": "microsoft.csharp/4.5.0",
"hashPath": "microsoft.csharp.4.5.0.nupkg.sha512"
},
"Microsoft.Extensions.Configuration/2.2.0": {
"type": "package",
"serviceable": true,
Expand Down
Binary file modified Assemblies/BitPay.Net.Lib/netcoreapp2.0/BitPay.dll
Binary file not shown.
15 changes: 12 additions & 3 deletions Assemblies/BitPay.Net.Lib/netcoreapp2.1/BitPay.deps.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v2.1",
"signature": "80a8f55388d9b2f28995086c98c8fcd09bac533a"
"signature": "d07ab26d185d4587bd7691268d0ba8ca672ebbaf"
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v2.1": {
"BitPay/3.0.1907": {
"BitPay/3.1.1912": {
"dependencies": {
"BouncyCastle": "1.8.5",
"Microsoft.CSharp": "4.5.0",
"Microsoft.Extensions.Configuration": "2.2.0",
"Microsoft.Extensions.Configuration.Json": "2.2.0",
"Newtonsoft.Json": "12.0.2"
Expand All @@ -25,6 +26,7 @@
}
}
},
"Microsoft.CSharp/4.5.0": {},
"Microsoft.Extensions.Configuration/2.2.0": {
"dependencies": {
"Microsoft.Extensions.Configuration.Abstractions": "2.2.0"
Expand Down Expand Up @@ -135,7 +137,7 @@
}
},
"libraries": {
"BitPay/3.0.1907": {
"BitPay/3.1.1912": {
"type": "project",
"serviceable": false,
"sha512": ""
Expand All @@ -147,6 +149,13 @@
"path": "bouncycastle/1.8.5",
"hashPath": "bouncycastle.1.8.5.nupkg.sha512"
},
"Microsoft.CSharp/4.5.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-kaj6Wb4qoMuH3HySFJhxwQfe8R/sJsNJnANrvv8WdFPMoNbKY5htfNscv+LHCu5ipz+49m2e+WQXpLXr9XYemQ==",
"path": "microsoft.csharp/4.5.0",
"hashPath": "microsoft.csharp.4.5.0.nupkg.sha512"
},
"Microsoft.Extensions.Configuration/2.2.0": {
"type": "package",
"serviceable": true,
Expand Down
Binary file modified Assemblies/BitPay.Net.Lib/netcoreapp2.1/BitPay.dll
Binary file not shown.
15 changes: 12 additions & 3 deletions Assemblies/BitPay.Net.Lib/netcoreapp2.2/BitPay.deps.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v2.2",
"signature": "80a8f55388d9b2f28995086c98c8fcd09bac533a"
"signature": "d07ab26d185d4587bd7691268d0ba8ca672ebbaf"
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v2.2": {
"BitPay/3.0.1907": {
"BitPay/3.1.1912": {
"dependencies": {
"BouncyCastle": "1.8.5",
"Microsoft.CSharp": "4.5.0",
"Microsoft.Extensions.Configuration": "2.2.0",
"Microsoft.Extensions.Configuration.Json": "2.2.0",
"Newtonsoft.Json": "12.0.2"
Expand All @@ -25,6 +26,7 @@
}
}
},
"Microsoft.CSharp/4.5.0": {},
"Microsoft.Extensions.Configuration/2.2.0": {
"dependencies": {
"Microsoft.Extensions.Configuration.Abstractions": "2.2.0"
Expand Down Expand Up @@ -135,7 +137,7 @@
}
},
"libraries": {
"BitPay/3.0.1907": {
"BitPay/3.1.1912": {
"type": "project",
"serviceable": false,
"sha512": ""
Expand All @@ -147,6 +149,13 @@
"path": "bouncycastle/1.8.5",
"hashPath": "bouncycastle.1.8.5.nupkg.sha512"
},
"Microsoft.CSharp/4.5.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-kaj6Wb4qoMuH3HySFJhxwQfe8R/sJsNJnANrvv8WdFPMoNbKY5htfNscv+LHCu5ipz+49m2e+WQXpLXr9XYemQ==",
"path": "microsoft.csharp/4.5.0",
"hashPath": "microsoft.csharp.4.5.0.nupkg.sha512"
},
"Microsoft.Extensions.Configuration/2.2.0": {
"type": "package",
"serviceable": true,
Expand Down
Binary file modified Assemblies/BitPay.Net.Lib/netcoreapp2.2/BitPay.dll
Binary file not shown.
22 changes: 19 additions & 3 deletions Assemblies/BitPay.Net.Lib/netstandard2.0/BitPay.deps.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
{
"runtimeTarget": {
"name": ".NETStandard,Version=v2.0/",
"signature": "5849991ff75e4644f105e90d3e5a85770afcf497"
"signature": "44de46c3c430d0e1ec6587f80796d9950950cf43"
},
"compilationOptions": {},
"targets": {
".NETStandard,Version=v2.0": {},
".NETStandard,Version=v2.0/": {
"BitPay/3.0.1907": {
"BitPay/3.1.1912": {
"dependencies": {
"BouncyCastle": "1.8.5",
"Microsoft.CSharp": "4.5.0",
"Microsoft.Extensions.Configuration": "2.2.0",
"Microsoft.Extensions.Configuration.Json": "2.2.0",
"NETStandard.Library": "2.0.3",
Expand All @@ -27,6 +28,14 @@
}
}
},
"Microsoft.CSharp/4.5.0": {
"runtime": {
"lib/netstandard2.0/Microsoft.CSharp.dll": {
"assemblyVersion": "4.0.4.0",
"fileVersion": "4.6.26515.6"
}
}
},
"Microsoft.Extensions.Configuration/2.2.0": {
"dependencies": {
"Microsoft.Extensions.Configuration.Abstractions": "2.2.0"
Expand Down Expand Up @@ -171,7 +180,7 @@
}
},
"libraries": {
"BitPay/3.0.1907": {
"BitPay/3.1.1912": {
"type": "project",
"serviceable": false,
"sha512": ""
Expand All @@ -183,6 +192,13 @@
"path": "bouncycastle/1.8.5",
"hashPath": "bouncycastle.1.8.5.nupkg.sha512"
},
"Microsoft.CSharp/4.5.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-kaj6Wb4qoMuH3HySFJhxwQfe8R/sJsNJnANrvv8WdFPMoNbKY5htfNscv+LHCu5ipz+49m2e+WQXpLXr9XYemQ==",
"path": "microsoft.csharp/4.5.0",
"hashPath": "microsoft.csharp.4.5.0.nupkg.sha512"
},
"Microsoft.Extensions.Configuration/2.2.0": {
"type": "package",
"serviceable": true,
Expand Down
Binary file modified Assemblies/BitPay.Net.Lib/netstandard2.0/BitPay.dll
Binary file not shown.
Binary file added Assemblies/BitPay.Net.Lib_3.1.1912.zip
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions BitPay/BitPay.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@

/**
* @author Antonio Buedo
* @date 7.18.2019
* @version 3.0.1907
* @date 20.12.2019
* @version 3.1.1912
*
* See bitpay.com/api for more information.
*/
Expand Down
8 changes: 4 additions & 4 deletions BitPay/BitPay.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<TargetFrameworks>net452;net46;net461;net462;net47;net471;net472;netstandard2.0;netcoreapp2.0;netcoreapp2.1;netcoreapp2.2</TargetFrameworks>
<LangVersion>latest</LangVersion>
<!-- version numbers will be updated by build -->
<AssemblyVersion>3.0.1907.0</AssemblyVersion>
<FileVersion>3.0.1907</FileVersion>
<VersionPrefix>3.0.1907</VersionPrefix>
<Version>3.0.1907</Version>
<AssemblyVersion>3.1.1912.0</AssemblyVersion>
<FileVersion>3.1.1912</FileVersion>
<VersionPrefix>3.1.1912</VersionPrefix>
<Version>3.1.1912</Version>
<Authors>Antonio Buedo</Authors>
<Company>BitPay Inc.</Company>
<Owners>BitPay, Inc.</Owners>
Expand Down
2 changes: 1 addition & 1 deletion BitPay/Env.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ public class Env
public const string TestUrl = "https://test.bitpay.com/";
public const string ProdUrl = "https://bitpay.com/";
public const string BitpayApiVersion = "2.0.0";
public const string BitpayPluginInfo = "BitPay_DotNet_Client_v3.0.1907";
public const string BitpayPluginInfo = "BitPay_DotNet_Client_v3.1.1912";
public class Tokens
{
public string POS { get; set; }
Expand Down
14 changes: 2 additions & 12 deletions BitPaySetup/GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,21 +81,14 @@ Once you have gone through all steps, the environment file is ready to be used w
"Environment": "Prod",
"EnvConfig": {
"Test": {
"ClientDescription": "Testing client",
"ApiUrl": "https://test.bitpay.com/",
"ApiVersion": "2.0.0",
"PrivateKeyPath": "bitpay_private_test.key",
"PrivateKeyPath": "/full-directory/bitpay_private_test.key",
"ApiTokens": {
"pos": "6KrZJk6yY69r67bnHmMymCk4ch9NrWB6pf8BjPHZrciU",
"merchant": "AjrKe6WZs6D3D37vkYM3Q1AED4TU4yZGs99BtDzcJuT7",
"payroll": "wZ4Q7GZdETCiz3mVVFVitFWDcdp6bppEVRYcBTxjkGg"
}
},
"Prod": {
"ClientDescription": "Production client",
"ApiUrl": "https://bitpay.com/",
"ApiVersion": "2.0.0",
"PrivateKeyPath": "bitpay_private_prod.key",
"PrivateKeyPath": "/full-directory/bitpay_private_prod.key",
"ApiTokens": {
"pos": "AgwE4UPVBwZwcZAWiNLPQewD4AKMCzTQxjTsDTHt7esi",
"merchant": "9PLzuhu6X2wRNqDWVzot7V",
Expand All @@ -109,9 +102,6 @@ Once you have gone through all steps, the environment file is ready to be used w

- **Environment:** This value points the client on the direction of the **targeted environment**, which can be set to either **Test** or **Prod**.
- **EnvConfig:** Holds the configuration of each available environment.
- **ClientDescription:** Names the client name which will help to identify the API Tokens in your BitPay account.
- **ApiUrl:** Defines the BitPay API End-point Url.*
- **ApiVersion:** Defines the BitPay API version.*
- **PrivateKeyPath:** Points to the path where the private key file is located.**
- **ApiTokens:** Holds the token for each one of the facades that you are allowed to use.
<br/><sub><sub>* Do not change unless BitPay asks you to </sub></sub>
Expand Down
Loading

0 comments on commit 1e1de5f

Please sign in to comment.