Skip to content

Commit e8e7263

Browse files
committed
docs: Add badges to README and set version to 0.2-beta
1 parent 232491b commit e8e7263

3 files changed

Lines changed: 7 additions & 17 deletions

File tree

README.md

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Gpio Simulator (System.Device.Gpio Shim)
22

3+
[![NuGet Version](https://img.shields.io/nuget/v/DevDecoder.GpioSimulator.svg?style=flat-square)](https://www.nuget.org/packages/DevDecoder.GpioSimulator)
4+
[![NuGet Pre Release](https://img.shields.io/nuget/vpre/DevDecoder.GpioSimulator.svg?style=flat-square&label=nuget-beta&color=orange)](https://www.nuget.org/packages/DevDecoder.GpioSimulator)
5+
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square)](https://opensource.org/licenses/MIT)
6+
[![.NET Standard 2.0](https://img.shields.io/badge/.NET%20Standard-2.0-purple.svg?style=flat-square)](https://dotnet.microsoft.com/en-us/)
7+
[![.NET 8.0](https://img.shields.io/badge/.NET-8.0-blueviolet.svg?style=flat-square)](https://dotnet.microsoft.com/en-us/)
8+
39
An extensible, drop-in C# NuGet replacement library for `System.Device.Gpio` that mimics the hardware namespace, but spins up a beautiful browser-based microcontroller visual simulator rather than requiring physical hardware. Designed for teaching, desktop prototyping, and locked-down learning environments.
410

511
![GPIO Simulator Workspace](docs/screenshot.png)
@@ -18,22 +24,6 @@ An extensible, drop-in C# NuGet replacement library for `System.Device.Gpio` tha
1824

1925
---
2026

21-
## Directory Structure
22-
23-
```
24-
GpioSimulator/
25-
├── GpioSimulator.sln # Visual Studio 2022 Solution
26-
├── docs/
27-
│ └── superpowers/
28-
│ └── specs/
29-
│ └── 2026-05-17-gpio-simulator-design.md # Extensible Design Spec
30-
└── src/
31-
├── System.Device.Gpio/ # The Shim Library (.NET Standard 2.0)
32-
└── DevDecoder.GpioSimulator.Web/ # The Web Simulator UI (.NET 8.0)
33-
```
34-
35-
---
36-
3727
## Prerequisites
3828
* **IDE**: Visual Studio 2022, JetBrains Rider, or VS Code.
3929
* **Runtime**: .NET SDK 8.0 or above.

docs/screenshot.png

634 KB
Loading

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "0.2.0-beta",
3+
"version": "0.2-beta",
44
"publicReleaseRefSpec": [
55
"^refs/heads/master$",
66
"^refs/heads/v\\d+(?:\\.\\d+)?$"

0 commit comments

Comments
 (0)