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 @@
[](https://www.nuget.org/packages/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 @@