From 4f8037969238d47f07043db4a971c4e398ef4568 Mon Sep 17 00:00:00 2001 From: Chris Kaczor Date: Fri, 5 Nov 2021 16:32:31 -0400 Subject: [PATCH] WIP - installer support --- WorkIndicator.csproj | 1 + WorkIndicator.nuspec | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 WorkIndicator.nuspec diff --git a/WorkIndicator.csproj b/WorkIndicator.csproj index da85a5e..ee84f82 100644 --- a/WorkIndicator.csproj +++ b/WorkIndicator.csproj @@ -195,6 +195,7 @@ + diff --git a/WorkIndicator.nuspec b/WorkIndicator.nuspec new file mode 100644 index 0000000..fbdecf9 --- /dev/null +++ b/WorkIndicator.nuspec @@ -0,0 +1,19 @@ + + + + WorkIndicator + Work Indicator + $version$ + Chris Kaczor + Controls a Delcom Green/Yellow/Red Indicator to show work status (free, working, on phone, talking) either manually or automatically. + https://github.com/ckaczor/WorkIndicator + MIT + + + + + + + + + \ No newline at end of file