From 66dae96fd4967f612b59b1d2e428b7cadbea73de Mon Sep 17 00:00:00 2001 From: nojaf Date: Sat, 11 Nov 2023 10:44:46 +0100 Subject: [PATCH 1/2] Move fsdocs settings to src/Directory.Build.props --- Directory.Build.props | 9 --------- src/Directory.Build.props | 7 ++++++- 2 files changed, 6 insertions(+), 10 deletions(-) delete mode 100644 Directory.Build.props diff --git a/Directory.Build.props b/Directory.Build.props deleted file mode 100644 index ef47c7b..0000000 --- a/Directory.Build.props +++ /dev/null @@ -1,9 +0,0 @@ - - - https://github.com/fsprojects/fslexYacc/blob/master/LICENSE.txt - https://github.com/fsprojects/FsLexYacc/blob/master/RELEASE_NOTES.md - https://github.com/fsprojects/FsLexYacc/ - img/logo.png - img/favicon.ico - - \ No newline at end of file diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 8fbebab..dc95590 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -6,11 +6,16 @@ F#, fsharp, yacc, fsyacc, lex, parsing, lexing, fslex MIT logo.png - https://raw.githubusercontent.com/fsprojects/FsLexYacc/master/docs/files/img/logo.png + https://raw.githubusercontent.com/fsprojects/FsLexYacc/master/docs/img/logo.png https://github.com/fsprojects/FsLexYacc embedded true true $(AllowedOutputExtensionsInPackageBuildOutputFolder);.xml + https://github.com/fsprojects/fslexYacc/blob/master/LICENSE.txt + https://github.com/fsprojects/FsLexYacc/blob/master/RELEASE_NOTES.md + https://github.com/fsprojects/FsLexYacc/ + img/logo.png + img/favicon.ico \ No newline at end of file From 02a1ca7e5aee14749eeda37cad479f70a4161e95 Mon Sep 17 00:00:00 2001 From: nojaf Date: Sat, 11 Nov 2023 10:45:14 +0100 Subject: [PATCH 2/2] Update icon path --- nuget/FsLexYacc.template | 2 +- src/FsLex.Core/FsLex.Core.fsproj | 2 +- src/FsLexYacc.Runtime/FsLexYacc.Runtime.fsproj | 2 +- src/FsYacc.Core/FsYacc.Core.fsproj | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/nuget/FsLexYacc.template b/nuget/FsLexYacc.template index bfaad79..1f0c573 100644 --- a/nuget/FsLexYacc.template +++ b/nuget/FsLexYacc.template @@ -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 diff --git a/src/FsLex.Core/FsLex.Core.fsproj b/src/FsLex.Core/FsLex.Core.fsproj index 2d59bb4..fd6b409 100644 --- a/src/FsLex.Core/FsLex.Core.fsproj +++ b/src/FsLex.Core/FsLex.Core.fsproj @@ -15,7 +15,7 @@ - + diff --git a/src/FsLexYacc.Runtime/FsLexYacc.Runtime.fsproj b/src/FsLexYacc.Runtime/FsLexYacc.Runtime.fsproj index b890fef..0ae9f91 100644 --- a/src/FsLexYacc.Runtime/FsLexYacc.Runtime.fsproj +++ b/src/FsLexYacc.Runtime/FsLexYacc.Runtime.fsproj @@ -11,7 +11,7 @@ - + \ No newline at end of file diff --git a/src/FsYacc.Core/FsYacc.Core.fsproj b/src/FsYacc.Core/FsYacc.Core.fsproj index 4fbaeaf..2119db6 100644 --- a/src/FsYacc.Core/FsYacc.Core.fsproj +++ b/src/FsYacc.Core/FsYacc.Core.fsproj @@ -16,7 +16,7 @@ - +