Skip to content

Commit 06762f5

Browse files
committed
Version 1.0.10
Added Universal Currency [UNIT] - voting winner https://gourl.io/coin-voting.html#voting
1 parent 81fd70a commit 06762f5

File tree

8 files changed

+15
-6
lines changed

8 files changed

+15
-6
lines changed

GoUrl/GoUrl.csproj

+2
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@
122122
<Content Include="images\dogecoin2.png" />
123123
<Content Include="images\feathercoin.png" />
124124
<Content Include="images\feathercoin2.png" />
125+
<Content Include="images\universalcurrency.png" />
126+
<Content Include="images\universalcurrency2.png" />
125127
<Content Include="images\index.html" />
126128
<Content Include="images\litecoin.png" />
127129
<Content Include="images\litecoin2.png" />

GoUrl/GoUrlCore/Controls.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ namespace Gourl.GoUrlCore
1111
{
1212
public static partial class Controls
1313
{
14-
private static readonly string[] CryptoboxCoins = { "bitcoin", "bitcoincash", "litecoin", "dash", "dogecoin", "speedcoin", "reddcoin", "potcoin", "feathercoin", "vertcoin", "peercoin", "monetaryunit" };
14+
private static readonly string[] CryptoboxCoins = { "bitcoin", "bitcoincash", "litecoin", "dash", "dogecoin", "speedcoin", "reddcoin", "potcoin", "feathercoin", "vertcoin", "peercoin", "monetaryunit", "universalcurrency" };
1515

1616
/// <summary>
1717
/// Display Cryptocoin Payment Box; the cryptobox will automatically displays successful message if payment has been received

GoUrl/GoUrlCore/Cryptobox.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ namespace Gourl.GoUrlCore
1919
{
2020
public class Cryptobox : IDisposable
2121
{
22-
private static readonly string[] CryptoboxCoins = { "bitcoin", "bitcoincash", "litecoin", "dash", "dogecoin", "speedcoin", "reddcoin", "potcoin", "feathercoin", "vertcoin", "peercoin", "monetaryunit" };
22+
private static readonly string[] CryptoboxCoins = { "bitcoin", "bitcoincash", "litecoin", "dash", "dogecoin", "speedcoin", "reddcoin", "potcoin", "feathercoin", "vertcoin", "peercoin", "monetaryunit", "universalcurrency" };
2323

2424
private OptionsModel options;
2525
private GoUrlEntities Context = new GoUrlEntities();
@@ -745,7 +745,7 @@ public void Dispose()
745745

746746
public static class CryptoHelper
747747
{
748-
private static readonly string[] CryptoboxCoins = { "bitcoin", "bitcoincash", "litecoin", "dash", "dogecoin", "speedcoin", "reddcoin", "potcoin", "feathercoin", "vertcoin", "peercoin", "monetaryunit" };
748+
private static readonly string[] CryptoboxCoins = { "bitcoin", "bitcoincash", "litecoin", "dash", "dogecoin", "speedcoin", "reddcoin", "potcoin", "feathercoin", "vertcoin", "peercoin", "monetaryunit", "universalcurrency" };
749749

750750
public static string cryptobox_selcoin(string[] coins, string defCoin = "")
751751
{

GoUrl/Properties/PublishProfiles/Gourl.pubxml.user

+6
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,12 @@
131131
<File Include="images/feathercoin2.png">
132132
<publishTime>04/04/2017 02:23:56</publishTime>
133133
</File>
134+
<File Include="images/universalcurrency.png">
135+
<publishTime>04/04/2017 02:23:56</publishTime>
136+
</File>
137+
<File Include="images/universalcurrency2.png">
138+
<publishTime>04/04/2017 02:23:56</publishTime>
139+
</File>
134140
<File Include="images/index.html">
135141
<publishTime>04/04/2017 02:23:56</publishTime>
136142
</File>

GoUrl/images/universalcurrency.png

4.68 KB
Loading

GoUrl/images/universalcurrency2.png

6.83 KB
Loading

GoUrl/packages.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="EntityFramework" version="6.0.0" targetFramework="net452" />
4-
<package id="GoUrl.io" version="1.0.9" targetFramework="net452" />
4+
<package id="GoUrl.io" version="1.0.10" targetFramework="net452" />
55
<package id="Microsoft.AspNet.Mvc" version="5.2.3" targetFramework="net452" />
66
<package id="Microsoft.AspNet.Mvc.ru" version="5.2.3" targetFramework="net452" />
77
<package id="Microsoft.AspNet.Razor" version="3.2.3" targetFramework="net452" />

readme.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
GoUrl.io Bitcoin/Altcoin Payment Gateway API ASP .NET C#
33
-----------------------------------------
44

5-
Version 1.0.9
5+
Version 1.0.10
66

7-
**Accept Bitcoin, Bitcoin Cash, Litecoin, Dash, Dogecoin, Speedcoin, Reddcoin, Potcoin, Feathercoin, Vertcoin, Peercoin, MonetaryUnit Payments Online on your website**
7+
**Accept Bitcoin, Bitcoin Cash, Litecoin, Dash, Dogecoin, Speedcoin, Reddcoin, Potcoin, Feathercoin, Vertcoin, Peercoin, UniversalCurrency, MonetaryUnit Payments Online on your website**
88

99

1010
Copyright &copy; 2014-2017 [Delta Consultants](https://gourl.io)
@@ -173,6 +173,7 @@ Payment API List :
173173
* [Potcoin Payment API](https://gourl.io/potcoin-payment-gateway-api.html)
174174
* [Feathercoin Payment API](https://gourl.io/feathercoin-payment-gateway-api.html)
175175
* [Vertcoin Payment API](https://gourl.io/vertcoin-payment-gateway-api.html)
176+
* [UniversalCurrency Payment API](https://gourl.io/universalcurrency-payment-gateway-api.html)
176177
* [MonetaryUnit Payment API](https://gourl.io/monetaryunit-payment-gateway-api.html)
177178
* [Peercoin Payment API](https://gourl.io/peercoin-payment-gateway-api.html)
178179

0 commit comments

Comments
 (0)