File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
+ <RootNamespace >YeSql.Net</RootNamespace >
4
5
<TargetFramework >netstandard2.0</TargetFramework >
5
6
<LangVersion >latest</LangVersion >
6
- <RootNamespace >YeSql.Net</RootNamespace >
7
7
<PackageId >YeSql.Net</PackageId >
8
8
<GeneratePackageOnBuild >True</GeneratePackageOnBuild >
9
9
<Authors >OSE.NET</Authors >
18
18
<Description >
19
19
YeSQL.NET is a class library for loading SQL statements from .sql files instead of writing SQL code in your C# source files
20
20
</Description >
21
- <Version >1.0.0</Version >
21
+ <Version >1.0.1</Version >
22
+ <PackageReleaseNotes >See https://github.com/ose-net/yesql.net/releases</PackageReleaseNotes >
22
23
<GenerateDocumentationFile >True</GenerateDocumentationFile >
23
24
</PropertyGroup >
24
25
You can’t perform that action at this time.
0 commit comments