AnyBadge.NET
1.0.0
See the version list below for details.
dotnet add package AnyBadge.NET --version 1.0.0
NuGet\Install-Package AnyBadge.NET -Version 1.0.0
<PackageReference Include="AnyBadge.NET" Version="1.0.0" />
paket add AnyBadge.NET --version 1.0.0
#r "nuget: AnyBadge.NET, 1.0.0"
// Install AnyBadge.NET as a Cake Addin #addin nuget:?package=AnyBadge.NET&version=1.0.0 // Install AnyBadge.NET as a Cake Tool #tool nuget:?package=AnyBadge.NET&version=1.0.0
A .svg badge creation library for .NET
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net6.0
- FSharp.Core (>= 6.0.7)
- Semver (>= 2.3.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on AnyBadge.NET:
Package | Downloads |
---|---|
ARCExpect
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Additions:
update sample notebook
Finish porting badge tests, add some constructor overloads
typo
update readme
port some badge tests
Port threshold logic (#4), add global maskId (#5)
Add color sample badges and update readme
Finish basic Badge class (without threshold logic)
add tests for font width approximtion, comment out unfinished code
wip port badge class
wip: port Badge class
Add templates, template string literals, and related tests
add dummy test, project references
set up project structure
Initial commit
Bugfixes:
Add a WriteBadge method and fix some mutable state handling (OOP is so very nice)
fix link again
fix link
fix #7
fix mask id, lowercase mandatory args, regenerate color samples