From 61cd0ae0ea5855a3b98cb87c1dfec57bd1bd5ad3 Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Tue, 1 May 2018 19:23:23 -0700 Subject: [PATCH] Rename nuget folder --- {nuget => .nuget}/directxtk_desktop_2015.nuspec | 2 +- {nuget => .nuget}/directxtk_desktop_2015.targets | 0 {nuget => .nuget}/directxtk_uwp.nuspec | 2 +- {nuget => .nuget}/directxtk_uwp.targets | 0 4 files changed, 2 insertions(+), 2 deletions(-) rename {nuget => .nuget}/directxtk_desktop_2015.nuspec (97%) rename {nuget => .nuget}/directxtk_desktop_2015.targets (100%) rename {nuget => .nuget}/directxtk_uwp.nuspec (97%) rename {nuget => .nuget}/directxtk_uwp.targets (100%) diff --git a/nuget/directxtk_desktop_2015.nuspec b/.nuget/directxtk_desktop_2015.nuspec similarity index 97% rename from nuget/directxtk_desktop_2015.nuspec rename to .nuget/directxtk_desktop_2015.nuspec index 9e52ecf..0e7f10b 100644 --- a/nuget/directxtk_desktop_2015.nuspec +++ b/.nuget/directxtk_desktop_2015.nuspec @@ -66,7 +66,7 @@ DirectX Tool Kit for Audio in this package uses XAudio 2.8 which requires Window - + \ No newline at end of file diff --git a/nuget/directxtk_desktop_2015.targets b/.nuget/directxtk_desktop_2015.targets similarity index 100% rename from nuget/directxtk_desktop_2015.targets rename to .nuget/directxtk_desktop_2015.targets diff --git a/nuget/directxtk_uwp.nuspec b/.nuget/directxtk_uwp.nuspec similarity index 97% rename from nuget/directxtk_uwp.nuspec rename to .nuget/directxtk_uwp.nuspec index 5c3a6b8..b0ea816 100644 --- a/nuget/directxtk_uwp.nuspec +++ b/.nuget/directxtk_uwp.nuspec @@ -62,7 +62,7 @@ WICTextureLoader - WIC-based image file texture loader - + \ No newline at end of file diff --git a/nuget/directxtk_uwp.targets b/.nuget/directxtk_uwp.targets similarity index 100% rename from nuget/directxtk_uwp.targets rename to .nuget/directxtk_uwp.targets