Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
GhostWalker562 committed Oct 1, 2024
1 parent 4b31b35 commit 8916fb9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<!-- There should only be one <DefaultVersion> in the file. If moved, it should be updated in the GitHub Actions workflow. -->
<DefaultVersion>0.0.5</DefaultVersion>
<DefaultVersion>0.0.6</DefaultVersion>
<DefaultTargetFrameworks>net8.0;net7.0;net6.0;netstandard2.1</DefaultTargetFrameworks>
<DefaultTestingFrameworks>net8.0</DefaultTestingFrameworks>
</PropertyGroup>
Expand Down

0 comments on commit 8916fb9

Please sign in to comment.