Skip to content

Commit

Permalink
Merge pull request #691 from Fody/GitHubSync/20210407-145129
Browse files Browse the repository at this point in the history
GitHubSync update
  • Loading branch information
GeertvanHorrik committed Apr 7, 2021
2 parents d7de416 + 4567ad3 commit b5d8b0d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deployment/cake/generic-variables.cake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#l "buildserver.cake"

#tool "nuget:?package=GitVersion.CommandLine&version=5.6.7"
#tool "nuget:?package=GitVersion.CommandLine&version=5.6.8"

//-------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion deployment/cake/lib-octopusdeploy.cake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#tool "nuget:?package=OctopusTools&version=7.4.3155"
#tool "nuget:?package=OctopusTools&version=7.4.3160"

public class OctopusDeployIntegration : IntegrationBase
{
Expand Down
4 changes: 2 additions & 2 deletions src/Directory.Build.analyzers.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
-->

<ItemGroup>
<PackageReference Include="Catel.Analyzers" Version="1.1.0" PrivateAssets="all">
<PackageReference Include="Catel.Analyzers" Version="1.2.0" PrivateAssets="all">
<IncludeAssets>build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="CatenaLogic.Analyzers" Version="1.0.0" PrivateAssets="all">
<PackageReference Include="CatenaLogic.Analyzers" Version="1.1.0" PrivateAssets="all">
<IncludeAssets>build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<!-- <PackageReference Include="ClrHeapAllocationAnalyzer" Version="3.0.0" PrivateAssets="all" /> -->
Expand Down

0 comments on commit b5d8b0d

Please sign in to comment.