diff --git a/Connect.Dnn.Koi/BuildScripts/ModulePackage.targets b/Connect.Dnn.Koi/BuildScripts/ModulePackage.targets index 884948a..56bd003 100644 --- a/Connect.Dnn.Koi/BuildScripts/ModulePackage.targets +++ b/Connect.Dnn.Koi/BuildScripts/ModulePackage.targets @@ -66,11 +66,16 @@ + + + + + diff --git a/Connect.Dnn.Koi/Connect_Dnn_Koi.dnn b/Connect.Dnn.Koi/Connect_Dnn_Koi.dnn index 68d1b8a..43c57f1 100644 --- a/Connect.Dnn.Koi/Connect_Dnn_Koi.dnn +++ b/Connect.Dnn.Koi/Connect_Dnn_Koi.dnn @@ -3,7 +3,7 @@ DnnConnect Koi Koi - ~/Images/icon_extensions_32px.png + icon.png dnn-connect.org dnn-connect.org @@ -38,6 +38,15 @@ + + + + DesktopModules/Connect_Dnn_Koi + + icon.png + + + diff --git a/Connect.Dnn.Koi/icon.png b/Connect.Dnn.Koi/icon.png new file mode 100644 index 0000000..dd3b5e8 Binary files /dev/null and b/Connect.Dnn.Koi/icon.png differ diff --git a/README.md b/README.md index 09e6617..3fd6749 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Koi is a solution for CMS components to dynamically adjust their output to the CSS-Framework of the current page. In other words, a component can ask the page "what CSS framwork are you using?" and vary the output accordingly. -It currently has an implementation for [DNN/DotNetNuke](https://github.com/dnnsoftware/Dnn.Platform) - see [wiki](https://github.com/DNN-Connect/connect.koi/wiki), and we would appreciate implementations for [Umbraco](https://github.com/umbraco/Umbraco-CMS), [NopCommerce](https://github.com/nopSolutions/nopCommerce), [Orchard](https://github.com/OrchardCMS/Orchard), [OrchardCore](https://github.com/OrchardCMS/OrchardCore) and other .net platforms. +It currently has an implementation for [DNN/DotNetNuke 7 - 9](https://github.com/dnnsoftware/Dnn.Platform) - see [wiki](https://github.com/DNN-Connect/connect.koi/wiki), and we would appreciate implementations for [Umbraco](https://github.com/umbraco/Umbraco-CMS), [NopCommerce](https://github.com/nopSolutions/nopCommerce), [Orchard](https://github.com/OrchardCMS/Orchard), [OrchardCore](https://github.com/OrchardCMS/OrchardCore) and other .net platforms. ## How to install & use