From 6756d7e9bf61aa16dcb95fc784e24bc196f8b19c Mon Sep 17 00:00:00 2001 From: dvolper Date: Thu, 23 May 2024 10:37:55 +0200 Subject: [PATCH] remove "-preview" from doki.config.schema.json when using "doki init" --- src/Doki.CommandLine/Commands/InitCommand.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Doki.CommandLine/Commands/InitCommand.cs b/src/Doki.CommandLine/Commands/InitCommand.cs index 1c957d1..7092d65 100644 --- a/src/Doki.CommandLine/Commands/InitCommand.cs +++ b/src/Doki.CommandLine/Commands/InitCommand.cs @@ -40,9 +40,6 @@ private async Task HandleCommandAsync(InvocationContext context) var version = GetType().Assembly.GetName().Version?.ToString(3); - //TODO - Remove this when we release the first version - version += "-preview"; - var dokiConfig = new DokiConfig { Schema = $"https://cdn.dvolper.dev/doki/{version}/doki.config.schema.json",