Skip to content

Commit

Permalink
Merge pull request #16 from zachsanford/v1.1.1
Browse files Browse the repository at this point in the history
Fixed issues with supporting files.
  • Loading branch information
zachsanford authored Jan 15, 2023
2 parents 5e892b5 + 3acf841 commit 3b5c5a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NewsScout.Tests/NewsScout.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div style="display: inline;">
<img alt="GitHub release (latest by date)" src="https://img.shields.io/github/v/release/zachsanford/NewsScout">
<img alt="Platforms" src="https://img.shields.io/badge/Platforms-Windows%20%7C%20macOS%20%7C%20Linux-blue">
<img alt=".NET Version" src="https://img.shields.io/badge/.NET%20Version-.NET%206-blueviolet">
<img alt=".NET Version" src="https://img.shields.io/badge/.NET%20Version-.NET%207-blueviolet">
</div>
<br />

Expand Down Expand Up @@ -41,7 +41,7 @@ To run this program you will need these items:

| Item | Link | As of the Initial Release|
| --- | --- | --- |
| .NET 6 | [Get the latest version](https://dotnet.microsoft.com/en-us/download/dotnet/6.0) | .NET is on v6.0.7 |
| .NET 7 | [Get the latest version](https://dotnet.microsoft.com/en-us/download/dotnet/7.0) | .NET is on v7.0.2 |
| News Data API Key | [Register for a free API Key](https://newsdata.io/register) | Free: API Credits - 200/day, Articles per Credit - 10 |

After installing .NET 6, you can insert the API key into the `settings.json` file that is located in the `Configuration` directory or you can set the API Key in the settings menu after compiling the code.
Expand Down

0 comments on commit 3b5c5a2

Please sign in to comment.