Skip to content

Commit

Permalink
Adapt UI for the recent expansion of the Elm Interactive
Browse files Browse the repository at this point in the history
  • Loading branch information
Viir committed Nov 7, 2020
1 parent 166690a commit a476bfd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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";
}
}
2 changes: 1 addition & 1 deletion implement/elm-fullstack/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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 =>
Expand Down
4 changes: 2 additions & 2 deletions implement/elm-fullstack/elm-fullstack.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<TargetFramework>netcoreapp3.1</TargetFramework>
<RootNamespace>elm_fullstack</RootNamespace>
<AssemblyName>elm-fullstack</AssemblyName>
<AssemblyVersion>2020.1106.0.0</AssemblyVersion>
<FileVersion>2020.1106.0.0</FileVersion>
<AssemblyVersion>2020.1107.0.0</AssemblyVersion>
<FileVersion>2020.1107.0.0</FileVersion>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit a476bfd

Please sign in to comment.