chore: add global.json and set version

This commit is contained in:
Stevan Freeborn
2026-07-15 12:58:46 -05:00
parent a95979a1a7
commit d082fc0eab
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1,5 +1,6 @@
{
"sdk": {
"version": "10.0.301",
"rollForward": "latestFeature"
}
}
+1 -1
View File
@@ -4,7 +4,7 @@
<AssemblyTitle>BGR.Console</AssemblyTitle>
<Product>BGR.Console</Product>
<Description>A command-line app for removing backgrounds from images.</Description>
<Version>0.0.0</Version>
<Version>0.1.0</Version>
<Authors>Stevan Freeborn</Authors>
<PublishSingleFile>true</PublishSingleFile>
<SelfContained>true</SelfContained>