We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ba3e45 commit 17a1cc3Copy full SHA for 17a1cc3
2 files changed
vintage-story-new.kvp
@@ -17,7 +17,7 @@ Meta.ContainerPolicy=Supported
17
Meta.Prerequisites=[]
18
Meta.ConfigReleaseState=NotSpecified
19
Meta.NoCommercialUsage=False
20
-Meta.ConfigVersion=16
+Meta.ConfigVersion=17
21
Meta.AppConfigId=161f1dcd-f9c5-47d8-b191-f9dceecd4fc6
22
App.DisplayName=Vintage Story
23
App.RootDir=./vintage-story/
vintage-story-newconfig.json
@@ -203,10 +203,10 @@
203
"InputType": "enum",
204
"ParamFieldName": "DotnetRelease",
205
"IncludeInCommandLine": false,
206
- "DefaultValue": "8.0",
+ "DefaultValue": "10.0",
207
"EnumValues": {
208
- "10.0": "10.0",
209
- "8.0": "8.0 (default)",
+ "10.0": "10.0 (default)",
+ "8.0": "8.0 ",
210
"7.0": "7.0"
211
}
212
},
0 commit comments