Skip to content

Commit 86afaf6

Browse files
committed
fix: add baked in version
1 parent f53fe72 commit 86afaf6

File tree

1 file changed

+2
-3
lines changed
  • src/dotnet/Schema.Generator/Schema.Generator.CLI

1 file changed

+2
-3
lines changed

src/dotnet/Schema.Generator/Schema.Generator.CLI/Program.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@
1313

1414
var contextToken = new CancellationToken();
1515

16-
// var shortV = "0.2.0";
17-
// app.VersionOption($"{shortV}", shortV); // "0.2.0-7a9f46e78b1104a46a36c46ab80f15462aea2d83"
18-
// app.VersionOptionFromAssemblyAttributes();
16+
// TODO add from assembly
17+
app.VersionOption("--version", "0.2.0", "0.2.0-7a9f46e78b1104a46a36c46ab80f15462aea2d83");
1918

2019
app.OnExecuteAsync((contextToken) =>
2120
{

0 commit comments

Comments
 (0)