Skip to content

Commit

Permalink
chore: Bumped version number to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDave1999 committed Jul 6, 2024
1 parent f9c7788 commit 4945482
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/YeSql.Net.csproj
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<RootNamespace>YeSql.Net</RootNamespace>
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>latest</LangVersion>
<RootNamespace>YeSql.Net</RootNamespace>
<PackageId>YeSql.Net</PackageId>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Authors>OSE.NET</Authors>
Expand All @@ -18,7 +18,8 @@
<Description>
YeSQL.NET is a class library for loading SQL statements from .sql files instead of writing SQL code in your C# source files
</Description>
<Version>1.0.0</Version>
<Version>1.0.1</Version>
<PackageReleaseNotes>See https://github.com/ose-net/yesql.net/releases</PackageReleaseNotes>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
</PropertyGroup>

Expand Down

0 comments on commit 4945482

Please sign in to comment.