Skip to content

Commit

Permalink
v8.2024.1015.1904
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatandrei committed Oct 15, 2024
1 parent b245261 commit e00e247
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<ProjectReference Include="..\NetPackageAnalyzerWork\NetPackageAnalyzerDocusaurus.csproj" />
</ItemGroup>
<PropertyGroup>
<Version>8.2024.1014.2028</Version>
<Version>8.2024.1015.1904</Version>
<PackAsTool>true</PackAsTool>
<ToolCommandName>PackageAnalyzer</ToolCommandName>
<Authors>Andrei Ignat</Authors>
Expand Down
12 changes: 6 additions & 6 deletions src/NetPackageAnalyzer/NetPackageAnalyzerConsole/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,12 @@
// "--verbose","false"
//};

args = new[] { "generateFiles",
"--folder", @"D:\gth\RSCG_Examples\v2",
"-wg","HtmlSummary",
"--where", @"D:\gth\PackageAnalyzer\src\documentation1",
"--verbose","false"
};
//args = new[] { "generateFiles",
// "--folder", @"D:\gth\RSCG_Examples\v2",
// "-wg","HtmlSummary",
// "--where", @"D:\gth\PackageAnalyzer\src\documentation1",
// "--verbose","false"
//};
//args = new[] { "generateFiles",
// "--folder", @"D:\source\test\NetPackageAnalyzer",
// "-wg","HtmlSummary",
Expand Down

0 comments on commit e00e247

Please sign in to comment.