-
-
Notifications
You must be signed in to change notification settings - Fork 260
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #196 from dwmkerr/feat/srm-nuget
build: nuget package for srm
- Loading branch information
Showing
3 changed files
with
31 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
SharpShell/Tools/ServerRegistrationManager/ServerRegistrationManager.nuspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd"> | ||
<metadata> | ||
<id>$id$</id> | ||
<version>$version$</version> | ||
<title>ServerRegistrationManager</title> | ||
<authors>Dave Kerr</authors> | ||
<owners>Dave Kerr</owners> | ||
<projectUrl>https://github.com/dwmkerr/sharpshell</projectUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<description>The ServerRegistrationManager tool is a tool which can be used to deploy SharpShell servers</description> | ||
<summary>The ServerRegistrationManager tool is a tool which can be used to deploy SharpShell servers</summary> | ||
<copyright>Copyright © Dave Kerr 2018</copyright> | ||
<tags>SharpShell,ServerRegistrationManager,SRM,Shell,COM,Context Menu,Icon Handler</tags> | ||
<frameworkAssemblies> | ||
<frameworkAssembly assemblyName="System.Windows.Forms" targetFramework="" /> | ||
<frameworkAssembly assemblyName="System.Drawing" targetFramework="" /> | ||
</frameworkAssemblies> | ||
</metadata> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters