AnyBadge.NET 1.0.0

There is a newer version of this package available.
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
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AnyBadge.NET" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AnyBadge.NET --version 1.0.0
#r "nuget: AnyBadge.NET, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.

Version Downloads Last updated
2.0.0 542 1/4/2024
1.0.0 1,826 7/10/2023

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