From 801101c999a71b46ef3cbe690b744d9a5fa4b135 Mon Sep 17 00:00:00 2001 From: Michael Adelson Date: Sun, 22 Mar 2020 10:49:31 -0400 Subject: [PATCH] Link to branch --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8653ab1..58f215d 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,8 @@ var command = MyShell.Run("foo.exe", new[] { "arg1", ... }, options => /* can st ### Strong naming MedallionShell 1.x is not strong-named. In 1.x, a parallel strong-named package [MedallionShell.StrongName](https://www.nuget.org/packages/medallionshell.strongname) is maintained alongside with identical contents. +This package is published from the [strong-name](https://github.com/madelson/MedallionShell/tree/strong-name) branch. + ## Contributing Contributions are welcome! Please report any issues you encounter or ideas for enhancements. If you would like to contribute code, I ask that you file an issue first so that we can work out the details before you start coding and avoid wasted effort on your part.