Skip to content

Commit

Permalink
release version 0.3.29
Browse files Browse the repository at this point in the history
  • Loading branch information
Viir committed Dec 20, 2024
1 parent a70ffd7 commit 3bceb07
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions implement/Pine.Core/Pine.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<AssemblyVersion>0.3.28</AssemblyVersion>
<FileVersion>0.3.28</FileVersion>
<AssemblyVersion>0.3.29</AssemblyVersion>
<FileVersion>0.3.29</FileVersion>
<GenerateEmbeddedFilesManifest>true</GenerateEmbeddedFilesManifest>
</PropertyGroup>

<PropertyGroup>
<PackageId>Pine.Core</PackageId>
<Version>0.3.28</Version>
<Version>0.3.29</Version>
<Description>The cross-platform Elm runtime environment</Description>
<PackageTags>Functional;Elm;Runtime;Compiler;VM;DBMS</PackageTags>
<RepositoryUrl>https://github.com/pine-vm/pine.git</RepositoryUrl>
Expand Down
2 changes: 1 addition & 1 deletion implement/pine/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
4 changes: 2 additions & 2 deletions implement/pine/pine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<TargetFramework>net8.0</TargetFramework>
<AssemblyName>pine</AssemblyName>
<RootNamespace>Pine</RootNamespace>
<AssemblyVersion>0.3.28</AssemblyVersion>
<FileVersion>0.3.28</FileVersion>
<AssemblyVersion>0.3.29</AssemblyVersion>
<FileVersion>0.3.29</FileVersion>
<Nullable>enable</Nullable>
<GenerateEmbeddedFilesManifest>true</GenerateEmbeddedFilesManifest>
</PropertyGroup>
Expand Down
16 changes: 8 additions & 8 deletions implement/vscode/extension/pine/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion implement/vscode/extension/pine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3bceb07

Please sign in to comment.