Skip to content

Commit

Permalink
Update Version for new Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Rolf Nebhuth committed Jan 23, 2024
1 parent e4aa32d commit d5a0e69
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Daenet.Common.Logging.Sql/Daenet.Common.Logging.Sql.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>1.0.10.3</Version>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Version>1.0.11.0</Version>
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
<Description>A .NET Core logger provider to log directly into a SQL Database.</Description>
<Authors>daenet</Authors>
<Company>daenet Gesellschaft für Informationstechnologie mbH</Company>
Expand All @@ -14,8 +14,8 @@
<PackageTags>ilogger asp-net-core net-core core sql</PackageTags>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<AssemblyVersion>1.0.10.3</AssemblyVersion>
<FileVersion>1.0.10.3</FileVersion>
<AssemblyVersion>1.0.11.0</AssemblyVersion>
<FileVersion>1.0.11.0</FileVersion>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
</PropertyGroup>

Expand Down

0 comments on commit d5a0e69

Please sign in to comment.