We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a285f9 commit a2ffa0dCopy full SHA for a2ffa0d
2 files changed
.github/workflows/nuget_push.yml
@@ -12,7 +12,6 @@ defaults:
12
13
jobs:
14
build:
15
- if: ${{ github.event.head_commit.message =~ '^v[0-9]+(\.[0-9]+)*$' }}
16
runs-on: ubuntu-latest
17
steps:
18
- uses: actions/checkout@v4
src/GenericReader/GenericReader.csproj
@@ -9,9 +9,9 @@
9
<Description>A generic binary reader for .NET</Description>
10
<PackageTags>generic reader, binary reader</PackageTags>
11
<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>
0 commit comments