Skip to content

Commit

Permalink
Tag version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwoodward committed Jun 5, 2020
1 parent 44ca14e commit 2edae53
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion package.sh
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
#!/usr/bin/env bashrm -rf ./packagedotnet pack ./src/Serilog.Sinks.Loki/Serilog.Sinks.Loki.csproj -o ./package/ -c release
#!/usr/bin/env bash
rm -rf ./package
dotnet pack ./src/Serilog.Sinks.Loki/Serilog.Sinks.Loki.csproj -o ./package/ -c release
2 changes: 1 addition & 1 deletion 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/v2.0.0</PackageReleaseNotes>
<PackageReleaseNotes>https://github.com/JosephWoodward/Serilog-Sinks-Loki/releases/tag/v2.1.0</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 Down

0 comments on commit 2edae53

Please sign in to comment.