From b7ebbda239e777a0cf6e5fb8c2db788b49d4d29d Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Tue, 1 May 2018 19:23:03 -0700 Subject: [PATCH] Rename nuget folder --- {nuget => .nuget}/directxtex_desktop_2015.nuspec | 2 +- {nuget => .nuget}/directxtex_desktop_2015.targets | 0 {nuget => .nuget}/directxtex_uwp.nuspec | 2 +- {nuget => .nuget}/directxtex_uwp.targets | 0 4 files changed, 2 insertions(+), 2 deletions(-) rename {nuget => .nuget}/directxtex_desktop_2015.nuspec (96%) rename {nuget => .nuget}/directxtex_desktop_2015.targets (100%) rename {nuget => .nuget}/directxtex_uwp.nuspec (97%) rename {nuget => .nuget}/directxtex_uwp.targets (100%) diff --git a/nuget/directxtex_desktop_2015.nuspec b/.nuget/directxtex_desktop_2015.nuspec similarity index 96% rename from nuget/directxtex_desktop_2015.nuspec rename to .nuget/directxtex_desktop_2015.nuspec index 2c38fc3..bddeac3 100644 --- a/nuget/directxtex_desktop_2015.nuspec +++ b/.nuget/directxtex_desktop_2015.nuspec @@ -38,7 +38,7 @@ DirectXTex, a shared source library for reading and writing .DDS files, and perf - + \ No newline at end of file diff --git a/nuget/directxtex_desktop_2015.targets b/.nuget/directxtex_desktop_2015.targets similarity index 100% rename from nuget/directxtex_desktop_2015.targets rename to .nuget/directxtex_desktop_2015.targets diff --git a/nuget/directxtex_uwp.nuspec b/.nuget/directxtex_uwp.nuspec similarity index 97% rename from nuget/directxtex_uwp.nuspec rename to .nuget/directxtex_uwp.nuspec index 758055b..6d6517d 100644 --- a/nuget/directxtex_uwp.nuspec +++ b/.nuget/directxtex_uwp.nuspec @@ -44,7 +44,7 @@ DirectXTex, a shared source library for reading and writing .DDS files, and perf - + \ No newline at end of file diff --git a/nuget/directxtex_uwp.targets b/.nuget/directxtex_uwp.targets similarity index 100% rename from nuget/directxtex_uwp.targets rename to .nuget/directxtex_uwp.targets