|
5 | 5 | <IncludeBuildOutput>false</IncludeBuildOutput> |
6 | 6 | <LangVersion>latest</LangVersion> |
7 | 7 | <Nullable>enable</Nullable> |
8 | | - <GeneratePackageOnBuild>false</GeneratePackageOnBuild> |
| 8 | + <GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
9 | 9 | <Authors>Catglobe</Authors> |
| 10 | + <Copyright>Copyright © Catglobe</Copyright> |
10 | 11 | <PackageLicenseExpression>MIT</PackageLicenseExpression> |
11 | 12 | <PackageProjectUrl>https://github.com/Catglobe/ResXFileCodeGenerator</PackageProjectUrl> |
12 | 13 | <RepositoryUrl>https://github.com/Catglobe/ResXFileCodeGenerator</RepositoryUrl> |
13 | | - <Description>Converts Resx files into ultra fast runtime lookups using Source Generator.</Description> |
| 14 | + <PackageTags>resx attribute generator generation codegen codegenerator codegeneration catglobe</PackageTags> |
| 15 | + <RepositoryType>git</RepositoryType> |
14 | 16 | <PackageId>Catglobe.ResXFileCodeGenerator</PackageId> |
15 | | - <IncludeBuildOutput>false</IncludeBuildOutput> |
16 | | - <CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies> |
| 17 | + <IncludeBuildOutput>true</IncludeBuildOutput> |
17 | 18 | <NoWarn>$(NoWarn);NU5128</NoWarn> |
18 | 19 | <DevelopmentDependency>true</DevelopmentDependency> |
19 | | - <Version>4.0.2</Version> |
20 | | - <RepositoryCommit>frombuild</RepositoryCommit> |
| 20 | + <Version>4.0.4</Version> |
| 21 | + <RepositoryCommit>3ddb8db6dcca4eee808bf0967c5468d8a5111fd8</RepositoryCommit> |
21 | 22 | <ImplicitUsings>enable</ImplicitUsings> |
22 | 23 | <IsRoslynComponent>true</IsRoslynComponent> |
23 | 24 | <EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules> |
| 25 | + <CheckEolTargetFramework>false</CheckEolTargetFramework> |
24 | 26 |
|
25 | 27 | <PublishRepositoryUrl>true</PublishRepositoryUrl> |
26 | 28 | <EmbedUntrackedSources>false</EmbedUntrackedSources> |
| 29 | + <IncludeSymbols>true</IncludeSymbols> |
| 30 | + <DebugType>portable</DebugType> |
27 | 31 | <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
28 | 32 | <NuGetAudit>true</NuGetAudit> |
29 | 33 | <NuGetAuditMode>all</NuGetAuditMode> |
30 | 34 | <NuGetAuditLevel>low</NuGetAuditLevel> |
31 | 35 | <DeterministicSourcePaths>true</DeterministicSourcePaths> |
32 | 36 | <PackageReadmeFile>README.md</PackageReadmeFile> |
33 | | - <DevelopmentDependency>true</DevelopmentDependency> |
| 37 | + <GenerateDocumentationFile>True</GenerateDocumentationFile> |
34 | 38 | </PropertyGroup> |
35 | 39 |
|
36 | 40 | <ItemGroup> |
|
41 | 45 | <None Include="..\README.md" Pack="true" PackagePath="" /> |
42 | 46 | </ItemGroup> |
43 | 47 |
|
44 | | - <ItemDefinitionGroup> |
45 | | - <PackageReference> |
46 | | - <PrivateAssets>all</PrivateAssets> |
47 | | - </PackageReference> |
48 | | - </ItemDefinitionGroup> |
49 | | - |
50 | 48 | <ItemGroup> |
51 | | - <PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.12.0" /> |
| 49 | + <PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.12.0" /> |
52 | 50 | <PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0" /> |
53 | 51 | </ItemGroup> |
54 | 52 |
|
|
61 | 59 | <ItemGroup> |
62 | 60 | <None Include="$(OutputPath)\$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" /> |
63 | 61 | <None Include="$(OutputPath)\Catglobe.ResXFileCodeGenerator.Attributes.dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" /> |
| 62 | + <None Include="$(OutputPath)\Catglobe.ResXFileCodeGenerator.Attributes.xml" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" /> |
64 | 63 | <None Include="$(OutputPath)\Catglobe.ResXFileCodeGenerator.Attributes.dll" Pack="true" PackagePath="lib\netstandard2.0" Visible="true" /> |
| 64 | + <None Include="$(OutputPath)\Catglobe.ResXFileCodeGenerator.Attributes.xml" Pack="true" PackagePath="lib\netstandard2.0" Visible="true" /> |
65 | 65 | </ItemGroup> |
66 | 66 | </Project> |
0 commit comments