From 1c3a6cc80ed7f500b1f3411a7a629df055159e6f Mon Sep 17 00:00:00 2001 From: Winner-Timothy Bolorunduro Date: Fri, 5 Mar 2021 13:58:34 +0100 Subject: [PATCH 1/5] ch: move the icon around --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f8efb49..add66bf 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ # dotenv.net [![CircleCI](https://circleci.com/gh/bolorundurowb/dotenv.net.svg?style=svg)](https://circleci.com/gh/bolorundurowb/dotenv.net) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE) [![Coverage Status](https://coveralls.io/repos/github/bolorundurowb/dotenv.net/badge.svg?branch=master)](https://coveralls.io/github/bolorundurowb/dotenv.net?branch=master) +[![Made in Nigeria](https://img.shields.io/badge/made%20in-nigeria-008751.svg?style=flat-square)](https://github.com/acekyd/made-in-nigeria) -[![project icon](https://res.cloudinary.com/dg2dgzbt4/image/upload/v1587070177/external_assets/open_source/icons/dotenv.png)]() [![Made in Nigeria](https://img.shields.io/badge/made%20in-nigeria-008751.svg?style=flat-square)](https://github.com/acekyd/made-in-nigeria) +[![project icon](https://res.cloudinary.com/dg2dgzbt4/image/upload/v1587070177/external_assets/open_source/icons/dotenv.png)]() dotenv.net is a group of projects that aim to make the process of reading `.env` files as simple and pain-free as possible in the dotnet ecosystem. It contains a core library that holds the env reading functionality and two libraries that add dependency injection (DI) support for two popular DI systems. If you have ideas or issues, feel free to create an issue. From 2837ccae0dfa0ea3e539722db17e4d29d25920c8 Mon Sep 17 00:00:00 2001 From: Winner-Timothy Bolorunduro Date: Fri, 5 Mar 2021 13:59:11 +0100 Subject: [PATCH 2/5] ch: remove whitespace --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index add66bf..415f6fc 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # dotenv.net -[![CircleCI](https://circleci.com/gh/bolorundurowb/dotenv.net.svg?style=svg)](https://circleci.com/gh/bolorundurowb/dotenv.net) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE) [![Coverage Status](https://coveralls.io/repos/github/bolorundurowb/dotenv.net/badge.svg?branch=master)](https://coveralls.io/github/bolorundurowb/dotenv.net?branch=master) -[![Made in Nigeria](https://img.shields.io/badge/made%20in-nigeria-008751.svg?style=flat-square)](https://github.com/acekyd/made-in-nigeria) +[![CircleCI](https://circleci.com/gh/bolorundurowb/dotenv.net.svg?style=svg)](https://circleci.com/gh/bolorundurowb/dotenv.net) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE) [![Coverage Status](https://coveralls.io/repos/github/bolorundurowb/dotenv.net/badge.svg?branch=master)](https://coveralls.io/github/bolorundurowb/dotenv.net?branch=master) [![Made in Nigeria](https://img.shields.io/badge/made%20in-nigeria-008751.svg?style=flat-square)](https://github.com/acekyd/made-in-nigeria) [![project icon](https://res.cloudinary.com/dg2dgzbt4/image/upload/v1587070177/external_assets/open_source/icons/dotenv.png)]() From 5e6ccc9510f59c36d945b64b050c90af454ab13a Mon Sep 17 00:00:00 2001 From: Winner-Timothy Bolorunduro Date: Fri, 5 Mar 2021 14:01:25 +0100 Subject: [PATCH 3/5] ch: update contributor list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 415f6fc..d33b961 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ dotenv.net is a group of projects that aim to make the process of reading `.env` Big ups to those who have contributed to these libraries. :clap: -[@bolorundurowb](https://github.com/bolorundurowb) [@joliveros](https://github.com/joliveros) [@vizeke](https://github.com/vizeke) [@merqlove](https://github.com/merqlove) [@tracker1](https://github.com/tracker1) [@NaturalWill](https://github.com/NaturalWill) [@texyh](https://github.com/texyh) +[@bolorundurowb](https://github.com/bolorundurowb) [@joliveros](https://github.com/joliveros) [@vizeke](https://github.com/vizeke) [@merqlove](https://github.com/merqlove) [@tracker1](https://github.com/tracker1) [@NaturalWill](https://github.com/NaturalWill) [@texyh](https://github.com/texyh) [@jonlabelle](https://github.com/jonlabelle) [@Gounlaf](https://github.com/Gounlaf) [@DTTerastar](https://github.com/DTTerastar) ## How to use this documentation From 32e311ce75a920a7e353d9723a83804a848abb2f Mon Sep 17 00:00:00 2001 From: Winner-Timothy Bolorunduro Date: Fri, 5 Mar 2021 14:04:57 +0100 Subject: [PATCH 4/5] ch: change to dotnet 5 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ac4d901..93a5fc9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2.0 jobs: build: docker: - - image: mcr.microsoft.com/dotnet/sdk:3.1 + - image: mcr.microsoft.com/dotnet/sdk:5.0 steps: - checkout - run: From d4c818acf6ff514d6092f14ed0495e2b0c68e5c6 Mon Sep 17 00:00:00 2001 From: Winner-Timothy Bolorunduro Date: Fri, 5 Mar 2021 14:07:02 +0100 Subject: [PATCH 5/5] ch: use specific coveralls version --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 93a5fc9..6b95db9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2.0 jobs: build: docker: - - image: mcr.microsoft.com/dotnet/sdk:5.0 + - image: mcr.microsoft.com/dotnet/sdk:3.1 steps: - checkout - run: @@ -28,7 +28,7 @@ jobs: - run: name: Install Coveralls command: - dotnet tool install coveralls.net --tool-path tools + dotnet tool install coveralls.net --version 2.0.0 --tool-path tools - run: name: Report Coverage command: