Skip to content
This repository has been archived by the owner on Jul 6, 2024. It is now read-only.

Commit

Permalink
Update build props
Browse files Browse the repository at this point in the history
  • Loading branch information
PolinaSavelyeva committed Sep 9, 2023
1 parent b4a6064 commit a1e93cf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<PropertyGroup>
<!-- summary is not migrated from project.json, but you can use the <Description> property for that if needed. -->
<PackageTags>f#, fsharp</PackageTags>
<PackageProjectUrl>https://github.com/gsvgit/ImageProcessing</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/gsvgit/ImageProcessing/blob/master/LICENSE.md</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/PolinaSavelyeva/ImageProcessing</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/PolinaSavelyeva/ImageProcessing/blob/main/LICENSE.md</PackageLicenseUrl>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<RepositoryType>git</RepositoryType>
<Authors>gsvgit</Authors>
<RepositoryUrl>https://github.com/gsvgit/ImageProcessing</RepositoryUrl>
<Authors>PolinaSavelyeva</Authors>
<RepositoryUrl>https://github.com/PolinaSavelyeva/ImageProcessing</RepositoryUrl>
<!-- owners is not supported in MSBuild -->
</PropertyGroup>
</Project>
8 changes: 4 additions & 4 deletions docsSrc/_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,14 @@
Project References
</a>
<ul class="dropdown-menu" aria-labelledby="other-links">
<li><a class="dropdown-item" href="https://github.com/PolinaSavelyeva/ImageProcessing/blob/main/README.md"><i
<li><a class="dropdown-item" href="{{fsdocs-readme-link}}"><i
class="fa-brands fa-readme pe-2"></i>README</a></li>
<li><a class="dropdown-item" href="https://github.com/PolinaSavelyeva/ImageProcessing/blob/main/LICENSE.md"><i
<li><a class="dropdown-item" href="{{fsdocs-license-link}}"><i
class="fa-regular fa-id-card pe-2"></i>LICENSE</a></li>
<li><a class="dropdown-item" href="https://github.com/PolinaSavelyeva/ImageProcessing/blob/main/CHANGELOG.md"><i
<li><a class="dropdown-item" href="{{fsdocs-release-notes-link}}"><i
class="fa-regular fa-sticky-note pe-2"></i>CHANGELOG/Release
Notes</a></li>
<li><a class="dropdown-item" href="https://github.com/PolinaSavelyeva/ImageProcessing"><i
<li><a class="dropdown-item" href="{{fsdocs-collection-name-link}}"><i
class="fa-brands fa-github pe-2"></i>Source Repository</a></li>

</ul>
Expand Down

0 comments on commit a1e93cf

Please sign in to comment.