Skip to content

Commit

Permalink
Adjust the package version to 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alelho committed Mar 18, 2024
1 parent 805fb22 commit 72b6dd9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: build-and-publish
on:
push:
branches: [ ef-core-net-6 ]
branches: [ ef-core-net-7 ]

jobs:
publish:
Expand Down
3 changes: 2 additions & 1 deletion src/EFCoreUnitOfWork/EFCoreUnitOfWork.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@
<RepositoryUrl>https://github.com/Alelho/ef-core-unit-of-work</RepositoryUrl>
<PackageTags>EntityFrameworkCore;EntityFramework;EFCore;Entity;UnitOfWork;UoW;Repository;GenericRepository;O/RM</PackageTags>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Version>6.0.0</Version>
<Version>7.0.0</Version>
<LangVersion>latest</LangVersion>
<Description>This package provides the implementations of the unit of work and the generic repository patterns.</Description>
<Title>EFCoreUnitOfWork</Title>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 72b6dd9

Please sign in to comment.