Skip to content

Commit

Permalink
v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Samir Musali committed Jul 19, 2019
1 parent b0826bc commit f2902df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "logdna-agent",
"version": "1.6.0",
"version": "1.6.1",
"description": "LogDNA Collector Agent",
"main": "index.js",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions scripts/windows/logdna-agent.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<metadata>
<id>logdna-agent</id>
<title>LogDNA Agent for Windows</title>
<version>1.6.0</version>
<version>1.6.1</version>
<authors>smusali,leeliu</authors>
<owners>leeliu</owners>
<summary>LogDNA Collector Agent for Windows</summary>
<description>LogDNA's collector agent which streams log files to your LogDNA account.</description>
<description>LogDNA Collector Agent Streaming File and Event Logs to LogDNA.</description>
<projectUrl>https://logdna.com/</projectUrl>
<projectSourceUrl>https://github.com/logdna/logdna-agent</projectSourceUrl>
<packageSourceUrl>https://github.com/logdna/logdna-agent</packageSourceUrl>
Expand All @@ -18,7 +18,7 @@
<copyright>Copyright 2019 LogDNA, Inc., portions by Microsoft and Contributors</copyright>
<licenseUrl>https://github.com/logdna/logdna-agent/blob/master/LICENSE.md</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://logdna.com/assets/images/logdna_logo.png</iconUrl>
<iconUrl>https://github.com/logdna/artwork/raw/master/ld-logo-square-480.png</iconUrl>
<releaseNotes>LogDNA Collector Agent for Windows</releaseNotes>
<dependencies>
<dependency id="nssm" version="2.24.0" />
Expand Down

0 comments on commit f2902df

Please sign in to comment.