File tree Expand file tree Collapse file tree 2 files changed +15
-5
lines changed
Scr/IeuanWalker.Hangfire.RecurringJob.Generator Expand file tree Collapse file tree 2 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 1111 </PropertyGroup >
1212
1313 <PropertyGroup >
14- <PackageId >IeuanWalker.Hangfire.RecurringJob</PackageId >
15- <PackageTags >Hangfire;RecurringJob;SoruceGenerator</PackageTags >
14+ <Version >1.0.0</Version >
15+ <PackageId >IeuanWalker.Hangfire.RecurringJob</PackageId >
16+ <Description >This is a package that automatically generates the hangfire recurring jobs AddOrUpdate code, using source generators.</Description >
17+ <PackageTags >Hangfire;RecurringJob;Source Generator</PackageTags >
1618 <Authors >Ieuan Walker</Authors >
1719 <PackageProjectUrl >https://github.com/IeuanWalker/Hangfire.RecurringJob.Generator</PackageProjectUrl >
1820 <RepositoryType >git</RepositoryType >
1921 <RepositoryUrl >https://github.com/IeuanWalker/Hangfire.RecurringJob.Generator</RepositoryUrl >
20- <PublishRepositoryUrl >true</PublishRepositoryUrl >
21- <Version >1.0.0</Version >
22+ <PublishRepositoryUrl >true</PublishRepositoryUrl >
23+ <PackageLicenseFile >LICENSE</PackageLicenseFile >
24+ <PackageReadmeFile >README.md</PackageReadmeFile >
25+ <PackageIcon >icon.png</PackageIcon >
2226 <GeneratePackageOnBuild >True</GeneratePackageOnBuild >
2327 </PropertyGroup >
2428
25- <ItemGroup >
29+ <ItemGroup >
30+ <None Include =" ../../LICENSE" Pack =" true" PackagePath =" \" />
31+ <None Include =" ../../README.md" Pack =" true" PackagePath =" \" />
32+ <None Include =" ../../icon.png" Pack =" true" PackagePath =" \" />
33+ </ItemGroup >
34+
35+ <ItemGroup >
2636 <PackageReference Include =" Microsoft.CodeAnalysis.Analyzers" Version =" 3.3.4" PrivateAssets =" all" />
2737 <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Workspaces" Version =" 4.7.0" />
2838 </ItemGroup >
You can’t perform that action at this time.
0 commit comments