Skip to content
This repository was archived by the owner on Mar 5, 2022. It is now read-only.

Commit 80629da

Browse files
author
Gabriel Weyer
committed
Merge branch 'features/global-tool'
2 parents 4b13c5a + 4e1156e commit 80629da

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/dotnet-wad-to-csv/dotnet-wad-to-csv.csproj

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,20 @@
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
44
<TargetFramework>netcoreapp2.1</TargetFramework>
5+
<PackAsTool>true</PackAsTool>
56
<RootNamespace>DotNet.WadToCsv</RootNamespace>
7+
<AssemblyName>dotnet-wad-to-csv</AssemblyName>
8+
<PackageId>dotnet-wad-to-csv</PackageId>
9+
<Authors>Gabriel Weyer</Authors>
10+
<PackageDescription>Retrieve logs from a WADLogsTable and write them to a CSV file.</PackageDescription>
11+
<PackageTags>Azure Diagnostics;Log;CSV</PackageTags>
12+
<PackageProjectUrl>https://github.com/gabrielweyer/dotnet-wad-to-csv</PackageProjectUrl>
13+
<Copyright>Copyright © WAD to CSV contributors</Copyright>
614
<LangVersion>7.2</LangVersion>
715
</PropertyGroup>
816
<ItemGroup>
917
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="2.2.4" />
1018
<PackageReference Include="Serilog.Enrichers.Demystify" Version="0.1.0-dev-00016" />
1119
<PackageReference Include="WindowsAzure.Storage" Version="9.2.0" />
1220
</ItemGroup>
13-
</Project>
21+
</Project>

0 commit comments

Comments
 (0)