You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<Description>AutoLaunch provides a cross-platform feature for automatically launching applications or executable files at login, suitable for .NET.</Description>
30
-
30
+
31
+
<!-- You need to manually set IsPackable in the packaged project to true -->
32
+
<IsPackable>false</IsPackable>
33
+
<Title>$(AssemblyName)</Title>
31
34
<PackageId>$(AssemblyName)</PackageId>
32
35
<PackageReadmeFileCondition="Exists('README.md') Or Exists('$(SlnReadme)')">README.md</PackageReadmeFile>
0 commit comments