Skip to content

Commit ae8bcdd

Browse files
committed
Add an icon to the NuGet package
1 parent f481959 commit ae8bcdd

5 files changed

Lines changed: 11 additions & 4 deletions

File tree

Readme.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
Colored Printf
2-
==============
1+
# Colored Printf
32

43
[![Join the chat at https://gitter.im/vbfox/ColoredPrintf](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/vbfox/ColoredPrintf?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
54
[![AppVeyor Build status](https://ci.appveyor.com/api/projects/status/19hodvli3yq1andd/branch/master?svg=true)](https://ci.appveyor.com/project/vbfox/coloredprintf/branch/master)
@@ -10,8 +9,7 @@ This library provide a replacement to F# `printf` function with color support.
109

1110
The syntax to set the color inside the string is `$foreground;background[text]` where both foreground and background are optional.
1211

13-
Examples
14-
--------
12+
## Examples
1513

1614
```fsharp
1715
colorprintfn "Hello $red[world]."
@@ -23,3 +21,7 @@ colorprintfn "$white;blue[%s ]$black;white[%s ]$white;red[%s]" "La vie" "est" "b
2321
Displays :
2422

2523
![Demo](doc/demo.png)
24+
25+
## Thanks
26+
27+
* [Newaita icon pack](https://github.com/cbrnix/Newaita) for the base of the icon (License: [CC BY-NC-SA 3.0]

Release Notes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### New in 1.0.1
2+
3+
* Add an icon to the NuGet package
4+
15
### New in 1.0.0
26

37
* .Net 4.5 & .Net Core 2.0 compatible

src/BlackFox.ColoredPrintf/BlackFox.ColoredPrintf.fsproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<PropertyGroup>
33
<TargetFrameworks>netstandard2.0</TargetFrameworks>
44
<TargetFrameworks Condition="'$(OS)' == 'Windows_NT'">net45;netstandard2.0</TargetFrameworks>
5+
<PackageIconUrl>https://raw.githubusercontent.com/vbfox/ColoredPrintf/master/src/BlackFox.ColoredPrintf/Icon.png</PackageIconUrl>
56
</PropertyGroup>
67
<ItemGroup>
78
<Compile Include="AssemblyInfo.fs" />
111 KB
Binary file not shown.
9.19 KB
Loading

0 commit comments

Comments
 (0)