Skip to content

Commit

Permalink
Bump to protocol 8
Browse files Browse the repository at this point in the history
CartBlanche committed Feb 16, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 2a760cf commit 5dbb32c
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: VS4Win Extension
env:
IDE_TOOLS_RELEASE_VERSION: 1.8.1
IDE_TOOLS_RELEASE_VERSION: 2.0.0

on:
push:
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="VS_Meadow_Extension.2022.d5eb772d-2173-4795-b60b-67929a9bf12d" Version="1.8.1" Language="en-US" Publisher="Wilderness Labs" />
<Identity Id="VS_Meadow_Extension.2022.d5eb772d-2173-4795-b60b-67929a9bf12d" Version="2.0.0" Language="en-US" Publisher="Wilderness Labs" />
<DisplayName>VS 2022 Tools for Meadow</DisplayName>
<Description xml:space="preserve">Tools for developing Meadow applications</Description>
<Icon>wildernesslabs_icon.png</Icon>
2 changes: 1 addition & 1 deletion VS_Meadow_Extension/VS_Meadow_Extension.Shared/Globals.cs
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ namespace Meadow
{
public static class Globals
{
public const string AssemblyVersion = "1.8.1.0";
public const string AssemblyVersion = "2.0.0.0";

public const string MeadowCapability = "Meadow";

9 changes: 9 additions & 0 deletions overview.md
Original file line number Diff line number Diff line change
@@ -4,6 +4,15 @@ For step by step instructions on using this extension, [check out the tutorial](

## Release Notes

### 2.0.0

- Bump to protocol 8

### 1.8.1

- Moved Template update to background thread
- Deploy menu item is now more project sensitive

### 1.8.0

- Add a cancelation check

0 comments on commit 5dbb32c

Please sign in to comment.