From 7f89886984425e4ac85b4e8ef9a56fa32fe87176 Mon Sep 17 00:00:00 2001 From: "G. Petrakis" Date: Wed, 25 May 2022 12:32:51 +0300 Subject: [PATCH 1/2] Create dotnet.yml --- .github/workflows/dotnet.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/workflows/dotnet.yml diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml new file mode 100644 index 0000000..72f268b --- /dev/null +++ b/.github/workflows/dotnet.yml @@ -0,0 +1,25 @@ +name: .NET + +on: + push: + branches: [ master ] + pull_request: + branches: [ master ] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v3 + - name: Setup .NET + uses: actions/setup-dotnet@v2 + with: + dotnet-version: 6.0.x + - name: Restore dependencies + run: dotnet restore + - name: Build + run: dotnet build --no-restore + - name: Test + run: dotnet test --no-build --verbosity normal From 0149df08d1cb85fe9481875b0abfff8590bb2142 Mon Sep 17 00:00:00 2001 From: "G. Petrakis" Date: Wed, 25 May 2022 13:09:07 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cc2860b..79a0f9f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # 20i API dotnet libary -![Nuget](https://img.shields.io/nuget/v/20i-api-dotnet?style=flat-square) +![Nuget](https://img.shields.io/nuget/v/20i-api-dotnet?style=flat-square) +#### [Nuget Gallery](https://www.nuget.org/packages/20i-api-dotnet/) + #### Get started with 3 steps