Skip to content

Commit 1d55b33

Browse files
authored
Merge pull request #20 from datalust/dev
Maintenance Release
2 parents dfd2a52 + 3d2c7ad commit 1d55b33

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ artifacts:
1111
deploy:
1212
- provider: NuGet
1313
api_key:
14-
secure: P9oF4P2rIONJlmDfzvG3wrsw08PGPC8udJwjCvzf4K15W/6HX1BTmFpblYLny022
14+
secure: ABsZ0uLbAvoUFXnkUJ/DZwQwGQ1EIKzvSOm3aFSUZ0kY4lTBIQhI38KxrNFahQRB
1515
skip_symbols: true
1616
on:
1717
branch: /^(master|dev)$/

asset/screenshot.png

563 KB
Loading

asset/seq-input-healthcheck-2.png

7.69 KB
Loading

asset/seq-input-healthcheck.png

3.56 KB
Loading

src/Seq.Input.HealthCheck/Seq.Input.HealthCheck.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5-
<VersionPrefix>1.2.0</VersionPrefix>
5+
<VersionPrefix>1.2.1</VersionPrefix>
66
<Description>Seq Health Check: periodically GET an HTTP resource and publish response metrics to Seq.</Description>
77
<Authors>Datalust and Contributors</Authors>
88
<PackageTags>seq-app</PackageTags>
9-
<PackageIconUrl>https://raw.githubusercontent.com/datalust/seq-input-healthcheck/dev/asset/seq-input-healthcheck.png</PackageIconUrl>
9+
<PackageIconUrl>https://raw.githubusercontent.com/datalust/seq-input-healthcheck/dev/asset/seq-input-healthcheck-2.png</PackageIconUrl>
1010
<PackageProjectUrl>https://github.com/datalust/seq-input-healthcheck</PackageProjectUrl>
1111
<RepositoryUrl>https://github.com/datalust/seq-input-healthcheck</RepositoryUrl>
1212
<RepositoryType>git</RepositoryType>

0 commit comments

Comments
 (0)