Skip to content

Commit f3f2c67

Browse files
committed
Improve package templates
1 parent 8ac7276 commit f3f2c67

File tree

2 files changed

+31
-23
lines changed

2 files changed

+31
-23
lines changed

src/FSharp.Plotly.WPF/paket.template

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,33 @@
1-
type file
1+
type project
22
id FSharp.Plotly.WPF
33
title
44
FSharp.Plotly.WPF
55
owners
6-
Timo Mühlhaus
6+
Timo Mühlhaus, Kevin Schneider
77
authors
8-
Timo Mühlhaus
8+
Timo Mühlhaus, Kevin Schneider, F# open source contributors
99
projectUrl
10-
https://github.com/Timo Mühlhaus/FSharp.Plotly
10+
https://muehlhaus.github.io/FSharp.Plotly/
1111
iconUrl
12-
https://raw.githubusercontent.com/Timo Mühlhaus/FSharp.Plotly/master/docs/files/img/logo.png
12+
https://raw.githubusercontent.com/muehlhaus/FSharp.Plotly/master/docsrc/files/img/logo.png
1313
licenseUrl
14-
https://github.com/Timo Mühlhaus/FSharp.Plotly/blob/master/LICENSE.txt
14+
https://github.com/muehlhaus/FSharp.Plotly/blob/master/LICENSE
1515
requireLicenseAcceptance
1616
false
1717
language
1818
F#
1919
copyright
20-
Copyright 2017
20+
Copyright 2017-2020
2121
tags
22-
visualization charting plotly F#
22+
visualization charting plotly F# WPF
2323
summary
24-
A F# interactive charting library using plotly.js
24+
A F# interactive charting library using plotly.js for WPF
2525
description
26-
A F# interactive charting library using plotly.js
27-
28-
files
29-
../../bin/FSharp.Plotly ==> lib
26+
A F# interactive charting library using plotly.js for WPF
27+
#files
28+
# ../../bin/FSharp.Plotly ==> lib
29+
repositoryType
30+
git
31+
repositoryUrl
32+
https://github.com/muehlhaus\FSharp.Plotly
33+
include-pdbs true

src/FSharp.Plotly/paket.template

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,33 @@
1-
type file
1+
type project
22
id FSharp.Plotly
33
title
44
FSharp.Plotly
55
owners
6-
Timo Mühlhaus
6+
Timo Mühlhaus, Kevin Schneider
77
authors
8-
Timo Mühlhaus
8+
Timo Mühlhaus, Kevin Schneider, F# open source contributors
99
projectUrl
10-
https://github.com/Timo Mühlhaus/FSharp.Plotly
10+
https://muehlhaus.github.io/FSharp.Plotly/
1111
iconUrl
12-
https://raw.githubusercontent.com/Timo Mühlhaus/FSharp.Plotly/master/docs/files/img/logo.png
12+
https://raw.githubusercontent.com/muehlhaus/FSharp.Plotly/master/docsrc/files/img/logo.png
1313
licenseUrl
14-
https://github.com/Timo Mühlhaus/FSharp.Plotly/blob/master/LICENSE.txt
14+
https://github.com/muehlhaus/FSharp.Plotly/blob/master/LICENSE
1515
requireLicenseAcceptance
1616
false
1717
language
1818
F#
1919
copyright
20-
Copyright 2017
20+
Copyright 2017-2020
2121
tags
2222
visualization charting plotly F#
2323
summary
2424
A F# interactive charting library using plotly.js
2525
description
2626
A F# interactive charting library using plotly.js
27-
28-
files
29-
../../bin/FSharp.Plotly ==> lib
27+
#files
28+
# ../../bin/FSharp.Plotly ==> lib
29+
repositoryType
30+
git
31+
repositoryUrl
32+
https://github.com/muehlhaus\FSharp.Plotly
33+
include-pdbs true

0 commit comments

Comments
 (0)