PdfSharpCore icon indicating copy to clipboard operation
PdfSharpCore copied to clipboard

Readme update

Open MichelMichels opened this issue 2 years ago • 4 comments

Following changes:

  • Renamed LICENCE.md to LICENSE.md
  • README.md
  • Changed structure
  • Added nuget shield
  • Update code under 'Usage' to .NET 6
  • Link to LICENSE.md instead of the full license copied in the readme
  • Removed the statement that ImageSharp is in alpha state
  • Update ImageSharp repo url

MichelMichels avatar Jun 08 '22 09:06 MichelMichels

Nice work on top of README.md, maybe you can rebase once my MR #265 has been merged...

pamapa avatar Jun 08 '22 11:06 pamapa

Nice work on top of README.md, maybe you can rebase once my MR #265 has been merged...

Yes, I like your structure better than mine for the README.md. I'll overwrite the code snippet with the newer .NET 6 example if that's ok.

MichelMichels avatar Jun 08 '22 11:06 MichelMichels

I added my .NET 6 example into the recently updated README.md.

MichelMichels avatar Jun 08 '22 14:06 MichelMichels

Codecov Report

Merging #266 (9146b11) into master (2828a90) will increase coverage by 0.00%. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #266   +/-   ##
=======================================
  Coverage   26.62%   26.63%           
=======================================
  Files         238      238           
  Lines       23336    23336           
  Branches     2809     2809           
=======================================
+ Hits         6214     6216    +2     
+ Misses      16629    16628    -1     
+ Partials      493      492    -1     
Impacted Files Coverage Δ
PdfSharpCore/Fonts/FontFactory.cs 35.25% <0.00%> (+1.28%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2828a90...9146b11. Read the comment docs.

codecov-commenter avatar Jun 08 '22 14:06 codecov-commenter