Skip to content

Commit

Permalink
v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NotOfficer committed Dec 4, 2024
1 parent 2a285f9 commit a2ffa0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/nuget_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ defaults:

jobs:
build:
if: ${{ github.event.head_commit.message =~ '^v[0-9]+(\.[0-9]+)*$' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
6 changes: 3 additions & 3 deletions src/GenericReader/GenericReader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
<Description>A generic binary reader for .NET</Description>
<PackageTags>generic reader, binary reader</PackageTags>
<Copyright>Copyright (c) 2024 NotOfficer</Copyright>
<AssemblyVersion>2.2.0.0</AssemblyVersion>
<FileVersion>2.2.0.0</FileVersion>
<Version>2.2.0</Version>
<AssemblyVersion>2.2.1.0</AssemblyVersion>
<FileVersion>2.2.1.0</FileVersion>
<Version>2.2.1</Version>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit a2ffa0d

Please sign in to comment.