From c25d38b4c2b05b9b6595b592fe342907423bf584 Mon Sep 17 00:00:00 2001 From: Eric Fontana Date: Mon, 21 Jul 2014 09:29:56 -0400 Subject: [PATCH] Added Filters/Grok example --- Package.nuspec | 20 ++++++++++++++++++++ TimberWinR.UnitTests/testconf.xml | 7 +++++++ TimberWinR.sln | 1 + 3 files changed, 28 insertions(+) create mode 100644 Package.nuspec diff --git a/Package.nuspec b/Package.nuspec new file mode 100644 index 0000000..076ed70 --- /dev/null +++ b/Package.nuspec @@ -0,0 +1,20 @@ + + + + TimberWinR + 1.0.0 + efontana + efontana + http://LICENSE_URL_HERE_OR_DELETE_THIS_LINE + http://PROJECT_URL_HERE_OR_DELETE_THIS_LINE + http://ICON_URL_HERE_OR_DELETE_THIS_LINE + false + Package description + Summary of changes made in this release of the package. + Copyright 2014 + Tag1 Tag2 + + + + + \ No newline at end of file diff --git a/TimberWinR.UnitTests/testconf.xml b/TimberWinR.UnitTests/testconf.xml index f7ff35b..d06aa64 100644 --- a/TimberWinR.UnitTests/testconf.xml +++ b/TimberWinR.UnitTests/testconf.xml @@ -15,4 +15,11 @@ + + + + + + + diff --git a/TimberWinR.sln b/TimberWinR.sln index 7325495..3603bc2 100644 --- a/TimberWinR.sln +++ b/TimberWinR.sln @@ -16,6 +16,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TimberWinR.UnitTests", "Tim EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1B2F600B-2400-45B9-A28E-CFC391D9EFA9}" ProjectSection(SolutionItems) = preProject + Package.nuspec = Package.nuspec README.md = README.md EndProjectSection EndProject