-
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
stop-cran
committed
Jan 29, 2023
1 parent
93a91d5
commit 3d44519
Showing
3 changed files
with
11 additions
and
12 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,20 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>net5.0</TargetFramework> | ||
<Version>1.1.0</Version> | ||
<TargetFramework>net6.0</TargetFramework> | ||
<Version>1.2.0-rc2</Version> | ||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||
<Copyright>Apache License 2.0 (stop-cran, 2018-2021)</Copyright> | ||
<Copyright>Apache License 2.0 (stop-cran, 2018-2023)</Copyright> | ||
<Authors>stop-cran <[email protected]></Authors> | ||
<Company>stop-cran <[email protected]></Company> | ||
<RepositoryUrl>https://github.com/stop-cran/ZabbixSender.Async</RepositoryUrl> | ||
<PackageReleaseNotes>Added .Net 5.</PackageReleaseNotes> | ||
<PackageReleaseNotes>Added .Net 6.</PackageReleaseNotes> | ||
<Description>A tool to send data to Zabbix in the same way as zabbix_sender tool. It implements Zabbix Sender Protocol 4.0.</Description> | ||
<DocumentationFile>ZabbixSender.Async.xml</DocumentationFile> | ||
<LangVersion>latest</LangVersion> | ||
<PackageProjectUrl>https://github.com/stop-cran/ZabbixSender.Async</PackageProjectUrl> | ||
<PackageLicenseFile>license.txt</PackageLicenseFile> | ||
<PackageReadmeFile>README.md</PackageReadmeFile> | ||
<PublishRepositoryUrl>true</PublishRepositoryUrl> | ||
<IncludeSymbols>true</IncludeSymbols> | ||
<SymbolPackageFormat>snupkg</SymbolPackageFormat> | ||
|
@@ -29,10 +30,8 @@ | |
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<None Include="..\license.txt"> | ||
<Pack>True</Pack> | ||
<PackagePath></PackagePath> | ||
</None> | ||
<None Include="..\license.txt" Pack="true" PackagePath="\" /> | ||
<None Include="..\README.md" Link="README.md" Pack="true" PackagePath="\" /> | ||
</ItemGroup> | ||
|
||
</Project> |
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
3d44519
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coverage for this commit
Coverage Report