diff --git a/CHANGELOG.md b/CHANGELOG.md index c593e4e..6067767 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,14 @@ All notable changes are documented here. This project follows Semantic Versioning starting with 1.0 and uses prerelease versions when conformance is incomplete. -## Unreleased +## 1.0.2 - Unreleased + +- Expanded NuGet metadata and search terms for Distributed Interactive + Simulation, IEEE 1278.1, DIS v7, SISO, PDU parsing, and binary serialization. +- Added a package icon, explicit project/repository links, release-notes link, + and clearer package title and description. +- Added a coordinated GitHub social preview and expanded repository discovery + topics. ## 1.0.1 - 2026-07-13 diff --git a/README.md b/README.md index 107524a..0bc43a1 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,9 @@ [![NuGet](https://img.shields.io/nuget/v/OpenDisNet.svg)](https://www.nuget.org/packages/OpenDisNet) [![GitHub Release](https://img.shields.io/github/v/release/RejectKid/OpenDisNet)](https://github.com/RejectKid/OpenDisNet/releases/latest) -OpenDisNet is a high-performance, type-safe .NET codec for Distributed -Interactive Simulation (DIS) Protocol Version 7, defined by IEEE 1278.1-2012. +OpenDisNet is a high-performance, type-safe, native C#/.NET parser and +serializer for IEEE 1278.1-2012 Distributed Interactive Simulation (DIS) +Protocol Version 7. It provides binary codecs for all 72 standardized PDU types. > **Development status:** Stable 1.x release. All 72 DIS v7 PDU identifiers have > typed native C# codecs, every family has populated, independent, malformed, diff --git a/assets/opendisnet-icon.png b/assets/opendisnet-icon.png new file mode 100644 index 0000000..d168c93 Binary files /dev/null and b/assets/opendisnet-icon.png differ diff --git a/assets/opendisnet-social-preview.png b/assets/opendisnet-social-preview.png new file mode 100644 index 0000000..86fbe25 Binary files /dev/null and b/assets/opendisnet-social-preview.png differ diff --git a/src/OpenDisNet/OpenDisNet.csproj b/src/OpenDisNet/OpenDisNet.csproj index 2b69402..1dcf605 100644 --- a/src/OpenDisNet/OpenDisNet.csproj +++ b/src/OpenDisNet/OpenDisNet.csproj @@ -4,10 +4,15 @@ OpenDisNet OpenDisNet OpenDisNet - 1.0.1 + 1.0.2 RejectKid - High-performance, type-safe DIS Protocol Version 7 binary codec for .NET. - DIS;IEEE-1278;simulation;PDU;protocol + OpenDisNet — Distributed Interactive Simulation (DIS v7) for .NET + Native C#/.NET binary parser and serializer for IEEE 1278.1 Distributed Interactive Simulation (DIS) version 7, covering all 72 PDU types. + DIS;DIS7;DIS-v7;Distributed-Interactive-Simulation;IEEE1278;IEEE1278.1;SISO;SISO-REF-010;PDU;CSharp;dotnet;simulation;interoperability;modeling-and-simulation;binary-serialization;network-protocol;parser;serializer;codec + https://github.com/RejectKid/OpenDisNet + https://github.com/RejectKid/OpenDisNet.git + https://github.com/RejectKid/OpenDisNet/releases/tag/v$(PackageVersion) + opendisnet-icon.png MIT README.md git @@ -26,5 +31,6 @@ +