diff --git a/Lombiq.TrainingDemo.csproj b/Lombiq.TrainingDemo.csproj index 8040653f..7035f8c5 100644 --- a/Lombiq.TrainingDemo.csproj +++ b/Lombiq.TrainingDemo.csproj @@ -2,6 +2,11 @@ netstandard2.0 + 2.0.0-alpha1 + Orchard Core training demo module for teaching Orchard Core fundamentals primarily by going through its source code. + https://github.com/Lombiq/Orchard-Training-Demo-Module/blob/master/Licence.md + https://github.com/Lombiq/Orchard-Training-Demo-Module + Orchard Core, Orchard CMS, training diff --git a/Manifest.cs b/Manifest.cs index 8fc7d561..9d7e167e 100644 --- a/Manifest.cs +++ b/Manifest.cs @@ -8,7 +8,7 @@ // Optionally you can add a website URL (e.g. your company's website, GitHub repository URL). Website = "https://github.com/Lombiq/Orchard-Training-Demo-Module", // Version of the module. - Version = "2.0", + Version = "2.0.0-alpha1", // Short description of the module. It will be displayed on the Dashboard. Description = "Orchard Core training demo module for teaching Orchard Core fundamentals primarily by going " + "through its source code.", diff --git a/Readme.md b/Readme.md index 5f528423..4f6ddb45 100644 --- a/Readme.md +++ b/Readme.md @@ -4,7 +4,7 @@ ## Project description -Demo Orchard Core module for training purposes guiding you to become an Orchard developer. +Demo Orchard Core module for training purposes guiding you to become an Orchard developer. Note that this module also has an Orchard 1.x version in the [dev branch of the repository](https://github.com/Lombiq/Orchard-Training-Demo-Module/tree/dev). **If you are interested in training materials and Orchard trainings please visit [Orchard Dojo](https://orcharddojo.net/).**