From 09a88b401bdd35355bcbea561ec058914757036c Mon Sep 17 00:00:00 2001 From: Jeremy Tammik Date: Thu, 31 Aug 2023 15:25:56 +0200 Subject: [PATCH] added explanation --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 486d396..9374872 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,9 @@ [![Build](https://github.com/ricaun-io/ricaun.Revit.CefSharp/actions/workflows/Build.yml/badge.svg)](https://github.com/ricaun-io/ricaun.Revit.CefSharp/actions) [![Release](https://img.shields.io/nuget/v/ricaun.Revit.CefSharp?logo=nuget&label=release&color=blue)](https://www.nuget.org/packages/ricaun.Revit.CefSharp) +This package automatically provides access to the appropriate `CefSharp` version that has already been loaded and initialised by Revit, cf. the explanation +on [encountering an error while using CefSharp](https://forums.autodesk.com/t5/revit-api-forum/encountered-an-error-while-using-cefsharp/m-p/12209481#M73837). + ## PackageReference ```xml @@ -30,4 +33,4 @@ This project is [licensed](LICENSE) under the [MIT Licence](https://en.wikipedia --- -Do you like this project? Please [star this project on GitHub](https://github.com/ricaun-io/ricaun.Revit.CefSharp/stargazers)! \ No newline at end of file +Do you like this project? Please [star this project on GitHub](https://github.com/ricaun-io/ricaun.Revit.CefSharp/stargazers)!