|
9 | 9 |
|
10 | 10 | <PropertyGroup> |
11 | 11 | <PackageId>Posseth.NamedArguments.AnalyzerAndFixer</PackageId> |
12 | | - <PackageVersion>1.0.1.6</PackageVersion> |
| 12 | + <PackageVersion>1.0.1.7</PackageVersion> |
13 | 13 | <Authors>MPCoreDeveloper</Authors> |
14 | 14 | <PackageLicenseExpression>MIT</PackageLicenseExpression> |
15 | 15 | <PackageProjectUrl>https://github.com/MPCoreDeveloper/Posseth.NamedArguments.AnalyzerAndFixer</PackageProjectUrl> |
16 | 16 | <RepositoryUrl>https://github.com/MPCoreDeveloper/Posseth.NamedArguments.AnalyzerAndFixer</RepositoryUrl> |
17 | 17 | <PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance> |
18 | 18 | <Description>This tool analyzes method calls to ensure they use named arguments and provides an option to automatically convert positional arguments to named arguments. For example, it can transform `TestMethod(1, 2)` into `TestMethod(x: 1, y: 2)`. |
19 | 19 | </Description> |
20 | | - <PackageReleaseNotes>Namespace discovery change/fix,removed system from default list, discovered namespace path is shown</PackageReleaseNotes> |
| 20 | + <PackageReleaseNotes>Updated default list, discovered namespace path is shown</PackageReleaseNotes> |
21 | 21 | <Copyright>Free to use , distribute and modify </Copyright> |
22 | 22 | <PackageTags>NamedArguments;AnalyzerAndFixer;analyzers;</PackageTags> |
23 | 23 | <DevelopmentDependency>true</DevelopmentDependency> |
24 | 24 | <NoPackageAnalysis>true</NoPackageAnalysis> |
25 | 25 | <TargetsForTfmSpecificContentInPackage>$(TargetsForTfmSpecificContentInPackage);_AddAnalyzersToOutput</TargetsForTfmSpecificContentInPackage> |
26 | 26 | <Title>Named Arguments Analyzer and Fixer</Title> |
27 | | - <Version>1.1.6</Version> |
| 27 | + <Version>1.1.7</Version> |
28 | 28 | <Company>Posseth Software</Company> |
29 | 29 | <Product>Posseth.NamedArguments.AnalyzerAndFixer</Product> |
30 | 30 | <PackageIcon>logo.jpeg</PackageIcon> |
|
0 commit comments