Skip to content

Commit 4945482

Browse files
committed
chore: Bumped version number to 1.0.1
1 parent f9c7788 commit 4945482

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/YeSql.Net.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4+
<RootNamespace>YeSql.Net</RootNamespace>
45
<TargetFramework>netstandard2.0</TargetFramework>
56
<LangVersion>latest</LangVersion>
6-
<RootNamespace>YeSql.Net</RootNamespace>
77
<PackageId>YeSql.Net</PackageId>
88
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
99
<Authors>OSE.NET</Authors>
@@ -18,7 +18,8 @@
1818
<Description>
1919
YeSQL.NET is a class library for loading SQL statements from .sql files instead of writing SQL code in your C# source files
2020
</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>
2223
<GenerateDocumentationFile>True</GenerateDocumentationFile>
2324
</PropertyGroup>
2425

0 commit comments

Comments
 (0)