From d6f091e0bd61ff1157802a603510a1d00f2efba8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Renan=20Arag=C3=A3o?= Date: Sun, 17 Dec 2023 02:41:08 -0300 Subject: [PATCH] update reade.md --- FlurlX.Http.Xml.sln | 1 - README.md | 7 +++---- src/FlurlX.Http.Xml/FlurlX.Http.Xml.csproj | 2 +- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/FlurlX.Http.Xml.sln b/FlurlX.Http.Xml.sln index 7a4c0ae..5014db9 100644 --- a/FlurlX.Http.Xml.sln +++ b/FlurlX.Http.Xml.sln @@ -7,7 +7,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution ProjectSection(SolutionItems) = preProject .gitattributes = .gitattributes .gitignore = .gitignore - appveyor.yml = appveyor.yml global.json = global.json README.md = README.md EndProjectSection diff --git a/README.md b/README.md index e4632d5..2b38370 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,8 @@ ![Icon](http://i.imgur.com/llEKpRL.png?1) # FlurlX.Http.Xml -[![Build status](https://ci.appveyor.com/api/projects/status/16qwl13xsaylb450?svg=true)](https://ci.appveyor.com/project/lvermeulen/flurl-http-xml) -[![license](https://img.shields.io/github/license/lvermeulen/Flurl.Http.Xml.svg?maxAge=2592000)](https://github.com/lvermeulen/Flurl.Http.Xml/blob/master/LICENSE) -[![NuGet](https://img.shields.io/nuget/v/Flurl.Http.Xml.svg?maxAge=86400)](https://www.nuget.org/packages/Flurl.Http.Xml/) -![downloads](https://img.shields.io/nuget/dt/Flurl.Http.Xml) +[![license](https://img.shields.io/github/license/renanaragao/FlurlX.Http.Xml.svg?maxAge=2592000)](https://github.com/lvermeulen/Flurl.Http.Xml/blob/master/LICENSE) +[![NuGet](https://img.shields.io/nuget/v/FlurlX.Http.Xml.svg?maxAge=86400)](https://www.nuget.org/packages/Flurl.Http.Xml/) +![downloads](https://img.shields.io/nuget/dt/FlurlX.Http.Xml) ![](https://img.shields.io/badge/.net-8.0.100-yellowgreen.svg) XML extension to the excellent [Flurl 4](https://github.com/tmenier/Flurl) library diff --git a/src/FlurlX.Http.Xml/FlurlX.Http.Xml.csproj b/src/FlurlX.Http.Xml/FlurlX.Http.Xml.csproj index c56e071..992ccea 100644 --- a/src/FlurlX.Http.Xml/FlurlX.Http.Xml.csproj +++ b/src/FlurlX.Http.Xml/FlurlX.Http.Xml.csproj @@ -5,7 +5,7 @@ false false Luk Vermeulen - https://github.com/renanaragao/FlurlX.Http.Xml/blob/master/LICENSE + https://github.com/renanaragao/FlurlX.Http.Xml/blob/main/LICENSE https://github.com/renanaragao/FlurlX.Http.Xml Copyright 2016-2020 by Luk Vermeulen. All rights reserved. https://github.com/renanaragao/FlurlX.Http.Xml