winget-cli

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 2fdaadc21d7bce84dbaa7e4618c81c9cf5ea24a8
parent 5ace6f14829bfce669ae693777f04fbdb93dd8a3
Author: JohnMcPMS <johnmcp@microsoft.com>
Date:   Fri, 30 Oct 2020 14:15:12 -0700

Add forgotten export to def file (#631)


Diffstat:
Msrc/WinGetUtil/Source.def | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/WinGetUtil/Source.def b/src/WinGetUtil/Source.def @@ -9,5 +9,6 @@ EXPORTS WinGetSQLiteIndexUpdateManifest WinGetSQLiteIndexRemoveManifest WinGetSQLiteIndexPrepareForPackaging + WinGetSQLiteIndexCheckConsistency WinGetValidateManifest WinGetDownload