Skip to content

Commit c534176

Browse files
committed
update csproj file
1 parent 25b23b7 commit c534176

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

DbConnectionInspector/DbConnectionInspector/DbConnectionInspector.csproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,15 @@
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
77
<PackageId>DatabaseConnectionInspector</PackageId>
8-
<Version>3.0.1</Version>
8+
<Version>3.1.0</Version>
99
<Authors>Leo506</Authors>
1010
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1111
<Title>Database connection inspector</Title>
1212
<Description>Library for inspect database connections and prevent requests to its until establish conneciton (for Asp.Net apps)</Description>
1313
<RepositoryUrl>https://github.com/Leo506/DatabaseConnectionInspector</RepositoryUrl>
14+
<RepositoryType>git</RepositoryType>
15+
<Copyright>Copyright (c) Artem Levin 2022</Copyright>
16+
<PackageTags>database, tool</PackageTags>
1417
</PropertyGroup>
1518

1619
<ItemGroup>

0 commit comments

Comments
 (0)