Skip to content

Commit

Permalink
Merge pull request #80 from NorthernLight1/master
Browse files Browse the repository at this point in the history
Merge master into development
  • Loading branch information
NorthernLight1 authored Jun 18, 2024
2 parents 7a1fde7 + 68cc6b4 commit 4c7bdba
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
- package-ecosystem: "" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Version>8.0.0.10</Version>
<Version>8.0.0.11</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageProjectUrl>https://github.com/NorthernLight1/N.EntityFrameworkCore.Extensions/</PackageProjectUrl>
<Authors>Northern25</Authors>
Expand Down Expand Up @@ -36,4 +36,4 @@ Inheritance models supported: Table-Per-Concrete, Table-Per-Hierarchy, Table-Per
<InternalsVisibleTo Include="N.EntityFrameworkCore.Extensions.Test" />
</ItemGroup>

</Project>
</Project>

0 comments on commit 4c7bdba

Please sign in to comment.