diff --git a/implement/PersistentProcess/PersistentProcess.WebHost/Program.cs b/implement/PersistentProcess/PersistentProcess.WebHost/Program.cs index f94b012e..57ddfb9a 100644 --- a/implement/PersistentProcess/PersistentProcess.WebHost/Program.cs +++ b/implement/PersistentProcess/PersistentProcess.WebHost/Program.cs @@ -2,6 +2,6 @@ namespace Kalmit.PersistentProcess.WebHost { public class Program { - static public string AppVersionId => "2020-11-06"; + static public string AppVersionId => "2020-11-07"; } } diff --git a/implement/elm-fullstack/Program.cs b/implement/elm-fullstack/Program.cs index 99bccfa8..84ca3db1 100644 --- a/implement/elm-fullstack/Program.cs +++ b/implement/elm-fullstack/Program.cs @@ -470,7 +470,7 @@ static int Main(string[] args) app.Command("devtools", devtoolsCmd => { - devtoolsCmd.Description = "Collection of development tools."; + devtoolsCmd.Description = "Collection of development tools, including the Elm Interactive environment."; devtoolsCmd.UnrecognizedArgumentHandling = UnrecognizedArgumentHandling.Throw; devtoolsCmd.Command("eval-expression", evalExpressionCmd => diff --git a/implement/elm-fullstack/elm-fullstack.csproj b/implement/elm-fullstack/elm-fullstack.csproj index 6404908f..cd7e58f6 100644 --- a/implement/elm-fullstack/elm-fullstack.csproj +++ b/implement/elm-fullstack/elm-fullstack.csproj @@ -5,8 +5,8 @@ netcoreapp3.1 elm_fullstack elm-fullstack - 2020.1106.0.0 - 2020.1106.0.0 + 2020.1107.0.0 + 2020.1107.0.0