Skip to content

Commit

Permalink
Merge branch 'release/1.1.0'
Browse files Browse the repository at this point in the history
* release/1.1.0:
  (#71) Remove information about icon
  (maint): Bump CakeContrib.Guidelines from 0.5.0 to 1.1.1 in /Source
  (maint): Bump Cake.Addin.Analyzer from 0.1.2 to 0.1.3 in /Source
  (build) Update codeql build to only run build part of recipe
  (build) Update dependabot configuration to search Source folder
  • Loading branch information
gep13 committed Jun 7, 2021
2 parents 858d020 + 822dad8 commit ee89267
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2
updates:
- package-ecosystem: "nuget"
directory: "/"
directory: "/Source"
schedule:
interval: "daily"
commit-message:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
# Prefix the list here with "+" to use these queries and those in the config file.
# queries: ./path/to/local/query, your-org/your-repo/queries@main

- run: ./build.ps1
- run: ./build.ps1 --target=DotNetCore-Build
shell: pwsh

- name: Perform CodeQL Analysis
Expand Down
6 changes: 2 additions & 4 deletions Source/Cake.Gitter/Cake.Gitter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
<Authors>Gary Ewan Park</Authors>
<Copyright>Copyright © $(FullYear) — Cake Contributions</Copyright>
<Description>Cake AddIn that extends Cake with ability to send messages to Gitter.</Description>
<PackageIcon>icon.png</PackageIcon>
<PackageIconUrl>https://cdn.jsdelivr.net/gh/cake-contrib/graphics/png/cake-contrib-medium.png</PackageIconUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/cake-contrib/Home</PackageProjectUrl>
<PackageTags>cake;script;build;gitter;cake-addin</PackageTags>
Expand All @@ -33,11 +31,11 @@
<ItemGroup>
<PackageReference Include="Cake.Common" Version="1.0.0" PrivateAssets="All" />
<PackageReference Include="Cake.Core" Version="1.0.0" PrivateAssets="All" />
<PackageReference Include="Cake.Addin.Analyzer" Version="0.1.2">
<PackageReference Include="Cake.Addin.Analyzer" Version="0.1.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="CakeContrib.Guidelines" Version="0.5.0">
<PackageReference Include="CakeContrib.Guidelines" Version="1.1.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
Binary file removed Source/Cake.Gitter/icon.png
Binary file not shown.

0 comments on commit ee89267

Please sign in to comment.