diff --git a/README.md b/README.md index ac845a9..634e110 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ -(Note: This code was originally part of the [DevilDaggersInfo](https://github.com/NoahStolk/DevilDaggersInfo) monorepo. It was moved to a separate repository on September 12th, 2023.) - # ddinfo-core +[![NuGet Version](https://img.shields.io/nuget/v/DevilDaggersInfo.Core.svg)](https://www.nuget.org/packages/DevilDaggersInfo.Core/) + The DevilDaggersInfo project offers a couple libraries for parsing and creating Devil Daggers files. This is what the website, the web server, and the tools depend on internally. +(Note: This code was originally part of the [DevilDaggersInfo](https://github.com/NoahStolk/DevilDaggersInfo) repository. It was moved to a separate repository on September 12th, 2023.) + ## Spawnset files Spawnsets consist of an arena, a set of spawns, practice values, and some other small features. All features are supported in the `DevilDaggersInfo.Core.Spawnset` library.