|
7 | 7 | <EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules> |
8 | 8 | <PackageId>SourceDepend</PackageId> |
9 | 9 | <VersionSuffix Condition="'$(VersionSuffix)' == ''">0</VersionSuffix> |
10 | | - <Version>0.4.$(VersionSuffix)</Version> |
| 10 | + <Version>1.0.$(VersionSuffix)</Version> |
11 | 11 | <Authors>Colin Wilmans</Authors> |
12 | 12 | <PackageDescription>A source generator for C# that uses Roslyn (the C# compiler) to allow you to generate your constructor for injection during compile time.</PackageDescription> |
13 | 13 | <RepositoryUrl>https://github.com/crwsolutions/sourcedepend.git</RepositoryUrl> |
14 | 14 | <RepositoryType>git</RepositoryType> |
15 | | - <PackageTags>source generator</PackageTags> |
| 15 | + <PackageTags>source generator;DI;dependency injection;[Dependency];Source depend;SourceDepend</PackageTags> |
16 | 16 | <PackageProjectUrl>https://github.com/crwsolutions/sourcedepend</PackageProjectUrl> |
17 | 17 | <Copyright>(c) Colin Wilmans</Copyright> |
18 | 18 | <PackageLicenseExpression>MIT</PackageLicenseExpression> |
19 | 19 | <IncludeBuildOutput>false</IncludeBuildOutput> |
20 | 20 | <IsPackable>true</IsPackable> |
21 | 21 | <SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking> |
22 | 22 | <IsRoslynComponent>true</IsRoslynComponent> |
23 | | - <Description>Source generator, generating DI plumming in your constructor</Description> |
| 23 | + <Description>Simply tag members with a [Dependency] attribute and those will be added to the constructor, saving you from manual coding. A C# source generator focused on dependency injection (DI).</Description> |
24 | 24 | <PackageReadmeFile>README.md</PackageReadmeFile> |
25 | | - <PackageReleaseNotes>Added null checks</PackageReleaseNotes> |
| 25 | + <PackageReleaseNotes>class without namespace should not write a namespace. |
| 26 | +repeat type arguments of generics. |
| 27 | +repeat base constructor parameter if necessary.</PackageReleaseNotes> |
| 28 | + <Title>Source depend</Title> |
26 | 29 | </PropertyGroup> |
27 | 30 | <ItemGroup> |
28 | 31 | <None Include="$(OutputPath)\$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" /> |
|
0 commit comments