diff --git a/AppVeyor.yml b/AppVeyor.yml index e25600b0..cf9331a2 100644 --- a/AppVeyor.yml +++ b/AppVeyor.yml @@ -1,4 +1,4 @@ -version: 8.6.1.{build} +version: 9.0.0.{build} environment: PROJECT_NAME: 'Cube.Core' TEST_TOOL: '..\packages\OpenCover\4.7.1221\tools\OpenCover.Console.exe' diff --git a/Applications/Forms/Cube.Forms.Demo.csproj b/Applications/Forms/Cube.Forms.Demo.csproj index 9e985fdc..fc0709d8 100644 --- a/Applications/Forms/Cube.Forms.Demo.csproj +++ b/Applications/Forms/Cube.Forms.Demo.csproj @@ -1,6 +1,6 @@  - 8.6.1 + 9.0.0 clown;cube-soft CubeSoft Copyright © 2010 CubeSoft, Inc. diff --git a/Libraries/AlphaFS/Cube.FileSystem.AlphaFS.csproj b/Libraries/AlphaFS/Cube.FileSystem.AlphaFS.csproj index 718e4cc1..6c8d011e 100644 --- a/Libraries/AlphaFS/Cube.FileSystem.AlphaFS.csproj +++ b/Libraries/AlphaFS/Cube.FileSystem.AlphaFS.csproj @@ -1,6 +1,6 @@  - 8.6.1 + 9.0.0 clown;cube-soft CubeSoft Wraps the AlphaFS package compatible with the Cube.FileSystem interface. diff --git a/Libraries/Core/Cube.Core.csproj b/Libraries/Core/Cube.Core.csproj index 80b39d14..22298157 100644 --- a/Libraries/Core/Cube.Core.csproj +++ b/Libraries/Core/Cube.Core.csproj @@ -1,6 +1,6 @@  - 8.6.1 + 9.0.0 clown;cube-soft CubeSoft Basic components to practice the MVVM pattern in application development. diff --git a/Libraries/Forms/Controls/Cube.Forms.Controls.csproj b/Libraries/Forms/Controls/Cube.Forms.Controls.csproj index fbbfafeb..820b9b9f 100644 --- a/Libraries/Forms/Controls/Cube.Forms.Controls.csproj +++ b/Libraries/Forms/Controls/Cube.Forms.Controls.csproj @@ -1,6 +1,6 @@ - 8.6.1 + 9.0.0 clown;cube-soft CubeSoft Provides GUI components in WinForms applications. diff --git a/Libraries/Forms/Core/Cube.Forms.csproj b/Libraries/Forms/Core/Cube.Forms.csproj index 9032666f..6df67a11 100644 --- a/Libraries/Forms/Core/Cube.Forms.csproj +++ b/Libraries/Forms/Core/Cube.Forms.csproj @@ -1,6 +1,6 @@  - 8.6.1 + 9.0.0 clown;cube-soft CubeSoft Provides support the MVVM pattern in WinForms applications. diff --git a/Libraries/NLog/Cube.Logging.NLog.csproj b/Libraries/NLog/Cube.Logging.NLog.csproj index e219ac1f..6bbdcb65 100644 --- a/Libraries/NLog/Cube.Logging.NLog.csproj +++ b/Libraries/NLog/Cube.Logging.NLog.csproj @@ -1,6 +1,6 @@ - 8.6.1 + 9.0.0 clown;cube-soft CubeSoft Wraps the NLog package compatible with the Cube.ILoggerSource interface. diff --git a/Libraries/Tests/Cube.Private.Tests.csproj b/Libraries/Tests/Cube.Private.Tests.csproj index 9cfa5bda..f2b3fb7c 100644 --- a/Libraries/Tests/Cube.Private.Tests.csproj +++ b/Libraries/Tests/Cube.Private.Tests.csproj @@ -1,6 +1,6 @@  - 8.6.1 + 9.0.0 clown;cube-soft CubeSoft Private package to test Cube.* projects. diff --git a/Libraries/Trick/Cube.Trick.csproj b/Libraries/Trick/Cube.Trick.csproj index 0eddf621..ca7bc7c6 100644 --- a/Libraries/Trick/Cube.Trick.csproj +++ b/Libraries/Trick/Cube.Trick.csproj @@ -1,6 +1,6 @@ - 8.6.1 + 9.0.0 clown;cube-soft CubeSoft Contains experimental and undocumented functions. diff --git a/Libraries/Xui/Cube.Xui.csproj b/Libraries/Xui/Cube.Xui.csproj index 5967e5e6..574523d7 100644 --- a/Libraries/Xui/Cube.Xui.csproj +++ b/Libraries/Xui/Cube.Xui.csproj @@ -1,6 +1,6 @@  - 8.6.1 + 9.0.0 clown;cube-soft CubeSoft Bindings, converters, commands, behaviors, and other components to provide support the MVVM pattern in WPF applications. diff --git a/Tests/Core/Cube.Core.Tests.csproj b/Tests/Core/Cube.Core.Tests.csproj index 1140b9ed..1298d115 100644 --- a/Tests/Core/Cube.Core.Tests.csproj +++ b/Tests/Core/Cube.Core.Tests.csproj @@ -1,6 +1,6 @@  - 8.6.1 + 9.0.0 clown;cube-soft CubeSoft, Inc. Cube.Tests diff --git a/Tests/Core/Sources/Extensions/AssemblyTest.cs b/Tests/Core/Sources/Extensions/AssemblyTest.cs index 865df1bf..30ccaac5 100644 --- a/Tests/Core/Sources/Extensions/AssemblyTest.cs +++ b/Tests/Core/Sources/Extensions/AssemblyTest.cs @@ -93,7 +93,7 @@ public static IEnumerable TestCases Configuration = Configuration, Trademark = string.Empty, Culture = string.Empty, - Version = new(8, 6, 1, 0), + Version = new(9, 0, 0, 0), }); yield return new TestCaseData(typeof(Methods).Assembly, new Expected @@ -109,7 +109,7 @@ public static IEnumerable TestCases Configuration = Configuration, Trademark = string.Empty, Culture = string.Empty, - Version = new(8, 6, 1, 0), + Version = new(9, 0, 0, 0), }); } } diff --git a/Tests/Core/Sources/Extensions/UriTest.cs b/Tests/Core/Sources/Extensions/UriTest.cs index f7ff4d3a..f34089e3 100644 --- a/Tests/Core/Sources/Extensions/UriTest.cs +++ b/Tests/Core/Sources/Extensions/UriTest.cs @@ -158,7 +158,7 @@ public void With_Null() [Test] public void With_Assembly() { - var dest = $"{Create()}?ver=8.6.1"; + var dest = $"{Create()}?ver=9.0.0"; var src = Create().With(GetType().Assembly); Assert.That(src.ToString(), Is.EqualTo(dest)); @@ -177,7 +177,7 @@ public void With_Assembly() public void With_SoftwareVersion() { var asm = GetType().Assembly; - var dest = $"{Create()}?ver=8.6.1-beta"; + var dest = $"{Create()}?ver=9.0.0-beta"; var src = Create().With(new SoftwareVersion(asm) { Suffix = "-beta" }); Assert.That(src.ToString(), Is.EqualTo(dest)); diff --git a/Tests/FileSystem/Cube.FileSystem.Tests.csproj b/Tests/FileSystem/Cube.FileSystem.Tests.csproj index 482d2071..b7b01767 100644 --- a/Tests/FileSystem/Cube.FileSystem.Tests.csproj +++ b/Tests/FileSystem/Cube.FileSystem.Tests.csproj @@ -1,6 +1,6 @@  - 8.6.1 + 9.0.0 clown;cube-soft CubeSoft Copyright © 2010 CubeSoft, Inc. diff --git a/Tests/Xui/Cube.Xui.Tests.csproj b/Tests/Xui/Cube.Xui.Tests.csproj index 5e2e8459..db8f6439 100644 --- a/Tests/Xui/Cube.Xui.Tests.csproj +++ b/Tests/Xui/Cube.Xui.Tests.csproj @@ -1,6 +1,6 @@  - 8.6.1 + 9.0.0 clown;cube-soft CubeSoft Copyright © 2010 CubeSoft, Inc.