diff --git a/.github/workflows/check-and-release.yaml b/.github/workflows/check-and-release.yaml index 16cc1e2..9055f78 100644 --- a/.github/workflows/check-and-release.yaml +++ b/.github/workflows/check-and-release.yaml @@ -47,10 +47,10 @@ jobs: # Check if the latest version is the same as the current version if [ "$LATEST_VERSION" == "${{ steps.version.outputs.version }}" ]; then - echo "Nuget package exists" + echo "Nuget package exists ($LATEST_VERSION)" echo "exists=true" >> $GITHUB_OUTPUT else - echo "Nuget package does not exist" + echo "Nuget package does not exist ($LATEST_VERSION)" echo "exists=false" >> $GITHUB_OUTPUT fi diff --git a/Directory.Build.props b/Directory.Build.props index b859ff0..ccfc05d 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -2,7 +2,7 @@ - 0.0.5 + 0.0.6 net8.0;net7.0;net6.0;netstandard2.1 net8.0