diff --git a/ModelDocumentationTemplate_v2.0.0.pbit b/ModelDocumentationTemplate_v2.0.0.pbit index 00fa445..b5c73dc 100644 Binary files a/ModelDocumentationTemplate_v2.0.0.pbit and b/ModelDocumentationTemplate_v2.0.0.pbit differ diff --git a/ModelDocumenter/ModelDocumenter/Properties/AssemblyInfo.cs b/ModelDocumenter/ModelDocumenter/Properties/AssemblyInfo.cs index bc6d251..29e2b52 100644 --- a/ModelDocumenter/ModelDocumenter/Properties/AssemblyInfo.cs +++ b/ModelDocumenter/ModelDocumenter/Properties/AssemblyInfo.cs @@ -8,7 +8,7 @@ [assembly: AssemblyTitle("ModelDocumenter")] [assembly: AssemblyDescription("Model documentor using a Power BI datamodel as vertipaq file.")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Macaw")] +[assembly: AssemblyCompany("Data-Marc")] [assembly: AssemblyProduct("ModelDocumenter")] [assembly: AssemblyCopyright("Copyright © 2021")] [assembly: AssemblyTrademark("")] diff --git a/README.md b/README.md index afe57b4..aab2c20 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Power BI Model Documentater -This repository includes the source code of the Power BI Model Documenter external tool, version 2.0.0 and up. For more details, please have a look the [webpage of this tool](https://data-marc.com/model-documenter/). Also find related blog posts [here](https://data-marc.com/?s=model+documenter+external+tool+). -This tool is build upon the [Dax.Model.Extractor nuget package](https://www.nuget.org/packages/Dax.Model.Extractor/) build by Marco Russo. +This repository includes the source code of the Power BI Model Documenter external tool. If you want to read more about the tool itself, how it works and what elements of your data model are documented, please read the [wiki - introduction to the Power BI Model Documenter](https://github.com/marclelijveld/External-Tools-Model-Documentation/wiki/1.-Introduction-to-the-Power-BI-Model-Documenter). + +For downloading the installer of this tool, or more general information, please have a look the [webpage of this tool](https://data-marc.com/model-documenter/). Also find related blog posts [here](https://data-marc.com/?s=model+documenter+external+tool+). +This tool is build upon the [Dax.Model.Extractor nuget package](https://www.nuget.org/packages/Dax.Model.Extractor/) build by Marco Russo. ### Contributing As the tool is build by and intended for the Power BI Community, you are free to download the source code and enhance to your own requirements. Contribution to this repository is highly appreciated in everyones benefit. Please for the repository and create pull requests with useful additions.