Skip to content

Commit

Permalink
update csproj file
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo506 committed Oct 20, 2022
1 parent 25b23b7 commit c534176
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,15 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PackageId>DatabaseConnectionInspector</PackageId>
<Version>3.0.1</Version>
<Version>3.1.0</Version>
<Authors>Leo506</Authors>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Title>Database connection inspector</Title>
<Description>Library for inspect database connections and prevent requests to its until establish conneciton (for Asp.Net apps)</Description>
<RepositoryUrl>https://github.com/Leo506/DatabaseConnectionInspector</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<Copyright>Copyright (c) Artem Levin 2022</Copyright>
<PackageTags>database, tool</PackageTags>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit c534176

Please sign in to comment.