File tree Expand file tree Collapse file tree 4 files changed +24
-3
lines changed
src/FSharp.Control.TaskSeq Expand file tree Collapse file tree 4 files changed +24
-3
lines changed Original file line number Diff line number Diff line change 1+ <Project >
2+ <Import Project =" Version.props" />
3+ </Project >
Original file line number Diff line number Diff line change 1+ <Project >
2+ <PropertyGroup >
3+ <Version >0.1</Version >
4+ </PropertyGroup >
5+ </Project >
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
44 <TargetFramework >net6.0</TargetFramework >
55 <GenerateDocumentationFile >true</GenerateDocumentationFile >
66 <ApplicationIcon >TaskSeq.ico</ApplicationIcon >
7+ <GeneratePackageOnBuild >True</GeneratePackageOnBuild >
8+ <Title >Computation expression `taskSeq` for processing IAsyncEnumerable sequences</Title >
9+ <Version >$(Version)</Version >
10+ <Authors >Abel Braaksma; Don Syme</Authors >
11+ <Description >The `taskSeq` computation expression combines the power of `seq` and `task` of F# 6.0 to work with IAsyncEnumerable sequences seamlessly.
12+ Build on top of the success of `task` using statically compiled resumable state machines under the hood.</Description >
13+ <Copyright >Copyright 2022 Abel Braaksma</Copyright >
14+ <PackageProjectUrl >https://github.com/fsprojects/FSharp.Control.TaskSeq</PackageProjectUrl >
15+ <PackageIcon >taskseq-icon.png</PackageIcon >
716 </PropertyGroup >
817
918 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
2231 <Compile Include =" TaskSeq.fs" />
2332 </ItemGroup >
2433
34+
35+
2536 <ItemGroup >
26- <Content Include =" TaskSeq.ico" />
37+ <None Include =" ..\..\taskseq-icon.png" >
38+ <Pack >True</Pack >
39+ <PackagePath >\</PackagePath >
40+ </None >
2741 </ItemGroup >
28-
2942</Project >
You can’t perform that action at this time.
0 commit comments