Skip to content

Commit

Permalink
add - Added Source Link
Browse files Browse the repository at this point in the history
---

We've added Source Link to enhance your debugging experience.

---

Type: add
Breaking: False
Doc Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Dec 21, 2023
1 parent 8758974 commit a398641
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions VisualCard.ShowContacts/VisualCard.ShowContacts.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,13 @@
<ProjectReference Include="..\VisualCard\VisualCard.csproj" />
</ItemGroup>

<PropertyGroup>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
</ItemGroup>

</Project>
9 changes: 9 additions & 0 deletions VisualCard/VisualCard.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,13 @@
<PackageReference Include="Textify.Offline" Version="1.1.0" />
</ItemGroup>

<PropertyGroup>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
</ItemGroup>

</Project>

0 comments on commit a398641

Please sign in to comment.