diff --git a/Directory.Build.props b/Directory.Build.props index 32a1414..0e37db4 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,5 +1,5 @@ - 1.0.0-beta.3 + 1.0.0-beta.4 \ No newline at end of file diff --git a/README.md b/README.md index c0e1ba1..62f26b6 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,23 @@ public class App : DesignApplication } ``` +## Tests + +The `ricaun.Revit.DA.Tests` test project requires some environment variables with the APS configuration to enable running Design Automation for Revit and test the `ricaun.Revit.DA.Example`. + +The project use the package [Autodesk.Forge.Oss.DesignAutomation](https://github.com/ricaun-io/forge-api-dotnet-oss.design.automation) with the `APS_CLIENT_ID` and `APS_CLIENT_SECRET`. + +``` +APS_CLIENT_ID= +APS_CLIENT_SECRET= +``` + +Your APS application requires to have API access to `Data Management API` and `Design Automation API`. + +### Build + +To build the project and generate the `ricaun.Revit.DA.Example.bundle.zip` is required to run the `Build` project or execute the `build.cmd` in the main solution folder. + ## License This project is [licensed](LICENSE) under the [MIT License](https://en.wikipedia.org/wiki/MIT_License).