Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.7.5.1 #10

Merged
merged 28 commits into from
Dec 29, 2022
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
57b9ea7
Create dependabot.yml
ByronAP Dec 16, 2022
2d60512
Create codeql.yml
ByronAP Dec 16, 2022
5071d2a
Create dev_test_dotnet.yml
ByronAP Dec 16, 2022
00506e5
Create main_test_dotnet.yml
ByronAP Dec 16, 2022
887fb73
Create publish_dotnet.yml
ByronAP Dec 16, 2022
d33091c
Create bug_report.md
ByronAP Dec 16, 2022
72f52d9
Create feature_request.md
ByronAP Dec 16, 2022
954670c
Create FUNDING.yml
ByronAP Dec 16, 2022
bf1ca2f
initial commit
ByronAP Dec 24, 2022
7b216e3
fix test name
ByronAP Dec 24, 2022
545a3ef
warn on GetCoinOhlcHistoricTest http exception
ByronAP Dec 24, 2022
3ace386
change package id since existing id is in use
ByronAP Dec 24, 2022
e6fb325
Merge branch 'main' into dev
ByronAP Dec 24, 2022
4fbc27e
Update README.md
ByronAP Dec 24, 2022
7af37f2
Merge branch 'main' into dev
ByronAP Dec 24, 2022
41e3b84
Update README.md
ByronAP Dec 28, 2022
c9830b9
Bump NUnit.Analyzers from 3.3.0 to 3.5.0 (#4)
dependabot[bot] Dec 29, 2022
6e37f51
Bump Microsoft.NET.Test.Sdk from 17.3.2 to 17.4.1 (#5)
dependabot[bot] Dec 29, 2022
5784f18
Bump NUnit3TestAdapter from 4.2.1 to 4.3.1 (#6)
dependabot[bot] Dec 29, 2022
1b74429
Bump coverlet.collector from 3.1.2 to 3.2.0 (#7)
dependabot[bot] Dec 29, 2022
63f80d9
update test deps
ByronAP Dec 29, 2022
6009ee5
8 add service collection extension (#9)
ByronAP Dec 29, 2022
c13f3ae
make AthDate nullable
ByronAP Dec 29, 2022
fa9bc36
make PercentFromPriceAth nullable
ByronAP Dec 29, 2022
3234df9
warn not fail on payment required response
ByronAP Dec 29, 2022
a8d7052
update package keywords
ByronAP Dec 29, 2022
6d3a2bc
bump version 1.7.5.1
ByronAP Dec 29, 2022
ec59961
Merge branch 'main' into dev
ByronAP Dec 29, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
change package id since existing id is in use
  • Loading branch information
ByronAP committed Dec 24, 2022
commit 3ace386cbfacafe4624378970fbdd918e398ec6a
1 change: 1 addition & 0 deletions CoinpaprikaApi/CoinpaprikaApi.csproj
Original file line number Diff line number Diff line change
@@ -22,6 +22,7 @@
<PackageTags>coinpaprika,coinpaprika-api,api,bitcoin,eth,etherium,atom,cosmos,btc,usdt,tether,bnb,usdc,doge,dogecoin,xrp,ripple,ltc,litecoin,crypto,market,price,market-cap,cryptocurrencies,marketcap,netstandard</PackageTags>
<Description>Coinpaprika API Client Library</Description>
<Title>Coinpaprika API Client Library</Title>
<PackageId>Coinpaprika_Api</PackageId>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">