From abf65f0865f195f3447abcace961543ee81703dc Mon Sep 17 00:00:00 2001 From: jbe2277 Date: Wed, 23 Mar 2016 20:19:14 +0100 Subject: [PATCH] Add System.Waf.Uwp.nuspec --- .../System.Waf.Uwp/Properties/AssemblyInfo.cs | 3 +- .../System.Waf.Uwp/System.Waf.Uwp.csproj | 3 +- .../System.Waf.Uwp/System.Waf.Uwp.nuspec | 55 +++++++++++++++++++ 3 files changed, 59 insertions(+), 2 deletions(-) create mode 100644 src/System.Waf/System.Waf/System.Waf.Uwp/System.Waf.Uwp.nuspec diff --git a/src/System.Waf/System.Waf/System.Waf.Uwp/Properties/AssemblyInfo.cs b/src/System.Waf/System.Waf/System.Waf.Uwp/Properties/AssemblyInfo.cs index 75a97e3d..371045f4 100644 --- a/src/System.Waf/System.Waf/System.Waf.Uwp/Properties/AssemblyInfo.cs +++ b/src/System.Waf/System.Waf/System.Waf.Uwp/Properties/AssemblyInfo.cs @@ -2,7 +2,8 @@ using System.Reflection; [assembly: AssemblyTitle("System.Waf.Uwp")] -[assembly: AssemblyDescription("")] +[assembly: AssemblyDescription("System.Waf is a lightweight framework that helps you to create well-structured XAML applications. " + + "This package contains the UWP (Universal Windows Platform) specific types.")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyProduct("System.Waf.Uwp")] diff --git a/src/System.Waf/System.Waf/System.Waf.Uwp/System.Waf.Uwp.csproj b/src/System.Waf/System.Waf/System.Waf.Uwp/System.Waf.Uwp.csproj index 74ab3842..70fb80d4 100644 --- a/src/System.Waf/System.Waf/System.Waf.Uwp/System.Waf.Uwp.csproj +++ b/src/System.Waf/System.Waf/System.Waf.Uwp/System.Waf.Uwp.csproj @@ -42,6 +42,7 @@ + @@ -86,7 +87,7 @@ - xcopy "$(TargetDir)System.Waf.Uwp.xr.xml" "$(TargetDir)System.Waf.Uwp\" + xcopy "$(TargetDir)System.Waf.Uwp.xr.xml" "$(TargetDir)System.Waf.Uwp\" /Y