c88715b7
| 1 | <Project> |
| 2 | <PropertyGroup> |
| 3 | <Authors>AIGuiders</Authors> |
| 4 | <Company>AIGuiders</Company> |
| 5 | <Copyright>Copyright © AIGuiders</Copyright> |
| 6 | <PackageLicenseExpression>MIT</PackageLicenseExpression> |
| 7 | <PackageProjectUrl>https://github.com/AI-Guiders/AIGuiders.DotnetTools</PackageProjectUrl> |
| 8 | <RepositoryUrl>https://github.com/AI-Guiders/AIGuiders.DotnetTools</RepositoryUrl> |
| 9 | <Version Condition="'$(Version)' == ''">0.0.0</Version> |
| 10 | <PackageVersion Condition="'$(PackageVersion)' == ''">$(Version)</PackageVersion> |
| 11 | </PropertyGroup> |
| 12 | </Project> |
| 13 | |