Skip to content

Commit

Permalink
Merge pull request #11 from Numpsy/users/rw/repo_url
Browse files Browse the repository at this point in the history
Remove the hard coded RepositoryUrl and leave it up to SourceLink to …
  • Loading branch information
Numpsy authored Apr 30, 2024
2 parents bd351fa + 5afabfe commit 1c9ca89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 1 addition & 4 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,8 @@
<PropertyGroup>
<Authors>Michael Osthege;Ahsan Cheema</Authors>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/ahsanaman92/JpegXmpWritePluginMDE.git</RepositoryUrl>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
</PropertyGroup>

<!-- common build properties -->
Expand Down
1 change: 1 addition & 0 deletions JpegXmpWritePluginMDE.sln
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5BEB7B0C-940F-4CBE-BEF9-02C2C82A984F}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Global
Expand Down

0 comments on commit 1c9ca89

Please sign in to comment.