From 53f2dc6850ffcf9c30467eaa594eb68072d645ed Mon Sep 17 00:00:00 2001 From: Bahrudin Hrnjica Date: Thu, 16 Nov 2023 18:21:25 +0100 Subject: [PATCH 1/5] Update CI_dotnet.yml --- .github/workflows/CI_dotnet.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/CI_dotnet.yml b/.github/workflows/CI_dotnet.yml index 7326dcf..2765167 100644 --- a/.github/workflows/CI_dotnet.yml +++ b/.github/workflows/CI_dotnet.yml @@ -22,12 +22,8 @@ jobs: uses: actions/setup-dotnet@v3 with: dotnet-version: | - 2.1.x - 3.0.x - 3.1.x - 5.0.x - 6.0.x 7.0.x + 8.0.x - name: Restore dependencies run: dotnet restore From ad5029aacaf4108013d8dd4aee9c4b730c0ef733 Mon Sep 17 00:00:00 2001 From: Bahrudin Hrnjica Date: Thu, 16 Nov 2023 18:22:24 +0100 Subject: [PATCH 2/5] Update CI_dotnet_Linux.yml --- .github/workflows/CI_dotnet_Linux.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/CI_dotnet_Linux.yml b/.github/workflows/CI_dotnet_Linux.yml index 36d9720..24cadcd 100644 --- a/.github/workflows/CI_dotnet_Linux.yml +++ b/.github/workflows/CI_dotnet_Linux.yml @@ -20,11 +20,8 @@ jobs: uses: actions/setup-dotnet@v3 with: dotnet-version: | - 3.0.x - 3.1.x - 5.0.x - 6.0.x 7.0.x + 8.0.x - name: Restore dependencies run: dotnet restore - name: Build From 0d6a88ff7c463e45867b4f5a7ef35a95fd50d5a3 Mon Sep 17 00:00:00 2001 From: Bahrudin Hrnjica Date: Thu, 16 Nov 2023 18:29:19 +0100 Subject: [PATCH 3/5] Update README.MD --- README.MD | 1 + 1 file changed, 1 insertion(+) diff --git a/README.MD b/README.MD index 56e60e6..c44d4ae 100644 --- a/README.MD +++ b/README.MD @@ -9,6 +9,7 @@ Daany v2.0 - .NET **DA**ta **AN**al**Y**tics .NET library with the implementatio [![Continuous Integration Windows](https://github.com/bhrnjica/daany/actions/workflows/CI_dotnet.yml/badge.svg)](https://github.com/bhrnjica/daany/actions/workflows/CI_dotnet.yml) [![Continuous Integration Linux](https://github.com/bhrnjica/daany/actions/workflows/CI_dotnet_Linux.yml/badge.svg)](https://github.com/bhrnjica/daany/actions/workflows/CI_dotnet_Linux.yml) +[Nuget Downloads](https://img.shields.io/nuget/dt/Daany.DataFrame) *[Daany Developer Guide](/docs/DevGuide/developer_guide.md)* - complete guide for developers. From d8a1f041e755cfc359605666c79a8d2d37470fd8 Mon Sep 17 00:00:00 2001 From: Bahrudin Hrnjica Date: Thu, 16 Nov 2023 18:30:31 +0100 Subject: [PATCH 4/5] Update README.MD --- README.MD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.MD b/README.MD index c44d4ae..d759ecb 100644 --- a/README.MD +++ b/README.MD @@ -9,7 +9,9 @@ Daany v2.0 - .NET **DA**ta **AN**al**Y**tics .NET library with the implementatio [![Continuous Integration Windows](https://github.com/bhrnjica/daany/actions/workflows/CI_dotnet.yml/badge.svg)](https://github.com/bhrnjica/daany/actions/workflows/CI_dotnet.yml) [![Continuous Integration Linux](https://github.com/bhrnjica/daany/actions/workflows/CI_dotnet_Linux.yml/badge.svg)](https://github.com/bhrnjica/daany/actions/workflows/CI_dotnet_Linux.yml) -[Nuget Downloads](https://img.shields.io/nuget/dt/Daany.DataFrame) +[![Continuous Integration Windows](https://github.com/bhrnjica/daany/actions/workflows/CI_dotnet.yml/badge.svg)](https://github.com/bhrnjica/daany/actions/workflows/CI_dotnet.yml) +![Nuget](https://img.shields.io/nuget/dt/Daany.DataFrame) + *[Daany Developer Guide](/docs/DevGuide/developer_guide.md)* - complete guide for developers. From 1abc21b25e3af3558bd050e30ea07b59de0bd09c Mon Sep 17 00:00:00 2001 From: Bahrudin Hrnjica Date: Thu, 16 Nov 2023 18:31:06 +0100 Subject: [PATCH 5/5] Update README.MD --- README.MD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.MD b/README.MD index d759ecb..e411210 100644 --- a/README.MD +++ b/README.MD @@ -5,12 +5,11 @@ Daany v2.0 - .NET **DA**ta **AN**al**Y**tics .NET library with the implementatio ![License](https://img.shields.io/github/license/bhrnjica/Daany) [![NuGet Status](https://img.shields.io/nuget/v/Daany.DataFrame?color=red&style=plastic)](https://www.nuget.org/packages/Daany.DataFrame/) +![Nuget](https://img.shields.io/nuget/dt/Daany.DataFrame) [![Continuous Integration Windows](https://github.com/bhrnjica/daany/actions/workflows/CI_dotnet.yml/badge.svg)](https://github.com/bhrnjica/daany/actions/workflows/CI_dotnet.yml) - [![Continuous Integration Linux](https://github.com/bhrnjica/daany/actions/workflows/CI_dotnet_Linux.yml/badge.svg)](https://github.com/bhrnjica/daany/actions/workflows/CI_dotnet_Linux.yml) -[![Continuous Integration Windows](https://github.com/bhrnjica/daany/actions/workflows/CI_dotnet.yml/badge.svg)](https://github.com/bhrnjica/daany/actions/workflows/CI_dotnet.yml) -![Nuget](https://img.shields.io/nuget/dt/Daany.DataFrame) + *[Daany Developer Guide](/docs/DevGuide/developer_guide.md)* - complete guide for developers.