Skip to content

Commit

Permalink
Merge pull request #55 from newrelic/updated-readme-2
Browse files Browse the repository at this point in the history
Updated readme.
  • Loading branch information
miransar authored Jan 17, 2024
2 parents 5d6b33d + a4ec033 commit 117ccbf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,11 +248,15 @@ Example of usage:
},
```

Notes:
* To retrieve properties from within a counter object, use the format `counter.property`, i.e. `targetInstance.DeviceID`
* If there are multiple instances returned by the counter|query, each instance name will appear in the `name` attribute of the event.

## Release Steps

1. **Build your project for the selected platform:**

- Under the `Build` menu, select `Configuration Manager`.
- In Visual Studio, under the `Build` menu, select `Configuration Manager`.

- Use `Build > Build Solution` to build the project for x86/x64.

Expand All @@ -265,10 +269,6 @@ Example of usage:
- You should see separate output folders for each target platform.


Notes:
* To retrieve properties from within a counter object, use the format `counter.property`, i.e. `targetInstance.DeviceID`
* If there are multiple instances returned by the counter|query, each instance name will appear in the `name` attribute of the event.

## Support

New Relic has open-sourced this project. This project is provided AS-IS WITHOUT WARRANTY OR DEDICATED SUPPORT. Issues and contributions should be reported to the project here on GitHub. We encourage you to bring your experiences and questions to the [Explorers Hub](https://discuss.newrelic.com) where our community members collaborate on solutions and new ideas.
Expand Down

0 comments on commit 117ccbf

Please sign in to comment.