From e2c07f019cdc72995fd5309022ef0bfcd25227c8 Mon Sep 17 00:00:00 2001 From: Gary Sharp Date: Sun, 28 Sep 2025 11:24:29 +1000 Subject: [PATCH] v2.5 release --- Disco.BI/Properties/AssemblyInfo.cs | 4 ++-- Disco.Client/Properties/AssemblyInfo.cs | 4 ++-- Disco.ClientBootstrapper/Properties/AssemblyInfo.cs | 4 ++-- Disco.Data/Properties/AssemblyInfo.cs | 4 ++-- Disco.Models/Properties/AssemblyInfo.cs | 4 ++-- .../Properties/AssemblyInfo.cs | 5 ++--- Disco.Services/Properties/AssemblyInfo.cs | 4 ++-- Disco.Web.Extensions/Properties/AssemblyInfo.cs | 5 ++--- Disco.Web/Properties/AssemblyInfo.cs | 4 ++-- 9 files changed, 18 insertions(+), 20 deletions(-) diff --git a/Disco.BI/Properties/AssemblyInfo.cs b/Disco.BI/Properties/AssemblyInfo.cs index 22686b1d..29c28b4f 100644 --- a/Disco.BI/Properties/AssemblyInfo.cs +++ b/Disco.BI/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.4.24270.0000")] -[assembly: AssemblyFileVersion("2.4.24270.0000")] \ No newline at end of file +[assembly: AssemblyVersion("2.5.25262.0000")] +[assembly: AssemblyFileVersion("2.5.25262.0000")] \ No newline at end of file diff --git a/Disco.Client/Properties/AssemblyInfo.cs b/Disco.Client/Properties/AssemblyInfo.cs index 3483769e..85d4cd0d 100644 --- a/Disco.Client/Properties/AssemblyInfo.cs +++ b/Disco.Client/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.4.24270.0000")] -[assembly: AssemblyFileVersion("2.4.24270.0000")] \ No newline at end of file +[assembly: AssemblyVersion("2.5.25262.0000")] +[assembly: AssemblyFileVersion("2.5.25262.0000")] \ No newline at end of file diff --git a/Disco.ClientBootstrapper/Properties/AssemblyInfo.cs b/Disco.ClientBootstrapper/Properties/AssemblyInfo.cs index 5f497eba..7f660879 100644 --- a/Disco.ClientBootstrapper/Properties/AssemblyInfo.cs +++ b/Disco.ClientBootstrapper/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.4.24270.0000")] -[assembly: AssemblyFileVersion("2.4.24270.0000")] \ No newline at end of file +[assembly: AssemblyVersion("2.5.25262.0000")] +[assembly: AssemblyFileVersion("2.5.25262.0000")] \ No newline at end of file diff --git a/Disco.Data/Properties/AssemblyInfo.cs b/Disco.Data/Properties/AssemblyInfo.cs index 3402993c..7127c1b4 100644 --- a/Disco.Data/Properties/AssemblyInfo.cs +++ b/Disco.Data/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.4.24270.0000")] -[assembly: AssemblyFileVersion("2.4.24270.0000")] \ No newline at end of file +[assembly: AssemblyVersion("2.5.25262.0000")] +[assembly: AssemblyFileVersion("2.5.25262.0000")] \ No newline at end of file diff --git a/Disco.Models/Properties/AssemblyInfo.cs b/Disco.Models/Properties/AssemblyInfo.cs index 2664b1b8..5470d8e2 100644 --- a/Disco.Models/Properties/AssemblyInfo.cs +++ b/Disco.Models/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.4.24270.0000")] -[assembly: AssemblyFileVersion("2.4.24270.0000")] \ No newline at end of file +[assembly: AssemblyVersion("2.5.25262.0000")] +[assembly: AssemblyFileVersion("2.5.25262.0000")] \ No newline at end of file diff --git a/Disco.Services.Plugins.ManifestGenerator/Properties/AssemblyInfo.cs b/Disco.Services.Plugins.ManifestGenerator/Properties/AssemblyInfo.cs index d3f13de6..d138a74c 100644 --- a/Disco.Services.Plugins.ManifestGenerator/Properties/AssemblyInfo.cs +++ b/Disco.Services.Plugins.ManifestGenerator/Properties/AssemblyInfo.cs @@ -1,5 +1,4 @@ using System.Reflection; -using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following @@ -32,5 +31,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.4.24270.0000")] -[assembly: AssemblyFileVersion("2.4.24270.0000")] +[assembly: AssemblyVersion("2.5.25262.0000")] +[assembly: AssemblyFileVersion("2.5.25262.0000")] diff --git a/Disco.Services/Properties/AssemblyInfo.cs b/Disco.Services/Properties/AssemblyInfo.cs index 736f540b..9c98ea2b 100644 --- a/Disco.Services/Properties/AssemblyInfo.cs +++ b/Disco.Services/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.4.24270.0000")] -[assembly: AssemblyFileVersion("2.4.24270.0000")] \ No newline at end of file +[assembly: AssemblyVersion("2.5.25262.0000")] +[assembly: AssemblyFileVersion("2.5.25262.0000")] \ No newline at end of file diff --git a/Disco.Web.Extensions/Properties/AssemblyInfo.cs b/Disco.Web.Extensions/Properties/AssemblyInfo.cs index 276ebdf1..eb2e379c 100644 --- a/Disco.Web.Extensions/Properties/AssemblyInfo.cs +++ b/Disco.Web.Extensions/Properties/AssemblyInfo.cs @@ -1,5 +1,4 @@ using System.Reflection; -using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following @@ -32,5 +31,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.4.24270.0000")] -[assembly: AssemblyFileVersion("2.4.24270.0000")] \ No newline at end of file +[assembly: AssemblyVersion("2.5.25262.0000")] +[assembly: AssemblyFileVersion("2.5.25262.0000")] \ No newline at end of file diff --git a/Disco.Web/Properties/AssemblyInfo.cs b/Disco.Web/Properties/AssemblyInfo.cs index a11c9266..aeb86d11 100644 --- a/Disco.Web/Properties/AssemblyInfo.cs +++ b/Disco.Web/Properties/AssemblyInfo.cs @@ -30,5 +30,5 @@ using System.Runtime.InteropServices; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("2.4.24270.0000")] -[assembly: AssemblyFileVersion("2.4.24270.0000")] \ No newline at end of file +[assembly: AssemblyVersion("2.5.25262.0000")] +[assembly: AssemblyFileVersion("2.5.25262.0000")] \ No newline at end of file