Skip to content

Commit

Permalink
Merge pull request #74 from WildernessLabs/develop
Browse files Browse the repository at this point in the history
Bump to 1.3.4
  • Loading branch information
CartBlanche authored Sep 26, 2023
2 parents 5128389 + 95feb6f commit 81c105c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: VS4Mac Extension
env:
IDE_TOOLS_RELEASE_VERSION: 1.3.0
MEADOW_OS_VERSION: 1.3.0.0
IDE_TOOLS_RELEASE_VERSION: 1.3.4
MEADOW_OS_VERSION: 1.3.4.0
VS_MAC_2019_VERSION: 8.10
VS_MAC_2022_VERSION: 17.5

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.3.0"
Version = "1.3.4"
)]

[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.3.0"
Version = "1.3.4"
)]

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

0 comments on commit 81c105c

Please sign in to comment.