Skip to content

Commit e1b25a6

Browse files
SchlenkRSchlenkR
authored andcommitted
Update PXL Clock promotional message in release notes and FSI initialization
1 parent 3e2fc2f commit e1b25a6

File tree

2 files changed

+21
-18
lines changed

2 files changed

+21
-18
lines changed

Directory.Build.props

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<Project>
22

33
<PropertyGroup>
4-
<Version>15.0.1</Version>
4+
<Version>15.0.2</Version>
55

66
<Authors>Ronald Schlenker</Authors>
7-
<Copyright>Copyright 2024 Ronald Schlenker</Copyright>
7+
<Copyright>Copyright 2025 Ronald Schlenker</Copyright>
88
<PackageTags>http rest HttpClient fetch curl f# c# fSharp</PackageTags>
99
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
1010
<PackageIcon>logo_small.png</PackageIcon>
@@ -18,26 +18,29 @@
1818
<PackageReleaseNotes>
1919

2020
**************************************************************
21-
22-
+---------+
23-
| | PXL-JAM 2024
24-
| PXL | - github.com/CuminAndPotato/PXL-JAM
25-
| CLOCK | - WIN a PXL-Clock MK1
26-
| | - until 8th of January 2025
27-
+---------+
28-
21+
22+
+-----------+
23+
| | Support FsHttp and buy a PXL Clock!
24+
| PXL | - github.com/CuminAndPotato/PXL-Clock
25+
| CLOCK | - www.pxlclock.com
26+
| | - OUT NOW!
27+
+-----------+
28+
2929
**************************************************************
3030

3131

32+
15.0.2
33+
- Updated PXL Clock Promo Message - OUT NOW :)
34+
3235
15.0.1
33-
- Added PXK-Clock Promo Message on first FSI evaluation (when logs are enabled)
36+
- Added PXL Clock Promo Message on first FSI evaluation (when logs are enabled)
3437

3538
15.0.0
3639
- Added 'enumerable' and 'enumerablePart' as body content functions
3740
- Removed Utf8StringBufferingStream
3841

3942
14.5.2
40-
- Added PXK-Clock Promo Message on first FSI evaluation (when logs are enabled)
43+
- Added PXL Clock Promo Message on first FSI evaluation (when logs are enabled)
4144

4245
14.5.1
4346
- Fixed untracked bug: using config_useBaseUrl as http template won't crash when printing unfinished requests

src/FsHttp/FsiInit.fs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ let private logPxlClockOnFirstSend =
2222
2323
**************************************************************
2424
25-
+---------+
26-
| | PXL-JAM 2024
27-
| PXL | - github.com/CuminAndPotato/PXL-JAM
28-
| CLOCK | - WIN a PXL-Clock MK1
29-
| | - until 8th of January 2025
30-
+---------+
25+
+-----------+
26+
| | Support FsHttp and buy a PXL Clock!
27+
| PXL | - github.com/CuminAndPotato/PXL-Clock
28+
| CLOCK | - www.pxlclock.com
29+
| | - OUT NOW!
30+
+-----------+
3131
3232
**************************************************************
3333

0 commit comments

Comments
 (0)