From 40c354f79fb7098122fb65b4807709637678eeb6 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Mon, 4 Nov 2024 13:17:55 -0500 Subject: [PATCH] Add releases links for convenience --- README.MD | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.MD b/README.MD index c15e2ce6..17d936d4 100644 --- a/README.MD +++ b/README.MD @@ -4,6 +4,12 @@ This library comprises of serializers that both read and write from files and st Find the link to the Nuget package [here](https://www.nuget.org/packages/SabreTools.Serialization). +## Releases + +For the most recent stable build, download the latest release here: [Releases Page](https://github.com/SabreTools/SabreTools.Serialization/releases) + +For the latest WIP build here: [Rolling Release](https://github.com/SabreTools/SabreTools.Serialization/releases/tag/rolling) + ## Interfaces Below is a table representing the various conversion interfaces that are implemented within this library.