Skip to content

Commit

Permalink
add projectUrl and license to package
Browse files Browse the repository at this point in the history
  • Loading branch information
mast-eu committed Aug 21, 2019
1 parent 31633b0 commit 219fc92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,15 @@
<version>$version$</version>
<authors>Git Extensions</authors>
<description>Git Extensions Extensibility package.</description>
<projectUrl>https://github.com/gitextensions/gitextensions.extensibility</projectUrl>
<license type="file">LICENSE.md</license>
</metadata>
<files>
<file src="lib/net461/_._" target="lib/net461/_._" />
<file src="build/net461/GitExtensions.Extensibility.props" target="build/net461/GitExtensions.Extensibility.props" />
<file src="build/net461/GitExtensions.Extensibility.targets" target="build/net461/GitExtensions.Extensibility.targets" />

<file src="../../LICENSE.md" target="LICENSE.md" />
<file src="tools/Download-GitExtensions.ps1" target="tools/Download-GitExtensions.ps1" />
</files>
</package>

0 comments on commit 219fc92

Please sign in to comment.