From 03e2b2fdb04cd61d0de74a8039a9f41bee6f60c8 Mon Sep 17 00:00:00 2001 From: Marko Lahma Date: Tue, 20 Feb 2024 13:07:11 +0200 Subject: [PATCH] Switch to using PackageLicenseExpression * use PackageIcon instead of deprecated URL * remove unnecessary package references * ensure deterministic build --- build/build.ps1 | 2 +- src/Flurl.Http.Xml/Flurl.Http.Xml.csproj | 20 +++++++------------- 2 files changed, 8 insertions(+), 14 deletions(-) diff --git a/build/build.ps1 b/build/build.ps1 index c740d58..4ce16bb 100644 --- a/build/build.ps1 +++ b/build/build.ps1 @@ -17,7 +17,7 @@ foreach ($src in ls $PSScriptRoot\..\src/*) { $version = $BuildVersionNumber } - & dotnet build -c Release + & dotnet build -c Release /p:ContinuousIntegrationBuild=True & dotnet pack -c Release --include-symbols -o ..\..\artifacts --no-build /p:PackageVersion=$version if($LASTEXITCODE -ne 0) { exit 1 } diff --git a/src/Flurl.Http.Xml/Flurl.Http.Xml.csproj b/src/Flurl.Http.Xml/Flurl.Http.Xml.csproj index 321fb08..4dc7bce 100644 --- a/src/Flurl.Http.Xml/Flurl.Http.Xml.csproj +++ b/src/Flurl.Http.Xml/Flurl.Http.Xml.csproj @@ -6,33 +6,27 @@ false false Luk Vermeulen - https://github.com/lvermeulen/Flurl.Http.Xml/blob/master/LICENSE + MIT https://github.com/lvermeulen/Flurl.Http.Xml Copyright 2016-2020 by Luk Vermeulen. All rights reserved. https://github.com/lvermeulen/Flurl.Http.Xml git Flurl;Http;Xml - http://i.imgur.com/llEKpRL.png?1 + icon.png + README.md XML extensions to Flurl.Http true true + true - - - - - - - - - - - + + +