chore: add global.json and set version
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
"sdk": {
|
"sdk": {
|
||||||
|
"version": "10.0.301",
|
||||||
"rollForward": "latestFeature"
|
"rollForward": "latestFeature"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<AssemblyTitle>BGR.Console</AssemblyTitle>
|
<AssemblyTitle>BGR.Console</AssemblyTitle>
|
||||||
<Product>BGR.Console</Product>
|
<Product>BGR.Console</Product>
|
||||||
<Description>A command-line app for removing backgrounds from images.</Description>
|
<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>
|
<Authors>Stevan Freeborn</Authors>
|
||||||
<PublishSingleFile>true</PublishSingleFile>
|
<PublishSingleFile>true</PublishSingleFile>
|
||||||
<SelfContained>true</SelfContained>
|
<SelfContained>true</SelfContained>
|
||||||
|
|||||||
Reference in New Issue
Block a user