|
5 | 5 | var target = Argument("target", "Default"); |
6 | 6 | var buildConfiguration = Argument("buildConfig", "Debug"); |
7 | 7 | var waveVersion = Argument("wave", "[183.0]"); |
8 | | -var extensionsVersion = Argument("Version", "2018.3.0"); |
| 8 | +var extensionsVersion = Argument("Version", "2018.3.4"); |
9 | 9 |
|
10 | 10 | var solutionName = "ReSharper.Structured.Logging"; |
11 | 11 | var projectName = solutionName; |
@@ -62,10 +62,10 @@ Task("NugetPack") |
62 | 62 | Title = "Structured Logging", |
63 | 63 | Authors = new[] { "Oleg Shevchenko" }, |
64 | 64 | Owners = new[] { "Oleg Shevchenko" }, |
65 | | - Description = "Provides support for Serilog", |
| 65 | + Description = "Provides highlighting for structured logging message templates and contains some useful analyzers", |
66 | 66 | 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" }, |
69 | 69 | RequireLicenseAcceptance= false, |
70 | 70 | Symbols = false, |
71 | 71 | NoPackageAnalysis = true, |
|
0 commit comments