Skip to content

Commit 22d4b1c

Browse files
committed
Update
1 parent 0338f06 commit 22d4b1c

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

Scr/IeuanWalker.Hangfire.RecurringJob.Generator/IeuanWalker.Hangfire.RecurringJob.Generator.csproj

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,28 @@
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>

icon.png

12.9 KB
Loading

0 commit comments

Comments
 (0)