Skip to content

Commit 258d614

Browse files
VM-1615: update platform dependency version 3.897
1 parent 75ee2d5 commit 258d614

File tree

8 files changed

+20
-20
lines changed

8 files changed

+20
-20
lines changed

.github/workflows/module-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# v3.800.12
1+
# v3.800.13
22
name: Module CI
33

44
on:
@@ -184,7 +184,7 @@ jobs:
184184
deploy-cloud:
185185
if: ${{ (github.ref == 'refs/heads/master') || (github.ref == 'refs/heads/dev') }}
186186
needs: ci
187-
uses: VirtoCommerce/.github/.github/workflows/deploy-cloud.yml@v3.800.12
187+
uses: VirtoCommerce/.github/.github/workflows/deploy-cloud.yml@v3.800.13
188188
with:
189189
releaseSource: module
190190
moduleId: ${{ needs.ci.outputs.moduleId }}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# v3.200.30
1+
# v3.800.13
22
name: Release
33

44
on:
55
workflow_dispatch:
66

77
jobs:
88
release:
9-
uses: VirtoCommerce/.github/.github/workflows/release.yml@v3.200.30
9+
uses: VirtoCommerce/.github/.github/workflows/release.yml@v3.800.13
1010
secrets:
1111
envPAT: ${{ secrets.REPO_TOKEN }}

src/VirtoCommerce.MarketplaceCommissionsModule.Core/VirtoCommerce.MarketplaceCommissionsModule.Core.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99
<ItemGroup>
1010
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
11-
<PackageReference Include="VirtoCommerce.MarketplaceVendorModule.Core" Version="3.828.0" />
12-
<PackageReference Include="VirtoCommerce.Platform.Core" Version="3.883.0" />
11+
<PackageReference Include="VirtoCommerce.MarketplaceVendorModule.Core" Version="3.829.0" />
12+
<PackageReference Include="VirtoCommerce.Platform.Core" Version="3.897.0" />
1313
</ItemGroup>
1414
</Project>

src/VirtoCommerce.MarketplaceCommissionsModule.Data.MySql/VirtoCommerce.MarketplaceCommissionsModule.Data.MySql.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.0">
10+
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.11">
1111
<PrivateAssets>all</PrivateAssets>
1212
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1313
</PackageReference>
14-
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.0">
14+
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.11">
1515
<PrivateAssets>all</PrivateAssets>
1616
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1717
</PackageReference>
18-
<PackageReference Include="VirtoCommerce.Platform.Data.MySql" Version="3.825.0" />
18+
<PackageReference Include="VirtoCommerce.Platform.Data.MySql" Version="3.897.0" />
1919
</ItemGroup>
2020

2121
<ItemGroup>

src/VirtoCommerce.MarketplaceCommissionsModule.Data.PostgreSql/VirtoCommerce.MarketplaceCommissionsModule.Data.PostgreSql.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.0">
10+
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.11">
1111
<PrivateAssets>all</PrivateAssets>
1212
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1313
</PackageReference>
14-
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.0">
14+
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.11">
1515
<PrivateAssets>all</PrivateAssets>
1616
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1717
</PackageReference>
18-
<PackageReference Include="VirtoCommerce.Platform.Data.PostgreSql" Version="3.825.0" />
18+
<PackageReference Include="VirtoCommerce.Platform.Data.PostgreSql" Version="3.897.0" />
1919
</ItemGroup>
2020

2121
<ItemGroup>

src/VirtoCommerce.MarketplaceCommissionsModule.Data.SqlServer/VirtoCommerce.MarketplaceCommissionsModule.Data.SqlServer.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.0">
10+
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.11">
1111
<PrivateAssets>all</PrivateAssets>
1212
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1313
</PackageReference>
14-
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.0">
14+
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.11">
1515
<PrivateAssets>all</PrivateAssets>
1616
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1717
</PackageReference>
18-
<PackageReference Include="VirtoCommerce.Platform.Data.SqlServer" Version="3.825.0" />
18+
<PackageReference Include="VirtoCommerce.Platform.Data.SqlServer" Version="3.897.0" />
1919
</ItemGroup>
2020

2121
<ItemGroup>

src/VirtoCommerce.MarketplaceCommissionsModule.Data/VirtoCommerce.MarketplaceCommissionsModule.Data.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<SonarQubeTestProject>false</SonarQubeTestProject>
88
</PropertyGroup>
99
<ItemGroup>
10-
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.0">
10+
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.11">
1111
<PrivateAssets>all</PrivateAssets>
1212
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1313
</PackageReference>
1414
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
15-
<PackageReference Include="VirtoCommerce.MarketplaceVendorModule.Data" Version="3.824.0" />
16-
<PackageReference Include="VirtoCommerce.Platform.Data.SqlServer" Version="3.825.0" />
15+
<PackageReference Include="VirtoCommerce.MarketplaceVendorModule.Data" Version="3.829.0" />
16+
<PackageReference Include="VirtoCommerce.Platform.Data.SqlServer" Version="3.897.0" />
1717
</ItemGroup>
1818
<ItemGroup>
1919
<ProjectReference Include="..\VirtoCommerce.MarketplaceCommissionsModule.Core\VirtoCommerce.MarketplaceCommissionsModule.Core.csproj" />

src/VirtoCommerce.MarketplaceCommissionsModule.Web/module.manifest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<version>3.803.0</version>
55
<version-tag></version-tag>
66

7-
<platformVersion>3.883.0</platformVersion>
7+
<platformVersion>3.897.0</platformVersion>
88
<dependencies>
9-
<dependency id="VirtoCommerce.MarketplaceVendor" version="3.828.0" />
9+
<dependency id="VirtoCommerce.MarketplaceVendor" version="3.829.0" />
1010
</dependencies>
1111

1212
<title>VirtoCommerce MarketplaceCommissions extension module.</title>

0 commit comments

Comments
 (0)