Skip to content

Commit

Permalink
4.0.0-beta1 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwoodward committed Jun 30, 2021
1 parent 28c5d04 commit e23ac35
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Serilog.Sinks.Loki/Serilog.Sinks.Loki.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<PackageId>Serilog.Sinks.Loki</PackageId>
<PackageTags>loki,serilog,sinks</PackageTags>
<title>Serilog.Sinks.Loki</title>
<PackageReleaseNotes>https://github.com/JosephWoodward/Serilog-Sinks-Loki/releases/tag/$(Version)-beta1</PackageReleaseNotes>
<PackageReleaseNotes>https://github.com/JosephWoodward/Serilog-Sinks-Loki/releases/tag/4.0.0-beta1</PackageReleaseNotes>
<Authors>Joseph Woodward</Authors>
<Description>A Serilog Sink for Grafana's Loki log aggregator</Description>
<PackageProjectUrl>https://github.com/JosephWoodward/Serilog-Sinks-Loki</PackageProjectUrl>
Expand All @@ -17,7 +17,6 @@
<GeneratePackageOnBuild Condition="$(Configuration) == 'Release'">true</GeneratePackageOnBuild>
<PackageOutputPath>..\..\nuget</PackageOutputPath>
<OutputType>Library</OutputType>
<MinVerSkip Condition="'$(Configuration)' == 'Debug'">true</MinVerSkip>
</PropertyGroup>
<ItemGroup>
<None Include="../../assets/logo_128_128.png" Pack="true" PackagePath="/" />
Expand Down

0 comments on commit e23ac35

Please sign in to comment.