Merge pull request #2 from StevanFreeborn/stevanfreeborn/fix/add-version-info-to-console-app

fix: add version info to csproj
This commit is contained in:
Stevan Freeborn
2025-03-28 18:37:30 -05:00
committed by GitHub
+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>