Skip to content

Commit

Permalink
Tweaks to projects, deploy.yml and README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
IEvangelist committed Aug 2, 2023
1 parent 992d0a6 commit e6995b6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ name: .NET

on:
push:
paths-ignore: [ "**.md" ]
branches: [ "main" ]
pull_request:
paths-ignore: [ "**.md" ]
branches: [ "main" ]

jobs:
Expand Down
1 change: 0 additions & 1 deletion Jwst.Client.Tests/Jwst.Client.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>

<IsPackable>false</IsPackable>
<IsTestProject>true</IsTestProject>
</PropertyGroup>
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

This is a .NET source-generated client library for the [James Webb Space Telescope API](https://api.jwstapi.com), using the following NuGet packages:

- 📦 [`Microsoft.Extensions.Compliance.Redaction`](https://nuget.org/packages/Microsoft.Extensions.Compliance.Redaction)
- 📦 [`Microsoft.Extensions.Http.AutoClient`](https://nuget.org/packages/Microsoft.Extensions.Http.AutoClient)
- 📦 [`Microsoft.Extensions.Http.Resilience`](https://nuget.org/packages/Microsoft.Extensions.Http.Resilience)
- 📦 [`Microsoft.Extensions.Http.Telemetry`](https://nuget.org/packages/Microsoft.Extensions.Http.Telemetry)
- 📦 [`Microsoft.Extensions.Options.ConfigurationExtension`](https://nuget.org/packages/Microsoft.Extensions.Options.ConfigurationExtension)

0 comments on commit e6995b6

Please sign in to comment.