Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NotOfficer committed Nov 17, 2024
1 parent a31dd15 commit cfb0d91
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nuget_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ defaults:
jobs:
build:
runs-on: ubuntu-latest
#if: github.event.head_commit.message matches '^v[0-9]+(\.[0-9]+)*$'
steps:
- uses: actions/checkout@v4
- name: Setup .NET
Expand Down
6 changes: 3 additions & 3 deletions src/OffiUtils/OffiUtils.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@

<Description>Utils and Extensions for .NET</Description>
<PackageTags>utils, extensions</PackageTags>
<AssemblyVersion>1.2.0.0</AssemblyVersion>
<FileVersion>1.2.0.0</FileVersion>
<Version>1.2.0</Version>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<FileVersion>2.0.0.0</FileVersion>
<Version>2.0.0</Version>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit cfb0d91

Please sign in to comment.