Adding NuGet Packages to your App

To add C1TextParser References to your App

In order to use TextParser library, C1TextParser reference has to be added to the project. Complete the following steps to add C1TextParser reference to your project.

  1. Open a pre-existing Console App or create a new Console App.
  2. From the Project menu, select Manage NuGet Packages. The NuGet Package Manager appears.
  3. Select nuget.org from the Package source drop down.
  4. Click Browse tab and select C1.TextParser from the left pane.
  5. In the right pane, click Install. This adds the references for the TextParser library.
  6. In the Preview dialog, click OK to proceed with the changes.
  7. Click I Accept to accept the license terms. The license gets installed.