diff --git a/.github/workflows/includes.yml b/.github/workflows/includes.yml
index 8fd6690..ee446be 100644
--- a/.github/workflows/includes.yml
+++ b/.github/workflows/includes.yml
@@ -32,7 +32,7 @@ jobs:
token: ${{ env.PR_TOKEN || github.token }}
- name: +Mᐁ includes
- uses: devlooped/actions-includes@v1
+ uses: devlooped/actions-includes@v2
- name: 📝 OSMF EULA
shell: pwsh
diff --git a/.netconfig b/.netconfig
index e758153..1ed42d4 100644
--- a/.netconfig
+++ b/.netconfig
@@ -80,8 +80,8 @@
weak
[file ".github/workflows/includes.yml"]
url = https://github.com/devlooped/oss/blob/main/.github/workflows/includes.yml
- sha = 7c1c6e615b5785e0ac9db33cb17343d6c1de16ff
- etag = 5e6a10be141ee629201bfad01eae09b5c36a67f541ec7ab411ae400b5d73de1d
+ sha = d571412f07b0fb3c40023dc906f64906d7ed2b46
+ etag = ab627107749577bb619b024aff93027359b66b4c3f5a85a36b235e428387cd17
weak
[file ".github/workflows/publish.yml"]
url = https://github.com/devlooped/oss/blob/main/.github/workflows/publish.yml
@@ -111,13 +111,13 @@
weak
[file "src/Directory.Build.props"]
url = https://github.com/devlooped/oss/blob/main/src/Directory.Build.props
- sha = a1f5d11d1821959a141567ed24f9ea43205edd13
- etag = f1d6384abf18d8d891ce5e835a10c73fe029c42151374be96d7e4af43d189c65
+ sha = 59861ddd1e330f3da410652b4c7fc6585726c0cf
+ etag = 1561f1be53cc25ac0cd85a06b3f65d69764b174d0f60bf72ca2f8fc70573b75e
weak
[file "src/Directory.Build.targets"]
url = https://github.com/devlooped/oss/blob/main/src/Directory.Build.targets
- sha = 083a37bd9307ec820bac6ee3c7384083151d36d8
- etag = cb83faed0cc8b930a7b6bdc61bea03a54059858cf04353e55fee94d9e3ae0fad
+ sha = 59861ddd1e330f3da410652b4c7fc6585726c0cf
+ etag = cb1f7a3e5bf85e7307407b7b6d8b9869330e2191a2317ccf6218a552e5890b08
weak
[file "src/nuget.config"]
url = https://github.com/devlooped/oss/blob/main/src/nuget.config
diff --git a/readme.md b/readme.md
index ca25cd5..7cab709 100644
--- a/readme.md
+++ b/readme.md
@@ -28,7 +28,6 @@ A terminal UI for Windows Package Manager (winget) - search, install, upgrade, a
[](https://github.com/drivenet)
[](https://github.com/Keflon)
[](https://github.com/tbolon)
-[](https://github.com/kfrancis)
[](https://github.com/rbnswartz)
[](https://github.com/jfoshee)
[](https://github.com/Mrxx99)
diff --git a/src/Directory.Build.props b/src/Directory.Build.props
index 93a0b1e..5c43a5d 100644
--- a/src/Directory.Build.props
+++ b/src/Directory.Build.props
@@ -25,10 +25,12 @@
false
MIT
-
+
+ logo.png
icon.png
readme.md
+ logo.png
icon.png
readme.md
diff --git a/src/Directory.Build.targets b/src/Directory.Build.targets
index 20a680d..c9a50b6 100644
--- a/src/Directory.Build.targets
+++ b/src/Directory.Build.targets
@@ -39,7 +39,14 @@
$(MSBuildSDKsPath)\..\NuGet.Build.Tasks.Pack.targets
-
+
+
+
+
+
+ $(MSBuildProjectName)
+
+
@@ -56,7 +63,12 @@
+ Condition="'$(PackageIcon)' == 'icon.png'" />
+
+
-
+ Condition="'$(PackageIcon)' != '' and Exists('$(MSBuildThisFileDirectory)$(PackageIcon)') and !Exists('$(MSBuildProjectDirectory)\$(PackageIcon)')" />