From 9b766b7ca402936f8fe5b49f7f1a9829f5d8ab81 Mon Sep 17 00:00:00 2001 From: Florian Lorenzen Date: Mon, 5 Jan 2026 22:07:59 +0000 Subject: [PATCH 1/2] Specify NuGet package metadata only in paket.template --- Flips/Flips.fsproj | 15 --------------- Flips/paket.template | 1 + 2 files changed, 1 insertion(+), 15 deletions(-) diff --git a/Flips/Flips.fsproj b/Flips/Flips.fsproj index d285466..efb468c 100644 --- a/Flips/Flips.fsproj +++ b/Flips/Flips.fsproj @@ -2,21 +2,6 @@ net8.0; net462 - - Matthew Crews and contributors - https://fslab.org - A F# library for creating and solving Linear Programming and Mixed Integer Programming Models - 2026 - - https://github.com/fslaborg/flips - F#, Optimization, Linear Programming, Mixed-Integer Programming - false - MIT - icon.png - true - true - true - snupkg true embedded $(OtherFlags) --warnon:3390 diff --git a/Flips/paket.template b/Flips/paket.template index be2d57c..7e773d6 100644 --- a/Flips/paket.template +++ b/Flips/paket.template @@ -6,6 +6,7 @@ licenseExpression MIT licenseUrl https://licenses.nuget.org/MIT icon icon.png requireLicenseAcceptance false +repositoryUrl https://github.com/fslaborg/flips description A F# library for creating and solving Linear Programming and Mixed Integer Programming Models copyright 2026 From 16cd28a93f0e330197297cf1e5e9c21251c14184 Mon Sep 17 00:00:00 2001 From: Florian Lorenzen Date: Tue, 6 Jan 2026 22:55:27 +0000 Subject: [PATCH 2/2] Add comment on meta data location --- Flips/Flips.fsproj | 1 + 1 file changed, 1 insertion(+) diff --git a/Flips/Flips.fsproj b/Flips/Flips.fsproj index efb468c..001a643 100644 --- a/Flips/Flips.fsproj +++ b/Flips/Flips.fsproj @@ -1,5 +1,6 @@  + net8.0; net462 true