Skip to content

Commit 9b766b7

Browse files
committed
Specify NuGet package metadata only in paket.template
1 parent efc0ee6 commit 9b766b7

2 files changed

Lines changed: 1 addition & 15 deletions

File tree

Flips/Flips.fsproj

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,6 @@
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
44
<TargetFrameworks>net8.0; net462</TargetFrameworks>
5-
<!-- Note: Some of these properties are overridden by paket.template -->
6-
<Authors>Matthew Crews and contributors</Authors>
7-
<Company>https://fslab.org</Company>
8-
<Description>A F# library for creating and solving Linear Programming and Mixed Integer Programming Models</Description>
9-
<Copyright>2026</Copyright>
10-
<PackageProjectUrl></PackageProjectUrl>
11-
<RepositoryUrl>https://github.com/fslaborg/flips</RepositoryUrl>
12-
<PackageTags>F#, Optimization, Linear Programming, Mixed-Integer Programming</PackageTags>
13-
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
14-
<PackageLicenseExpression>MIT</PackageLicenseExpression>
15-
<PackageIcon>icon.png</PackageIcon>
16-
<PublishRepositoryUrl>true</PublishRepositoryUrl>
17-
<EmbedUntrackedSources>true</EmbedUntrackedSources>
18-
<IncludeSymbols>true</IncludeSymbols>
19-
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
205
<DebugSymbols>true</DebugSymbols>
216
<DebugType>embedded</DebugType>
227
<OtherFlags>$(OtherFlags) --warnon:3390</OtherFlags>

Flips/paket.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ licenseExpression MIT
66
licenseUrl https://licenses.nuget.org/MIT
77
icon icon.png
88
requireLicenseAcceptance false
9+
repositoryUrl https://github.com/fslaborg/flips
910
description
1011
A F# library for creating and solving Linear Programming and Mixed Integer Programming Models
1112
copyright 2026

0 commit comments

Comments
 (0)