Skip to content

Commit

Permalink
3.0.1-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwoodward committed Dec 2, 2020
1 parent 9d74520 commit 27e063c
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/Serilog.Sinks.Loki/Serilog.Sinks.Loki.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
<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/v3.0.0</PackageReleaseNotes>
<PackageReleaseNotes>https://github.com/JosephWoodward/Serilog-Sinks-Loki/releases/tag/$(Version)-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>
<PackageLicense>https://github.com/JosephWoodward/Serilog-Sinks-Loki/blob/master/LICENSE</PackageLicense>
<PackageIcon>logo_128_128.png</PackageIcon>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<MinVerVerbosity>diag</MinVerVerbosity>
<MinVerTagPrefix>v</MinVerTagPrefix>
<GeneratePackageOnBuild Condition="$(Configuration) == 'Release'">true</GeneratePackageOnBuild>
<PackageOutputPath>..\..\nuget</PackageOutputPath>
<OutputType>Library</OutputType>
<MinVerSkip Condition="'$(Configuration)' == 'Debug'">true</MinVerSkip>
</PropertyGroup>
Expand All @@ -26,9 +26,6 @@
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="Serilog" Version="2.9.0" />
<PackageReference Include="Serilog.Sinks.Http" Version="5.2.1" />
<PackageReference Include="MinVer" Version="2.1.0">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All">
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit 27e063c

Please sign in to comment.