<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>gitwig</id>
<version>2.4.1</version>
<title>Gitwig</title>
<authors>tareqmy</authors>
<projectUrl>https://github.com/tareqmy/gitwig</projectUrl>
<licenseUrl>https://github.com/tareqmy/gitwig/blob/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/tareqmy/gitwig</projectSourceUrl>
<docsUrl>https://github.com/tareqmy/gitwig/blob/master/README.md</docsUrl>
<bugTrackerUrl>https://github.com/tareqmy/gitwig/issues</bugTrackerUrl>
<tags>git tui terminal rust CLI console</tags>
<summary>Rust-based Terminal User Interface (TUI) for Git</summary>
<description>
Gitwig is a terminal user interface for git that aims to bring a Git GUI experience (like SourceTree or Gitkraken) directly into your command line.
</description>
<releaseNotes>https://github.com/tareqmy/gitwig/releases</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
</files>
</package>