Skip to content

Commit 2317366

Browse files
authored
Merge pull request #253 from MADE-Apps/feature/minor-nuget
Updated minor version for dependencies
2 parents 4c54e00 + 385b7a3 commit 2317366

3 files changed

Lines changed: 9 additions & 10 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
1-
## Fixes #
1+
## Resolves #
22
<!-- Add the issue ID after the '#' to automatically close the issue once the PR is merged -->
33

44
<!-- Please provide a description below of the changes made and how it has been tested -->
55

66
## PR checklist
77

8-
- [ ] Samples have been added/updated (where applicable)
9-
- [ ] Tests have been added/updated (where applicable) and pass
10-
- [ ] Documentation has been added/updated for changes
11-
- [ ] Code styling has been met on new source file changes
12-
- [ ] Contains **NO** breaking changes
8+
- [ ] Have tests been added or updated, run locally, and all pass
9+
- [ ] Have code styling rules been run on all new source file changes
10+
- [ ] Have relevant articles in the docs been added or updated for all new source file changes
11+
- [ ] Have major breaking changes been made and are documented
1312

1413
<!-- If a breaking change has been made, please provide a detailed description below of the impact and the migration path -->
1514

1615
## Other information
17-
<!-- Please provide any additional information, links, or screenshots below if applicable -->
16+
<!-- Provide any additional information below that may be relevant to the changes made (e.g. app screenshots, documentation links, or existing PR reference) -->

src/MADE.Data.EFCore/MADE.Data.EFCore.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717

1818
<ItemGroup Condition="'$(TargetFramework)'=='net6.0'">
1919
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.5" />
20-
<PackageReference Include="Z.EntityFramework.Plus.EFCore" Version="6.13.20" />
20+
<PackageReference Include="Z.EntityFramework.Plus.EFCore" Version="6.13.21" />
2121
</ItemGroup>
2222

2323
<ItemGroup Condition="'$(TargetFramework)'=='net5.0'">
2424
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.17" />
25-
<PackageReference Include="Z.EntityFramework.Plus.EFCore" Version="5.13.20" />
25+
<PackageReference Include="Z.EntityFramework.Plus.EFCore" Version="5.13.21" />
2626
</ItemGroup>
2727

2828
</Project>

src/MADE.Data.Validation.FluentValidation/MADE.Data.Validation.FluentValidation.csproj

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

1414
<ItemGroup>
15-
<PackageReference Include="FluentValidation" Version="11.0.1" />
15+
<PackageReference Include="FluentValidation" Version="11.0.2" />
1616
</ItemGroup>
1717

1818
<ItemGroup>

0 commit comments

Comments
 (0)