Skip to content

Commit

Permalink
Merge pull request #196 from dwmkerr/feat/srm-nuget
Browse files Browse the repository at this point in the history
build: nuget package for srm
  • Loading branch information
dwmkerr authored Oct 19, 2018
2 parents 924843f + 74c8f58 commit 30d5d38
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ SharpShell makes it easy to create Windows Shell Extensions using the .NET Frame

## Official NuGet Packages

- [![SharpShell Nuget Package](https://img.shields.io/nuget/v/SharpShell.svg)](https://www.nuget.org/packages/SharpShell)
- [![SharpShellTools NuGet Package](https://img.shields.io/nuget/v/SharpShellTools.svg)](https://www.nuget.org/packages/SharpShellTools)
| Component | Package |
|-----------|---------|
| `SharpShell` | [![SharpShell Nuget Package](https://img.shields.io/nuget/v/SharpShell.svg)](https://www.nuget.org/packages/SharpShell) |
| `ServerRegistrationManager` | [![ServerRegistrationManager Nuget Package](https://img.shields.io/nuget/v/ServerRegistrationManager.svg)](https://www.nuget.org/packages/ServerRegistrationManager) |

## Documentation

Expand Down
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>
7 changes: 7 additions & 0 deletions docs/srm/srm.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,19 @@ The Server Registration Manager tool (`srm.exe`) is a standalone console applica

<!-- vim-markdown-toc GFM -->

* [Installing the SRM](#installing-the-srm)
* [Installing / Uninstalling Servers](#installing--uninstalling-servers)
* [Showing SharpShell Config](#showing-sharpshell-config)
* [Setting SharpShell Config](#setting-sharpshell-config)

<!-- vim-markdown-toc -->

## Installing the SRM

You can get the tool from the [ServerRegistrationManager NuGet Package](https://www.nuget.org/packages/ServerRegistrationManager).

It is also available in all [SharpShell Releases](https://github.com/dwmkerr/sharpshell/releases).

## Installing / Uninstalling Servers

Install:
Expand Down

0 comments on commit 30d5d38

Please sign in to comment.