From afa2fc909af602db2135f6ebb0c346212e4e06ef 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 | 18 +++++------------- 2 files changed, 6 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..ea9a66d 100644 --- a/src/Flurl.Http.Xml/Flurl.Http.Xml.csproj +++ b/src/Flurl.Http.Xml/Flurl.Http.Xml.csproj @@ -6,33 +6,25 @@ 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 XML extensions to Flurl.Http true true + true - - - - - - - - - - - + +