Skip to content

Commit

Permalink
Change to pick up the fact ProjLab is now part of NoLink in Meadow.CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
CartBlanche committed Jul 11, 2024
1 parent 72ee55a commit 98f3c1c
Show file tree
Hide file tree
Showing 3 changed files with 3 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: VS4Mac Extension
env:
IDE_TOOLS_RELEASE_VERSION: 1.9.6
IDE_TOOLS_RELEASE_VERSION: 1.9.7
MEADOW_OS_VERSION: 2.0.0.0
VS_MAC_2022_VERSION: 17.6

Expand Down
2 changes: 1 addition & 1 deletion VS4Mac_Meadow_Extension/Properties/AddinInfo.2022.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[assembly: Addin(
"Meadow.2022",
Namespace = "WildernessLabs.Sdks",
Version = "1.9.6"
Version = "1.9.7"
)]

[assembly: AddinName("Meadow for VS2022")]
Expand Down
2 changes: 1 addition & 1 deletion VS4Mac_Meadow_Extension/Properties/AddinInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[assembly: Addin(
"Meadow",
Namespace = "WildernessLabs.Sdks",
Version = "1.9.6"
Version = "1.9.7"
)]

[assembly: AddinName("Meadow")]
Expand Down

0 comments on commit 98f3c1c

Please sign in to comment.