Skip to content

Commit

Permalink
Update dot-net-console.md
Browse files Browse the repository at this point in the history
  • Loading branch information
erikjanwestendorp committed Oct 12, 2023
1 parent a1932c5 commit 206c60c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions umbraco-heartcore/client-libraries/dot-net-console.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

In this article, you can read more about the .NET Core Console Application.

We will go through the process of setting the application up, explore what you can do with the application and how you can connect to your Heartcore project on Umbraco Cloud.
We will go through the process of setting the application up and exploring what you can do with the application. We will also discuss how you can connect to your Heartcore project on Umbraco Cloud.

{% hint style="info" %}
In order to use this console application, you will need to have the .NET Core SDK2.2. Older or newer versions will **not work** with the application.
Expand Down Expand Up @@ -55,7 +55,7 @@ Once you have entered the alias of the project, you are presented with the follo

Option A - E uses the[ Content Delivery API](../api-documentation/content-delivery/) and can be used for any Heartcore Project, which has public content.

Option F uses the [Content Management API. ](../api-documentation/content-management/)This means that an [API Key ](../getting-started/backoffice-users-and-api-keys.md)is required to run this part of the sample, as it will create a new folder in the Media Library and upload an image to a new Media item.
Option F uses the [Content Management API. ](../api-documentation/content-management/). This means that an [API Key ](../getting-started/backoffice-users-and-api-keys.md)is required to run this part of the sample. Tis is because it will create a new folder in the Media Library and upload an image to a new Media item.

### Examples of the fetched data

Expand Down

0 comments on commit 206c60c

Please sign in to comment.