Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
107 changes: 0 additions & 107 deletions .github/auto-merge.yml

This file was deleted.

12 changes: 0 additions & 12 deletions .github/stale.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions .github/workflows/dependabot-auto-merge.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Particular.Packaging" Version="1.2.0" PrivateAssets="All" />
<PackageReference Include="Particular.Packaging" Version="1.2.1" PrivateAssets="All" />
</ItemGroup>

<ItemGroup>
Expand Down
5 changes: 4 additions & 1 deletion src/ServicePulse.Host.Tests/.editorconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
[*.cs]

# Justification: Test project
dotnet_diagnostic.CA2007.severity = none
dotnet_diagnostic.CA2007.severity = none

# Justification: Tests don't support cancellation and don't need to forward IMessageHandlerContext.CancellationToken
dotnet_diagnostic.NSB0002.severity = suggestion
2 changes: 1 addition & 1 deletion src/ServicePulse.Host/ServicePulse.Host.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.AspNet.WebApi.Owin" Version="5.2.7" />
<PackageReference Include="Microsoft.Owin.SelfHost" Version="4.1.1" />
<PackageReference Include="Particular.Packaging" Version="1.2.0" PrivateAssets="All" />
<PackageReference Include="Particular.Packaging" Version="1.2.1" PrivateAssets="All" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Setup/Setup.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Particular.Packaging" Version="1.2.0" PrivateAssets="All" />
<PackageReference Include="Particular.Packaging" Version="1.2.1" PrivateAssets="All" />
</ItemGroup>

<Target Name="CreateInstaller" AfterTargets="Build" Condition=" '$(Configuration)' == 'Release' ">
Expand Down
7 changes: 0 additions & 7 deletions src/nuget.config

This file was deleted.