From bf74091e12f8d8b6e32e25c58ccda240fe9bf9b0 Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Fri, 28 Mar 2025 18:35:34 -0500 Subject: [PATCH] fix: add version info to csproj --- src/AltGen.Console/AltGen.Console.csproj | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/AltGen.Console/AltGen.Console.csproj b/src/AltGen.Console/AltGen.Console.csproj index f4841cf..6483a49 100644 --- a/src/AltGen.Console/AltGen.Console.csproj +++ b/src/AltGen.Console/AltGen.Console.csproj @@ -1,6 +1,11 @@  + AltGen.Console + AltGen.Console + A command-line interface for AltGen + 0.0.0 + Stevan Freeborn Exe net9.0 enable