Skip to content

Commit e2c07f0

Browse files
committed
v2.5 release
1 parent 7603cac commit e2c07f0

9 files changed

Lines changed: 18 additions & 20 deletions

File tree

Disco.BI/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("2.4.24270.0000")]
35-
[assembly: AssemblyFileVersion("2.4.24270.0000")]
34+
[assembly: AssemblyVersion("2.5.25262.0000")]
35+
[assembly: AssemblyFileVersion("2.5.25262.0000")]

Disco.Client/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("2.4.24270.0000")]
35-
[assembly: AssemblyFileVersion("2.4.24270.0000")]
34+
[assembly: AssemblyVersion("2.5.25262.0000")]
35+
[assembly: AssemblyFileVersion("2.5.25262.0000")]

Disco.ClientBootstrapper/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("2.4.24270.0000")]
35-
[assembly: AssemblyFileVersion("2.4.24270.0000")]
34+
[assembly: AssemblyVersion("2.5.25262.0000")]
35+
[assembly: AssemblyFileVersion("2.5.25262.0000")]

Disco.Data/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("2.4.24270.0000")]
35-
[assembly: AssemblyFileVersion("2.4.24270.0000")]
34+
[assembly: AssemblyVersion("2.5.25262.0000")]
35+
[assembly: AssemblyFileVersion("2.5.25262.0000")]

Disco.Models/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("2.4.24270.0000")]
35-
[assembly: AssemblyFileVersion("2.4.24270.0000")]
34+
[assembly: AssemblyVersion("2.5.25262.0000")]
35+
[assembly: AssemblyFileVersion("2.5.25262.0000")]

Disco.Services.Plugins.ManifestGenerator/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using System.Reflection;
2-
using System.Runtime.CompilerServices;
32
using System.Runtime.InteropServices;
43

54
// General Information about an assembly is controlled through the following
@@ -32,5 +31,5 @@
3231
// You can specify all the values or you can default the Build and Revision Numbers
3332
// by using the '*' as shown below:
3433
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("2.4.24270.0000")]
36-
[assembly: AssemblyFileVersion("2.4.24270.0000")]
34+
[assembly: AssemblyVersion("2.5.25262.0000")]
35+
[assembly: AssemblyFileVersion("2.5.25262.0000")]

Disco.Services/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("2.4.24270.0000")]
35-
[assembly: AssemblyFileVersion("2.4.24270.0000")]
34+
[assembly: AssemblyVersion("2.5.25262.0000")]
35+
[assembly: AssemblyFileVersion("2.5.25262.0000")]

Disco.Web.Extensions/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using System.Reflection;
2-
using System.Runtime.CompilerServices;
32
using System.Runtime.InteropServices;
43

54
// General Information about an assembly is controlled through the following
@@ -32,5 +31,5 @@
3231
// You can specify all the values or you can default the Build and Revision Numbers
3332
// by using the '*' as shown below:
3433
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("2.4.24270.0000")]
36-
[assembly: AssemblyFileVersion("2.4.24270.0000")]
34+
[assembly: AssemblyVersion("2.5.25262.0000")]
35+
[assembly: AssemblyFileVersion("2.5.25262.0000")]

Disco.Web/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
//
3131
// You can specify all the values or you can default the Revision and Build Numbers
3232
// by using the '*' as shown below:
33-
[assembly: AssemblyVersion("2.4.24270.0000")]
34-
[assembly: AssemblyFileVersion("2.4.24270.0000")]
33+
[assembly: AssemblyVersion("2.5.25262.0000")]
34+
[assembly: AssemblyFileVersion("2.5.25262.0000")]

0 commit comments

Comments
 (0)