Skip to content

Commit 2de0db4

Browse files
committed
Merge branch 'rc/2.15.1' into 2.x
2 parents 5c26951 + 5495c71 commit 2de0db4

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/publish-latest-elsa.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,17 @@ on:
44
push:
55
branches:
66
- 2.x
7+
- rc/*
78
pull_request:
89
branches:
910
- 2.x
11+
- rc/*
1012
release:
1113
types: [published]
1214

1315
env:
1416
NODE_OPTIONS: --max-old-space-size=4096
15-
ELSA_VERSION: 2.15.0
17+
ELSA_VERSION: 2.15.1
1618

1719
jobs:
1820
build_and_pack:

src/core/Elsa.Abstractions/Elsa.Abstractions.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<ItemGroup>
1717
<PackageReference Include="DistributedLock.Core" Version="1.0.4" />
1818
<PackageReference Include="LinqKit.Core" Version="1.2.5" />
19-
<PackageReference Include="MediatR" Version="12.0.1" />
19+
<PackageReference Include="MediatR" Version="12.4.1" />
2020
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.0" />
2121
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
2222
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.1" />

src/core/Elsa.Core/Elsa.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<PackageReference Include="DistributedLock.FileSystem" Version="1.0.1" />
2121
<PackageReference Include="FluentStorage" Version="5.6.0" />
2222
<PackageReference Include="Humanizer.Core" Version="2.13.14" />
23-
<PackageReference Include="MediatR" Version="12.0.1" />
23+
<PackageReference Include="MediatR" Version="12.4.1" />
2424
<PackageReference Include="Microsoft.AspNetCore.DataProtection" Version="9.0.1" />
2525
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" />
2626
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="9.0.1" />

src/samples/aspnet/Elsa.Samples.InProcessBackgroundMediator/Elsa.Samples.InProcessBackgroundMediator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="MediatR" Version="12.0.1" />
10+
<PackageReference Include="MediatR" Version="12.4.1" />
1111
</ItemGroup>
1212

1313
</Project>

0 commit comments

Comments
 (0)