Skip to content

Commit

Permalink
Bump to upload-artifact V4 (v2 deprecated) and version *.60 for testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
CartBlanche committed Oct 15, 2024
1 parent daaade8 commit 6754ae7
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,7 +1,7 @@
name: Meadow.CLI Packaging
env:
CLI_RELEASE_VERSION_1: 1.9.4.0
CLI_RELEASE_VERSION_2: 2.0.17.0
CLI_RELEASE_VERSION_2: 2.0.60.0
IDE_TOOLS_RELEASE_VERSION: 1.9.4
MEADOW_OS_VERSION: 1.9.0.0
VS_MAC_2019_VERSION: 8.10
Expand Down
2 changes: 1 addition & 1 deletion Source/v2/Meadow.Cli/Meadow.CLI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Authors>Wilderness Labs, Inc</Authors>
<Company>Wilderness Labs, Inc</Company>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageVersion>2.0.58.0</PackageVersion>
<PackageVersion>2.0.60.0</PackageVersion>
<Platforms>AnyCPU</Platforms>
<PackageProjectUrl>http://developer.wildernesslabs.co/Meadow/Meadow.CLI/</PackageProjectUrl>
<RepositoryUrl>https://github.com/WildernessLabs/Meadow.CLI</RepositoryUrl>
Expand Down
2 changes: 1 addition & 1 deletion Source/v2/Meadow.Cli/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ namespace Meadow.CLI;

public static class Constants
{
public const string CLI_VERSION = "2.0.58.0";
public const string CLI_VERSION = "2.0.60.0";
}

0 comments on commit 6754ae7

Please sign in to comment.