Skip to content

Commit 17ebf1d

Browse files
Update gettingstarted.md
1 parent 0808b57 commit 17ebf1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/imagesharp.web/gettingstarted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ services.AddImageSharp()
6565
```
6666

6767
>[!IMPORTANT]
68-
>ImageSharp.Web v2.0.0 contains breaking changes to caching which require additional configuration for v1.x installs.
68+
>ImageSharp.Web v2.0.0 and above contains breaking changes to caching which require additional configuration when migrating from v1.x installs.
6969
7070
With ImageSharp.Web v2.0.0 a new concept @SixLabors.ImageSharp.Web.Caching.ICacheKey was introduced to allow greater flexibility when generating cached file names. To preserve the v1.x cache format users must configure two settings:
7171

0 commit comments

Comments
 (0)