Skip to content

Commit 86f4f6c

Browse files
committed
Update version and description
1 parent 0504d4b commit 86f4f6c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.cake

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
var target = Argument("target", "Default");
66
var buildConfiguration = Argument("buildConfig", "Debug");
77
var waveVersion = Argument("wave", "[183.0]");
8-
var extensionsVersion = Argument("Version", "2018.3.0");
8+
var extensionsVersion = Argument("Version", "2018.3.4");
99

1010
var solutionName = "ReSharper.Structured.Logging";
1111
var projectName = solutionName;
@@ -62,10 +62,10 @@ Task("NugetPack")
6262
Title = "Structured Logging",
6363
Authors = new[] { "Oleg Shevchenko" },
6464
Owners = new[] { "Oleg Shevchenko" },
65-
Description = "Provides support for Serilog",
65+
Description = "Provides highlighting for structured logging message templates and contains some useful analyzers",
6666
ProjectUrl = new Uri("https://github.com/olsh/resharper-structured-logging"),
67-
LicenseUrl = new Uri("https://github.com/olsh/resharper-structured-logging/raw/master/LICENSE"),
68-
Tags = new [] { "resharper", "serilog", "nlog", "logging", "structurelogging" },
67+
LicenseUrl = new Uri("https://github.com/olsh/resharper-structured-logging/blob/master/LICENSE"),
68+
Tags = new [] { "resharper", "serilog", "nlog", "logging", "structuredlogging" },
6969
RequireLicenseAcceptance= false,
7070
Symbols = false,
7171
NoPackageAnalysis = true,

0 commit comments

Comments
 (0)