-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
34 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,13 @@ | |
|
||
<PropertyGroup> | ||
<TargetFrameworks>netcoreapp2.1;net461</TargetFrameworks> | ||
<Version>1.0.1</Version> | ||
<Version>1.0.2</Version> | ||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||
<Copyright>Apache License 2.0 (stop-cran, 2018)</Copyright> | ||
<Authors>stop-cran <[email protected]></Authors> | ||
<Company>stop-cran <[email protected]></Company> | ||
<RepositoryUrl>https://github.com/stop-cran/ZabbixSender.Async</RepositoryUrl> | ||
<PackageReleaseNotes>Added clock. Added interfaces for a possibility of DI.</PackageReleaseNotes> | ||
<PackageReleaseNotes>Protocol fix.</PackageReleaseNotes> | ||
<Description>The package provides a tool to send data to Zabbix in the same way as zabbix_sender tool. It implements Zabbix Sender Protocol 4.0.</Description> | ||
</PropertyGroup> | ||
|
||
|