From fd450e2ce5b01a5a469f10ea1930b24fa0a74ba7 Mon Sep 17 00:00:00 2001 From: Ivar Løvlie <38570165+ivarlovlie@users.noreply.github.com> Date: Thu, 1 Apr 2021 00:15:25 +0200 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d52c985..0653b50 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Implements https://vippsas.github.io/vipps-ecom-api/, more or less (see [IVippsE The service targets net5.0. \ [Nuget page](https://nuget.org/packages/IOL.VippsEcommerce/) -[Fuget page](https://fuget.org/packages/IOL.VippsEcommerce/) +[![IOL.VippsEcommerce on fuget.org](https://www.fuget.org/packages/IOL.VippsEcommerce/badge.svg)](https://www.fuget.org/packages/IOL.VippsEcommerce) ## Configuration -- cgit v1.3 From f77b95e17d877c4a239fc71942ba0b7613fa8297 Mon Sep 17 00:00:00 2001 From: Ivar Løvlie <38570165+ivarlovlie@users.noreply.github.com> Date: Thu, 1 Apr 2021 00:19:07 +0200 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0653b50..a7b487d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Implements https://vippsas.github.io/vipps-ecom-api/, more or less (see [IVippsE `dotnet add package IOL.VippsEcommerce` The service targets net5.0. \ -[Nuget page](https://nuget.org/packages/IOL.VippsEcommerce/) +[![IOL.VippsEcommerce on nuget.org](https://img.shields.io/nuget/v/IOL.VippsEcommerce)](https://www.nuget.org/packages/IOL.VippsEcommerce) [![IOL.VippsEcommerce on fuget.org](https://www.fuget.org/packages/IOL.VippsEcommerce/badge.svg)](https://www.fuget.org/packages/IOL.VippsEcommerce) ## Configuration -- cgit v1.3 From 64acf8a1a47e61b6e963be3d2b7dc13034c9e2d7 Mon Sep 17 00:00:00 2001 From: Ivar Løvlie <38570165+ivarlovlie@users.noreply.github.com> Date: Thu, 1 Apr 2021 00:23:33 +0200 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a7b487d..008f759 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Implements https://vippsas.github.io/vipps-ecom-api/, more or less (see [IVippsE ## Install `dotnet add package IOL.VippsEcommerce` -The service targets net5.0. \ +![IOL.VippsEcommerce on nuget.org](https://img.shields.io/badge/target:-dotnet5.0-blue) [![IOL.VippsEcommerce on nuget.org](https://img.shields.io/nuget/v/IOL.VippsEcommerce)](https://www.nuget.org/packages/IOL.VippsEcommerce) [![IOL.VippsEcommerce on fuget.org](https://www.fuget.org/packages/IOL.VippsEcommerce/badge.svg)](https://www.fuget.org/packages/IOL.VippsEcommerce) -- cgit v1.3 From b291aa6fe431fe24749c235eb4efd9888939b236 Mon Sep 17 00:00:00 2001 From: Ivar Løvlie <38570165+ivarlovlie@users.noreply.github.com> Date: Thu, 1 Apr 2021 00:25:23 +0200 Subject: Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 008f759..7b55776 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ Implements https://vippsas.github.io/vipps-ecom-api/, more or less (see [IVippsEcommerceService.cs](https://github.com/ivarlovlie/IOL.VippsEcommerce/blob/master/src/IOL.VippsEcommerce/IVippsEcommerceService.cs)). -## Install `dotnet add package IOL.VippsEcommerce` ![IOL.VippsEcommerce on nuget.org](https://img.shields.io/badge/target:-dotnet5.0-blue) -- cgit v1.3