From 25aabacb01ba33ab2971587e4c7a5b8a1d1b4130 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Leh=C3=B3czky?= Date: Fri, 18 Jan 2019 14:51:21 +0100 Subject: [PATCH] Updating version number, filling out package details --HG-- branch : orchard-core --- Lombiq.TrainingDemo.csproj | 5 +++++ Manifest.cs | 2 +- Readme.md | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) 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/).**