We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16f117b commit f3b3bd8Copy full SHA for f3b3bd8
1 file changed
DirectSQL/DirectSQL.csproj
@@ -3,12 +3,13 @@
3
<PropertyGroup>
4
<TargetFramework>netcoreapp3.1</TargetFramework>
5
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
6
- <Version>3.5.0</Version>
+ <Version>3.5.1</Version>
7
<Authors />
8
<PackageLicenseFile>LICENSE</PackageLicenseFile>
9
<PackageProjectUrl>https://github.com/DirectSQL/DirectSQL/</PackageProjectUrl>
10
<Description>Execute SQL directly !
11
This .NET library is very thin database framework on top of System.Data.</Description>
12
+ <RepositoryUrl>https://github.com/directsql/directsql</RepositoryUrl>
13
</PropertyGroup>
14
15
<ItemGroup>
0 commit comments