Skip to content

Commit

Permalink
chore: update url
Browse files Browse the repository at this point in the history
  • Loading branch information
phnx47 committed May 22, 2021
1 parent cb58abf commit 211eb5e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -244,8 +244,8 @@ public class BaseRepository<T> : DapperRepository<T> where T : class

Contributions to the package are always welcome!

* Report any bugs or issues you find on the [issue tracker](https://github.com/phnx47/MicroOrm.Dapper.Repositories/issues).
* You can grab the source code at the package's [git repository](https://github.com/phnx47/MicroOrm.Dapper.Repositories).
* Report any bugs or issues you find on the [issue tracker](https://github.com/phnx47/dapper-repositories/issues).
* You can grab the source code at the package's [git repository](https://github.com/phnx47/dapper-repositories).

## Support

Expand Down
Expand Up @@ -12,10 +12,10 @@
<PackageId>MicroOrm.Dapper.Repositories</PackageId>
<PackageTags>dapper;micro-orm;repositories;crud</PackageTags>
<PackageIcon>icon.png</PackageIcon>
<PackageProjectUrl>https://github.com/microorm-dotnet/MicroOrm.Dapper.Repositories</PackageProjectUrl>
<PackageProjectUrl>https://github.com/phnx47/dapper-repositories</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/microorm-dotnet/MicroOrm.Dapper.Repositories</RepositoryUrl>
<RepositoryUrl>https://github.com/phnx47/dapper-repositories</RepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>
Expand Down

0 comments on commit 211eb5e

Please sign in to comment.