Skip to content

Commit 658b9d7

Browse files
committed
plugin: add SourceLink support
1 parent 9737d2f commit 658b9d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
<PackageDescription>Reference this library if you want to develop a Flow Launcher plugin</PackageDescription>
2828
<PackageTags>flowlauncher</PackageTags>
2929
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
30+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
3031
</PropertyGroup>
3132

3233
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
@@ -68,6 +69,7 @@
6869
</ItemGroup>
6970

7071
<ItemGroup>
72+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All"/>
7173
<PackageReference Include="JetBrains.Annotations" Version="2019.1.3" />
7274
<PackageReference Include="Mono.Cecil" Version="0.11.2" />
7375
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />

0 commit comments

Comments
 (0)