Skip to content

Commit

Permalink
Updating version number, filling out package details
Browse files Browse the repository at this point in the history
--HG--
branch : orchard-core
  • Loading branch information
Piedone committed Jan 18, 2019
1 parent 778505c commit 25aabac
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Lombiq.TrainingDemo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>2.0.0-alpha1</Version>
<Description>Orchard Core training demo module for teaching Orchard Core fundamentals primarily by going through its source code.</Description>
<PackageLicenseUrl>https://github.com/Lombiq/Orchard-Training-Demo-Module/blob/master/Licence.md</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/Lombiq/Orchard-Training-Demo-Module</PackageProjectUrl>
<PackageTags>Orchard Core, Orchard CMS, training</PackageTags>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Manifest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).**

Expand Down

0 comments on commit 25aabac

Please sign in to comment.