File tree Expand file tree Collapse file tree
AsyncTaskOrchestratorGenerator Expand file tree Collapse file tree 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 >netstandard2.0</TargetFramework >
1010 <RepositoryUrl >https://github.com/CodingFlow/async-task-orchestrator-generator</RepositoryUrl >
1111 <PackageTags >source;generator;roslyn;orchestrator;</PackageTags >
1212 <PackageLicenseExpression >Apache-2.0</PackageLicenseExpression >
13- <VersionPrefix >0.1 .0</VersionPrefix >
13+ <VersionPrefix >0.2 .0</VersionPrefix >
1414 <Description >C# source generator for executing dependent async tasks optimally and easily.</Description >
1515 <Authors >Coding Flow</Authors >
1616 <RepositoryType >git</RepositoryType >
1717 <PackageIcon ></PackageIcon >
18- <PackageReleaseNotes >0.1.0
18+ <PackageReleaseNotes >0.2.0
19+ - Downgrade from .NET Standard 2.1 to .NET Standard 2.0.
20+ - Generate inteface that generated orchestrator class implements to better support dependency injection.
21+ 0.1.0
1922- Initial Release</PackageReleaseNotes >
2023 </PropertyGroup >
2124
You can’t perform that action at this time.
0 commit comments