Skip to content

Commit efc0ee6

Browse files
Merge pull request #220 from fslaborg/add-required-license-property
Fix nuget upload failure - add back required licenseUrl, and sync pro…
2 parents dcf2123 + cc7eb04 commit efc0ee6

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Flips/Flips.fsproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
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 -->
56
<Authors>Matthew Crews and contributors</Authors>
67
<Company>https://fslab.org</Company>
78
<Description>A F# library for creating and solving Linear Programming and Mixed Integer Programming Models</Description>

Flips/paket.template

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
title Flips
22
type project
3-
authors Matthew Crews
4-
owners Matthew Crews
3+
authors Matthew Crews and contributors
4+
owners https://fslab.org
55
licenseExpression MIT
6+
licenseUrl https://licenses.nuget.org/MIT
67
icon icon.png
78
requireLicenseAcceptance false
89
description
910
A F# library for creating and solving Linear Programming and Mixed Integer Programming Models
10-
copyright 2020
11+
copyright 2026
1112
language
1213
F#
1314
tags

0 commit comments

Comments
 (0)