Skip to content

Commit a2ffa0d

Browse files
committed
v2.2.1
1 parent 2a285f9 commit a2ffa0d

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Diff for: .github/workflows/nuget_push.yml

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ defaults:
1212

1313
jobs:
1414
build:
15-
if: ${{ github.event.head_commit.message =~ '^v[0-9]+(\.[0-9]+)*$' }}
1615
runs-on: ubuntu-latest
1716
steps:
1817
- uses: actions/checkout@v4

Diff for: src/GenericReader/GenericReader.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
<Description>A generic binary reader for .NET</Description>
1010
<PackageTags>generic reader, binary reader</PackageTags>
1111
<Copyright>Copyright (c) 2024 NotOfficer</Copyright>
12-
<AssemblyVersion>2.2.0.0</AssemblyVersion>
13-
<FileVersion>2.2.0.0</FileVersion>
14-
<Version>2.2.0</Version>
12+
<AssemblyVersion>2.2.1.0</AssemblyVersion>
13+
<FileVersion>2.2.1.0</FileVersion>
14+
<Version>2.2.1</Version>
1515
</PropertyGroup>
1616

1717
<PropertyGroup>

0 commit comments

Comments
 (0)