Skip to content

Commit

Permalink
Fixes + update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alanta committed Feb 28, 2024
1 parent 5ed27ca commit 0019792
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ internal sealed class TestContentItemSystemAttributes : IContentItemSystemAttrib
public string Codename { get; internal set; } = "";
public string Type { get; internal set; } = "";
public string Collection { get; } = "";
public string Workflow => "";
public string WorkflowStep { get; internal set; } = "";
public IList<string> SitemapLocation { get; internal set; } = Array.Empty<string>();
public DateTime LastModified { get; internal set; }
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Module to retrieve content from [Kentico Kontent](https://kontent.ai) for building static websites with [Statiq](https://Statiq.dev).

Works with .NET 6.
Works with .NET 8.

## Getting started

Expand Down Expand Up @@ -63,7 +63,7 @@ public static class Program
services.AddSingleton<ITypeProvider, CustomTypeProvider>();
// Configure Delivery SDK
services.AddDeliveryClient(opts =>
opts.WithProjectId("<your-project-id>")
opts.WithEnvironmentId("<your-environment-id>")
.UseProductionApi()
.Build());
})
Expand Down

0 comments on commit 0019792

Please sign in to comment.