Skip to content

Commit

Permalink
#19 bump data access package version
Browse files Browse the repository at this point in the history
Bumping data access package version to expose DbSet property for use in the HotChocolate extension
  • Loading branch information
Ian-Webster committed Dec 5, 2023
1 parent 6867b6a commit e90a243
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DataAccess.Repository/DataAccess.Repository.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Description>A simple base repository to be used in other projects requiring data access</Description>
<PackageProjectUrl>https://github.com/Ian-Webster/DataAccess</PackageProjectUrl>
<RepositoryUrl>https://github.com/Ian-Webster/DataAccess</RepositoryUrl>
<VersionPrefix>1.0.4</VersionPrefix>
<VersionPrefix>2.0.0-wip</VersionPrefix>
<VersionSuffix></VersionSuffix>
</PropertyGroup>

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,9 @@ In your IoC bootstrapping you need to;

## Version history

- 2.0.0 - work in progress commit to support the DataAccess.Repository.HotChocolate package
- 1.0.4 - added usage instructions to readme file
- 1.0.3 - updated main readme file
- 1.0.2 - changes to main build action to attempt to fix NuGet publishing issue
- 1.0.1 - testing nuget publish on merge to main post pull request
- 1.0.1 - testing NuGet publish on merge to main post pull request
- 1.0.0 - initial test publication of the NuGet package

0 comments on commit e90a243

Please sign in to comment.