fix: add version info to csproj

This commit is contained in:
Stevan Freeborn
2025-03-28 18:35:34 -05:00
parent 6b084c2200
commit bf74091e12
+5
View File
@@ -1,6 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyTitle>AltGen.Console</AssemblyTitle>
<Product>AltGen.Console</Product>
<Description>A command-line interface for AltGen</Description>
<Version>0.0.0</Version>
<Authors>Stevan Freeborn</Authors>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>