Skip to content

Commit

Permalink
Merge pull request #9 from NielsPilgaard/logo
Browse files Browse the repository at this point in the history
added logo - successfully I hope!
  • Loading branch information
NielsPilgaard authored Oct 10, 2022
2 parents bc1d776 + a3f4fb4 commit 4ec9944
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Binary file added assets/logo/logo_128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/Pilgaard.CronJobs/Pilgaard.CronJobs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,22 @@
<RepositoryUrl>https://github.com/NillerMedDild/Pilgaard.CronJobs</RepositoryUrl>
<PackageProjectUrl>https://github.com/NillerMedDild/Pilgaard.CronJobs</PackageProjectUrl>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageIcon>logo_128x128.png</PackageIcon>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<MinVerTagPrefix>v</MinVerTagPrefix>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<DebugType>embedded</DebugType>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsTrimmable>true</IsTrimmable>
<ContinuousIntegrationBuild Condition="'$(GITHUB_ACTIONS)' == 'true'">true</ContinuousIntegrationBuild>
</PropertyGroup>

<ItemGroup>
<None Include="..\..\assets\logo\logo_128x128.png" Pack="true" PackagePath="" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Cronos" Version="0.7.1" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="3.1.18" />
Expand Down

0 comments on commit 4ec9944

Please sign in to comment.