From 14c0e8ecb4123bc87e19ad0882ee120317a0f0d9 Mon Sep 17 00:00:00 2001 From: Lamparter Date: Sun, 3 Nov 2024 18:04:33 +0000 Subject: [PATCH 1/5] Remove NuGet Gallery server entry --- nuget.config | 1 - 1 file changed, 1 deletion(-) diff --git a/nuget.config b/nuget.config index 08506035a9a6..bc1a37c3c02b 100644 --- a/nuget.config +++ b/nuget.config @@ -1,7 +1,6 @@  - \ No newline at end of file From 12b5faf49f1ce52d13ad755db14799bb5f5adc87 Mon Sep 17 00:00:00 2001 From: Lamparter Date: Sun, 3 Nov 2024 18:05:34 +0000 Subject: [PATCH 2/5] Rename local package store so as not to be confused with Office Metadata --- nuget.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuget.config b/nuget.config index bc1a37c3c02b..418e65f2f2b5 100644 --- a/nuget.config +++ b/nuget.config @@ -1,6 +1,6 @@  - + \ No newline at end of file From ad7d226272f4f469f69d8d5a7226206d3d1e04e6 Mon Sep 17 00:00:00 2001 From: Lamparter Date: Sun, 3 Nov 2024 18:13:51 +0000 Subject: [PATCH 3/5] Move package store to `Assets/Libraries` --- .../{nupkgs => Assets/Libraries}/Microsoft.UI.winmd | Bin .../Libraries}/SevenZipSharp.1.0.2.nupkg | Bin 2 files changed, 0 insertions(+), 0 deletions(-) rename src/Files.App/{nupkgs => Assets/Libraries}/Microsoft.UI.winmd (100%) rename src/Files.App/{nupkgs => Assets/Libraries}/SevenZipSharp.1.0.2.nupkg (100%) diff --git a/src/Files.App/nupkgs/Microsoft.UI.winmd b/src/Files.App/Assets/Libraries/Microsoft.UI.winmd similarity index 100% rename from src/Files.App/nupkgs/Microsoft.UI.winmd rename to src/Files.App/Assets/Libraries/Microsoft.UI.winmd diff --git a/src/Files.App/nupkgs/SevenZipSharp.1.0.2.nupkg b/src/Files.App/Assets/Libraries/SevenZipSharp.1.0.2.nupkg similarity index 100% rename from src/Files.App/nupkgs/SevenZipSharp.1.0.2.nupkg rename to src/Files.App/Assets/Libraries/SevenZipSharp.1.0.2.nupkg From 9bc9ed3185594dd94762ac5263e1c98ea557214c Mon Sep 17 00:00:00 2001 From: Lamparter Date: Sun, 3 Nov 2024 18:16:23 +0000 Subject: [PATCH 4/5] Replace reference in `nuget.config` --- nuget.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuget.config b/nuget.config index 418e65f2f2b5..2d6f8e9827fe 100644 --- a/nuget.config +++ b/nuget.config @@ -1,6 +1,6 @@  - + \ No newline at end of file From 93997c26b01a2eb7ad5c3cd40dccfe11b26470b3 Mon Sep 17 00:00:00 2001 From: Lamparter Date: Sun, 3 Nov 2024 18:16:52 +0000 Subject: [PATCH 5/5] Replace reference in CsWinRT input --- src/Files.App/Files.App.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Files.App/Files.App.csproj b/src/Files.App/Files.App.csproj index 4383f072b4a7..43b05fef2995 100644 --- a/src/Files.App/Files.App.csproj +++ b/src/Files.App/Files.App.csproj @@ -95,7 +95,7 @@ - + PreserveNewest