From 3bceb07dceed0ed263eb88491909850169824050 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20R=C3=A4tzel?= Date: Fri, 20 Dec 2024 12:39:48 +0000 Subject: [PATCH] release version 0.3.29 --- implement/Pine.Core/Pine.Core.csproj | 6 +++--- implement/pine/Program.cs | 2 +- implement/pine/pine.csproj | 4 ++-- implement/vscode/extension/pine/README.md | 16 ++++++++-------- implement/vscode/extension/pine/package.json | 2 +- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/implement/Pine.Core/Pine.Core.csproj b/implement/Pine.Core/Pine.Core.csproj index 22883c46..263e2031 100644 --- a/implement/Pine.Core/Pine.Core.csproj +++ b/implement/Pine.Core/Pine.Core.csproj @@ -3,14 +3,14 @@ net8.0 enable - 0.3.28 - 0.3.28 + 0.3.29 + 0.3.29 true Pine.Core - 0.3.28 + 0.3.29 The cross-platform Elm runtime environment Functional;Elm;Runtime;Compiler;VM;DBMS https://github.com/pine-vm/pine.git diff --git a/implement/pine/Program.cs b/implement/pine/Program.cs index 6464a751..4557c89d 100644 --- a/implement/pine/Program.cs +++ b/implement/pine/Program.cs @@ -23,7 +23,7 @@ namespace ElmTime; public class Program { - public static string AppVersionId => "0.3.28"; + public static string AppVersionId => "0.3.29"; private static int AdminInterfaceDefaultPort => 4000; diff --git a/implement/pine/pine.csproj b/implement/pine/pine.csproj index 938e9ee9..d309841f 100644 --- a/implement/pine/pine.csproj +++ b/implement/pine/pine.csproj @@ -5,8 +5,8 @@ net8.0 pine Pine - 0.3.28 - 0.3.28 + 0.3.29 + 0.3.29 enable true diff --git a/implement/vscode/extension/pine/README.md b/implement/vscode/extension/pine/README.md index 61890da9..f0b64a25 100644 --- a/implement/vscode/extension/pine/README.md +++ b/implement/vscode/extension/pine/README.md @@ -4,15 +4,15 @@ Elm developer tools packaged as [Visual Studio Code](https://code.visualstudio.c ## Features -- Syntax highlighting -- Formatting -- Error highlighting ++ Syntax highlighting ++ Formatting ++ Error highlighting -- Completions: Shows completion suggestions matching the current context -- Hover tips: Shows type annotations and documentation for a type alias, module, type or function -- Go to Definition: Jump to the definition of a type alias, module, type or function -- Go to symbol / Module outline -- Find All References ++ Completions - Shows completion suggestions matching the current context ++ Hover tips - Shows type annotations and documentation for a type alias, module, type, or function ++ Go to Definition - Jump to the definition of a type alias, module, type, or function ++ Go to symbol - module outline ++ Find All References ## Install diff --git a/implement/vscode/extension/pine/package.json b/implement/vscode/extension/pine/package.json index b7b9d40c..9da5ea0d 100644 --- a/implement/vscode/extension/pine/package.json +++ b/implement/vscode/extension/pine/package.json @@ -3,7 +3,7 @@ "displayName": "Pine", "description": "Elm developer tools", "license": "MIT", - "version": "0.2.1", + "version": "0.3.0", "author": "Michael Rätzel", "repository": { "type": "git",