Skip to content

Commit be90584

Browse files
authored
Merge pull request #38 from pfpack/release/v4.0.1
release/v4.0.1
2 parents d5fe7a9 + b4cf885 commit be90584

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
1-
name: .NET
1+
name: Setup Unit .NET
22

33
on:
44
push:
55
branches: [ main, dev, feature/*, fix/*, release/* ]
66

7-
pull_request:
8-
branches: [ main ]
9-
107
release:
118
types: [ published ]
129
branches: [ main ]

src/core-unit/Unit/Unit.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<Description>PrimeFuncPack Core.Unit is a core library for .NET consisting of Unit type targeted for use in functional programming.</Description>
2020
<RootNamespace>System</RootNamespace>
2121
<AssemblyName>PrimeFuncPack.Core.Unit</AssemblyName>
22-
<Version>4.0.1-rc.1</Version>
22+
<Version>4.0.1</Version>
2323
</PropertyGroup>
2424

2525
<ItemGroup>

0 commit comments

Comments
 (0)