Skip to content

Commit 08d42e5

Browse files
Minor tidying - update copyright, authors, remove broken links in solution file, add dates to release file
1 parent 0c5515d commit 08d42e5

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Flips.sln

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,16 +67,16 @@ EndProject
6767
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".build", ".build", "{3C52F533-74CC-413D-8EDD-7B3D6B4777B6}"
6868
ProjectSection(SolutionItems) = preProject
6969
build.cmd = build.cmd
70-
build.fsx = build.fsx
7170
build.sh = build.sh
7271
EndProjectSection
7372
EndProject
7473
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{5ED40737-872B-4038-B860-E793EBE21F28}"
7574
EndProject
7675
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{4D5C661A-E91C-4B9E-8167-DE8AC931F87C}"
7776
ProjectSection(SolutionItems) = preProject
78-
.github\workflows\dev-release.yml = .github\workflows\dev-release.yml
7977
.github\workflows\dotnetcore.yml = .github\workflows\dotnetcore.yml
78+
.github\workflows\github-pages-deploy.yml = .github\workflows\github-pages-deploy.yml
79+
.github\workflows\publish.yml = .github\workflows\publish.yml
8080
.github\workflows\secrets.yml = .github\workflows\secrets.yml
8181
EndProjectSection
8282
EndProject

Flips/Flips.fsproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
44
<TargetFrameworks>net8.0; net462</TargetFrameworks>
5-
<Authors>Matthew Crews</Authors>
6-
<Company>Matthew Crews</Company>
5+
<Authors>Matthew Crews and contributors</Authors>
6+
<Company>https://fslab.org</Company>
77
<Description>A F# library for creating and solving Linear Programming and Mixed Integer Programming Models</Description>
8-
<Copyright>2020</Copyright>
8+
<Copyright>2026</Copyright>
99
<PackageProjectUrl></PackageProjectUrl>
1010
<RepositoryUrl>https://github.com/fslaborg/flips</RepositoryUrl>
1111
<PackageTags>F#, Optimization, Linear Programming, Mixed-Integer Programming</PackageTags>

0 commit comments

Comments
 (0)