mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
delete nuspec file for the plugin project
no longer needed
This commit is contained in:
parent
53bc0f2cba
commit
9737d2fc70
2 changed files with 0 additions and 17 deletions
|
|
@ -63,7 +63,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
|
|||
README.md = README.md
|
||||
SolutionAssemblyInfo.cs = SolutionAssemblyInfo.cs
|
||||
Scripts\flowlauncher.nuspec = Scripts\flowlauncher.nuspec
|
||||
Scripts\flowlauncher.plugin.nuspec = Scripts\flowlauncher.plugin.nuspec
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HelloWorldCSharp", "Plugins\HelloWorldCSharp\HelloWorldCSharp.csproj", "{03FFA443-5F50-48D5-8869-F3DF316803AA}"
|
||||
|
|
|
|||
|
|
@ -1,16 +0,0 @@
|
|||
<?xml version="1.0"?>
|
||||
<package>
|
||||
<metadata>
|
||||
<id>Flow.Launcher.Plugin</id>
|
||||
<version>$version$</version>
|
||||
<authors>qianlifeng, Jeremy Wu</authors>
|
||||
<licenseUrl>https://github.com/Flow-Launcher/Flow.Launcher/blob/master/LICENSE</licenseUrl>
|
||||
<projectUrl>https://github.com/Flow-Launcher/Flow.Launcher</projectUrl>
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<description>Reference this library if you want to develop a Flow Launcher plugin</description>
|
||||
<tags>flowlauncher</tags>
|
||||
</metadata>
|
||||
<files>
|
||||
<file src="..\Output\Release\Flow.Launcher.Plugin.dll" target="lib\net452" />
|
||||
</files>
|
||||
</package>
|
||||
Loading…
Reference in a new issue