Giana.App 0.0.2

dotnet add package Giana.App --version 0.0.2                
NuGet\Install-Package Giana.App -Version 0.0.2                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Giana.App" Version="0.0.2" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Giana.App --version 0.0.2                
#r "nuget: Giana.App, 0.0.2"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Giana.App as a Cake Addin
#addin nuget:?package=Giana.App&version=0.0.2

// Install Giana.App as a Cake Tool
#tool nuget:?package=Giana.App&version=0.0.2                

Giana.App readme

const string gitExePath = @"C:\Program Files\Git\bin\git.exe";
const string gitRepository = "https://github.com/dotnet/wpf.git";

var query = new Query
{
  Sources = [gitRepository],
  Analyzer = "author-ranking",
  OutputFormat = "csv",
  Renames = [new Author() { To = "Thomas Goulet", From = "ThomasGoulet73" }],
  TimeRanges = [new TimePeriod() { Begin = DateTime.Now.AddMonths(-6), End = DateTime.Now }]
};

var routine = query.CreateRoutine();

await routine.ExecuteAsync(gitExePath, Console.Out, TimeSpan.FromSeconds(60));

Output, 26. Jan 2025

Author,FileTouches
Jeremy Kuhne,3994
Harshit,927
h3xds1nz,664
dotnet-maestro[bot],474
Thomas Goulet,343
Hugh Bellamy,147
Himanshi Goyal,141
Dipesh Kumar,113
Adam Sitnik,59
Sia Gupta,48
Ashish Kumar Singh,45
Pankaj Chaurasia,12
Anjali,12
Eric StJohn,12
Kuldeep,8
Mitch Razga,5
Loni Tra,5
...
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.0.2 91 2/1/2025
0.0.1 65 1/26/2025

pre-release.