Skip to content

Commit 8535b38

Browse files
Merge pull request #221 from fslaborg/specify-nuget-package-metadata-only-in-template
Specify NuGet package metadata only in paket.template
2 parents 35edd73 + 94e7592 commit 8535b38

2 files changed

Lines changed: 2 additions & 15 deletions

File tree

Flips/Flips.fsproj

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project Sdk="Microsoft.NET.Sdk">
3+
<!-- meta data for the NuGet package is defined in paket.template -->
34
<PropertyGroup>
45
<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>
206
<DebugSymbols>true</DebugSymbols>
217
<DebugType>embedded</DebugType>
228
<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)