|
7 | 7 | <Authors>Jochen Wezel</Authors> |
8 | 8 | <Product>CompuMaster.TaskManagement</Product> |
9 | 9 | <Copyright>2023-2024 CompuMaster GmbH</Copyright> |
10 | | - <Version>2024.11.07.100</Version> |
| 10 | + <Version>2024.11.08.100</Version> |
11 | 11 | <Configurations>Debug;CI_CD;Release</Configurations> |
12 | 12 | <AnalysisLevel>latest-recommended</AnalysisLevel> |
| 13 | + <OptionExplicit>On</OptionExplicit> |
| 14 | + <OptionCompare>Binary</OptionCompare> |
| 15 | + <OptionStrict>Off</OptionStrict> |
| 16 | + <OptionInfer>On</OptionInfer> |
| 17 | + <OptionStrict>On</OptionStrict> |
| 18 | + <PackageLicenseExpression>MIT</PackageLicenseExpression> |
| 19 | + <PackageIcon>logo_64x64.png</PackageIcon> |
| 20 | + <PackageProjectUrl>https://github.com/CompuMasterGmbH/CompuMaster.TaskManagement</PackageProjectUrl> |
| 21 | + <RepositoryType>git</RepositoryType> |
| 22 | + <RepositoryUrl>https://github.com/CompuMasterGmbH/CompuMaster.TaskManagement.git</RepositoryUrl> |
| 23 | + <Description>.NET library with common methods for managing of (long-running) tasks/jobs with rollback/rollforward feature</Description> |
| 24 | + <PackageTags>CompuMaster Common Utils TaskManagement Progress Async Parallel Task Job Management</PackageTags> |
| 25 | + <PackageReadmeFile>README.md</PackageReadmeFile> |
| 26 | + <ImportedNamespaces>CompuMaster.VisualBasicCompatibility=False,Microsoft.VisualBasic=True,System=True,System.Collections=True,System.Collections.Generic=True,System.Diagnostics=True,System.Linq=True,System.Xml.Linq=True,System.Threading.Tasks=True,CompuMaster.TaskManagement=True</ImportedNamespaces> |
13 | 27 | </PropertyGroup> |
14 | 28 | <PropertyGroup> |
15 | 29 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
36 | 50 | <DocumentationFile>CompuMaster.TaskManagement.xml</DocumentationFile> |
37 | 51 | <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn> |
38 | 52 | </PropertyGroup> |
39 | | - <PropertyGroup> |
40 | | - <OptionExplicit>On</OptionExplicit> |
41 | | - </PropertyGroup> |
42 | | - <PropertyGroup> |
43 | | - <OptionCompare>Binary</OptionCompare> |
44 | | - </PropertyGroup> |
45 | | - <PropertyGroup> |
46 | | - <OptionStrict>Off</OptionStrict> |
47 | | - </PropertyGroup> |
48 | | - <PropertyGroup> |
49 | | - <OptionInfer>On</OptionInfer> |
50 | | - <OptionStrict>On</OptionStrict> |
51 | | - <PackageLicenseExpression>MIT</PackageLicenseExpression> |
52 | | - <PackageIcon>logo_64x64.png</PackageIcon> |
53 | | - <PackageProjectUrl>https://github.com/CompuMasterGmbH/CompuMaster.TaskManagement</PackageProjectUrl> |
54 | | - <RepositoryType>git</RepositoryType> |
55 | | - <RepositoryUrl>https://github.com/CompuMasterGmbH/CompuMaster.TaskManagement.git</RepositoryUrl> |
56 | | - <Description>.NET library with common methods for managing of (long-running) tasks/jobs with rollback/rollforward feature</Description> |
57 | | - <PackageTags>CompuMaster Common Utils TaskManagement Progress Async Parallel Task Job Management</PackageTags> |
58 | | - <DocumentationFile>CompuMaster.TaskManagement.xml</DocumentationFile> |
59 | | - <ImportedNamespaces>CompuMaster.VisualBasicCompatibility=False,Microsoft.VisualBasic=True,System=True,System.Collections=True,System.Collections.Generic=True,System.Diagnostics=True,System.Linq=True,System.Xml.Linq=True,System.Threading.Tasks=True,CompuMaster.TaskManagement=True</ImportedNamespaces> |
60 | | - </PropertyGroup> |
61 | 53 | <!--ignor warning CA1416 (Validate platform compatibility) if OperatingSystem is Windows--> |
62 | 54 | <PropertyGroup Condition="'$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Windows)))' == 'true'"> |
63 | 55 | <NoWarn>CA1416</NoWarn> |
|
85 | 77 | <Pack>True</Pack> |
86 | 78 | <PackagePath></PackagePath> |
87 | 79 | </None> |
| 80 | + <None Include="..\README.md" Pack="true" PackagePath="\"> |
| 81 | + <Link>README.md</Link> |
| 82 | + <PackagePath>/</PackagePath> |
| 83 | + <Pack>True</Pack> |
| 84 | + </None> |
88 | 85 | </ItemGroup> |
89 | 86 | <ItemGroup> |
90 | 87 | <PackageReference Include="CompuMaster.VisualBasicCompatibility" Version="1.0.6" /> |
|
0 commit comments