Skip to content

Commit

Permalink
Merge pull request #20 from datalust/dev
Browse files Browse the repository at this point in the history
Maintenance Release
  • Loading branch information
nblumhardt authored Jun 29, 2020
2 parents dfd2a52 + 3d2c7ad commit 1d55b33
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ artifacts:
deploy:
- provider: NuGet
api_key:
secure: P9oF4P2rIONJlmDfzvG3wrsw08PGPC8udJwjCvzf4K15W/6HX1BTmFpblYLny022
secure: ABsZ0uLbAvoUFXnkUJ/DZwQwGQ1EIKzvSOm3aFSUZ0kY4lTBIQhI38KxrNFahQRB
skip_symbols: true
on:
branch: /^(master|dev)$/
Expand Down
Binary file modified asset/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added asset/seq-input-healthcheck-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified asset/seq-input-healthcheck.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/Seq.Input.HealthCheck/Seq.Input.HealthCheck.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<VersionPrefix>1.2.0</VersionPrefix>
<VersionPrefix>1.2.1</VersionPrefix>
<Description>Seq Health Check: periodically GET an HTTP resource and publish response metrics to Seq.</Description>
<Authors>Datalust and Contributors</Authors>
<PackageTags>seq-app</PackageTags>
<PackageIconUrl>https://raw.githubusercontent.com/datalust/seq-input-healthcheck/dev/asset/seq-input-healthcheck.png</PackageIconUrl>
<PackageIconUrl>https://raw.githubusercontent.com/datalust/seq-input-healthcheck/dev/asset/seq-input-healthcheck-2.png</PackageIconUrl>
<PackageProjectUrl>https://github.com/datalust/seq-input-healthcheck</PackageProjectUrl>
<RepositoryUrl>https://github.com/datalust/seq-input-healthcheck</RepositoryUrl>
<RepositoryType>git</RepositoryType>
Expand Down

0 comments on commit 1d55b33

Please sign in to comment.