We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be3e987 commit 523d4ffCopy full SHA for 523d4ff
LICENSE renamed to LICENSE.md
src/GitExtensions.PluginManager/GitExtensions.PluginManager.nuspec
@@ -7,11 +7,13 @@
7
<description>$description$</description>
8
<projectUrl>$projectUrl$</projectUrl>
9
<tags>$tags$</tags>
10
+ <license type="file">LICENSE.md</license>
11
<dependencies>
12
<dependency id="GitExtensions.Extensibility" version="[0.1.0, 1.0.0)" />
13
</dependencies>
14
</metadata>
15
<files>
16
+ <file src="../../LICENSE.md" target="/" />
17
<file src="bin/$configuration$/net461/GitExtensions.PluginManager.dll" target="lib/" />
18
<file src="bin/$configuration$/net461/PackageManager/PackageManager.UI.exe" target="lib/PackageManager/" />
19
</files>
0 commit comments