From ee96c84d3020dc6332e9a5bc41d837043d98dcdb Mon Sep 17 00:00:00 2001 From: Dmitry Shechtman Date: Wed, 31 Dec 2014 13:04:56 +0200 Subject: [PATCH] Added .nuspec --- AsyncInit/NuGet/Ditto.AsyncInit.nuspec | 36 ++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 AsyncInit/NuGet/Ditto.AsyncInit.nuspec diff --git a/AsyncInit/NuGet/Ditto.AsyncInit.nuspec b/AsyncInit/NuGet/Ditto.AsyncInit.nuspec new file mode 100644 index 0000000..9b569e1 --- /dev/null +++ b/AsyncInit/NuGet/Ditto.AsyncInit.nuspec @@ -0,0 +1,36 @@ + + + + Ditto.AsyncInit + 1.0.3 + AsyncInit + Dmitry Shechtman + Dmitry Shechtman + A generic implementation of the asynchronous factory pattern. + Clarified usage example + en-US + https://github.com/dmitry-shechtman/AsyncInit/ + http://www.apache.org/licenses/LICENSE-2.0 + false + Copyright © Dmitry Shechtman 2014 + async await task constructor factory AsyncInit CancelableAsyncInit InitAsync AsyncActivator Ditto + + + + + + + + + + + + + + + + + + + + \ No newline at end of file