Skip to content

Commit

Permalink
Merge pull request #176 from nojaf/docs
Browse files Browse the repository at this point in the history
Correct properties for docs
  • Loading branch information
nojaf authored Nov 11, 2023
2 parents b8d00db + 02a1ca7 commit 2da21cb
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 14 deletions.
9 changes: 0 additions & 9 deletions Directory.Build.props

This file was deleted.

2 changes: 1 addition & 1 deletion nuget/FsLexYacc.template
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ summary
Tools for FsLex/FsYacc lexer/parser generation tools
licenseurl https://github.com/fsprojects/FsLexYacc/blob/master/LICENSE.txt
projecturl https://github.com/fsprojects/FsLexYacc
iconurl https://raw.githubusercontent.com/fsprojects/FsLexYacc/master/docs/files/img/logo.png
iconurl https://raw.githubusercontent.com/fsprojects/FsLexYacc/master/docs/img/logo.png
tags
F#, fsharp, yacc, fsyacc, lex, parsing, lexing, fslex
files
Expand Down
7 changes: 6 additions & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,16 @@
<PackageTags>F#, fsharp, yacc, fsyacc, lex, parsing, lexing, fslex</PackageTags>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageIcon>logo.png</PackageIcon>
<PackageIconUrl>https://raw.githubusercontent.com/fsprojects/FsLexYacc/master/docs/files/img/logo.png</PackageIconUrl>
<PackageIconUrl>https://raw.githubusercontent.com/fsprojects/FsLexYacc/master/docs/img/logo.png</PackageIconUrl>
<PackageProjectUrl>https://github.com/fsprojects/FsLexYacc</PackageProjectUrl>
<DebugType>embedded</DebugType>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.xml</AllowedOutputExtensionsInPackageBuildOutputFolder>
<FsDocsLicenseLink>https://github.com/fsprojects/fslexYacc/blob/master/LICENSE.txt</FsDocsLicenseLink>
<FsDocsReleaseNotesLink>https://github.com/fsprojects/FsLexYacc/blob/master/RELEASE_NOTES.md</FsDocsReleaseNotesLink>
<RepositoryUrl>https://github.com/fsprojects/FsLexYacc/</RepositoryUrl>
<FsDocsLogoSource>img/logo.png</FsDocsLogoSource>
<FsDocsFaviconSource>img/favicon.ico</FsDocsFaviconSource>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion src/FsLex.Core/FsLex.Core.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<Compile Include="fslexpars.fs" />
<Compile Include="fslexlex.fs" />
<Compile Include="fslexdriver.fs" />
<Content Include="../../docs/files/img/logo.png" PackagePath="logo.png" />
<Content Include="../../docs/img/logo.png" PackagePath="logo.png" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/FsLexYacc.Runtime/FsLexYacc.Runtime.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<Compile Include="Lexing.fs" />
<Compile Include="Parsing.fsi" />
<Compile Include="Parsing.fs" />
<Content Include="../../docs/files/img/logo.png" PackagePath="logo.png" />
<Content Include="../../docs/img/logo.png" PackagePath="logo.png" />
</ItemGroup>
<Import Project="..\..\.paket\Paket.Restore.targets" />
</Project>
2 changes: 1 addition & 1 deletion src/FsYacc.Core/FsYacc.Core.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<Compile Include="fsyaccpars.fs" />
<Compile Include="fsyacclex.fs" />
<Compile Include="fsyaccdriver.fs" />
<Content Include="../../docs/files/img/logo.png" PackagePath="logo.png" />
<Content Include="../../docs/img/logo.png" PackagePath="logo.png" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 2da21cb

Please sign in to comment.