prepare for 2.2.0 release
This commit is contained in:
		| @ -3,7 +3,7 @@ | ||||
|   <PropertyGroup> | ||||
|     <TargetFramework>net5.0</TargetFramework> | ||||
|     <Configurations>Debug;Release</Configurations> | ||||
|     <Version>2.1.0</Version> | ||||
|     <Version>2.2.0</Version> | ||||
|     <Product>Oqtane</Product> | ||||
|     <Authors>Shaun Walker</Authors> | ||||
|     <Company>.NET Foundation</Company> | ||||
| @ -11,7 +11,7 @@ | ||||
|     <Copyright>.NET Foundation</Copyright> | ||||
|     <PackageProjectUrl>https://www.oqtane.org</PackageProjectUrl> | ||||
|     <PackageLicenseUrl>https://github.com/oqtane/oqtane.framework/blob/dev/LICENSE</PackageLicenseUrl> | ||||
|     <PackageReleaseNotes>https://github.com/oqtane/oqtane.framework/releases/tag/v2.1.0</PackageReleaseNotes> | ||||
|     <PackageReleaseNotes>https://github.com/oqtane/oqtane.framework/releases/tag/v2.2.0</PackageReleaseNotes> | ||||
|     <RepositoryUrl>https://github.com/oqtane/oqtane.framework</RepositoryUrl> | ||||
|     <RepositoryType>Git</RepositoryType> | ||||
|     <RootNamespace>Oqtane</RootNamespace> | ||||
|  | ||||
| @ -3,8 +3,8 @@ using System; | ||||
| namespace Oqtane.Shared { | ||||
|  | ||||
|     public class Constants { | ||||
|         public static readonly string Version = "2.1.0"; | ||||
|         public const string ReleaseVersions = "1.0.0,1.0.1,1.0.2,1.0.3,1.0.4,2.0.0,2.0.1,2.0.2,2.1.0"; | ||||
|         public static readonly string Version = "2.2.0"; | ||||
|         public const string ReleaseVersions = "1.0.0,1.0.1,1.0.2,1.0.3,1.0.4,2.0.0,2.0.1,2.0.2,2.1.0,2.2.0"; | ||||
|         public const string PackageId = "Oqtane.Framework"; | ||||
|         public const string UpdaterPackageId = "Oqtane.Updater"; | ||||
|         public const string PackageRegistryUrl = "https://www.oqtane.net"; | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Shaun Walker
					Shaun Walker