Skip to content

Commit

Permalink
Move taskseq-icon and update solution folder items in sln file
Browse files Browse the repository at this point in the history
  • Loading branch information
abelbraaksma committed Nov 14, 2022
1 parent 703c3dd commit e721d51
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
File renamed without changes
11 changes: 11 additions & 0 deletions src/FSharp.Control.TaskSeq.sln
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B252135E-C676-4542-8B72-412DF1B9487C}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
..\.gitignore = ..\.gitignore
..\build.cmd = ..\build.cmd
..\Directory.Build.props = ..\Directory.Build.props
..\README.md = ..\README.md
..\Version.props = ..\Version.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{E55512EE-8DE2-4B44-9A4A-CF779734160B}"
Expand All @@ -22,6 +25,13 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "FSharp.Control.TaskSeq.Test", "FSharp.Control.TaskSeq.Test\FSharp.Control.TaskSeq.Test.fsproj", "{06CA2C7E-04DA-4A85-BB8E-4D94BD67AEB3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "assets", "assets", "{B198D5FE-A731-4AFA-96A5-E5DD94EE293D}"
ProjectSection(SolutionItems) = preProject
..\assets\nuget-package-readme.md = ..\assets\nuget-package-readme.md
..\assets\taskseq-icon.png = ..\assets\taskseq-icon.png
..\assets\TaskSeq.ico = ..\assets\TaskSeq.ico
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -42,6 +52,7 @@ Global
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E55512EE-8DE2-4B44-9A4A-CF779734160B} = {B252135E-C676-4542-8B72-412DF1B9487C}
{B198D5FE-A731-4AFA-96A5-E5DD94EE293D} = {B252135E-C676-4542-8B72-412DF1B9487C}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2AE57787-A847-4460-A627-1EB1D224FBC3}
Expand Down

1 comment on commit e721d51

@abelbraaksma
Copy link
Member Author

@abelbraaksma abelbraaksma commented on e721d51 Mar 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit was the last commit that belonged to NuGet package 0.2.1 (it is the first one that has an icon, and this commit moved the icon file to the proper place).

If you find any bugs in this release, test them with the most recent release of TaskSeq first. If the issue persists, please report them as issue, or create a PR.

Latest

Nuget

Please sign in to comment.