Skip to content

Commit d9cade7

Browse files
committed
Version bump for v2.2
1 parent 67261cd commit d9cade7

10 files changed

Lines changed: 23 additions & 18 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.2.16272.1003")]
35-
[assembly: AssemblyFileVersion("2.2.16272.1003")]
34+
[assembly: AssemblyVersion("2.2.16320.1300")]
35+
[assembly: AssemblyFileVersion("2.2.16320.1300")]

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.2.16272.1003")]
35-
[assembly: AssemblyFileVersion("2.2.16272.1003")]
34+
[assembly: AssemblyVersion("2.2.16320.1300")]
35+
[assembly: AssemblyFileVersion("2.2.16320.1300")]

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.2.16272.1003")]
35-
[assembly: AssemblyFileVersion("2.2.16272.1003")]
34+
[assembly: AssemblyVersion("2.2.16320.1300")]
35+
[assembly: AssemblyFileVersion("2.2.16320.1300")]

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.2.16272.1003")]
35-
[assembly: AssemblyFileVersion("2.2.16272.1003")]
34+
[assembly: AssemblyVersion("2.2.16320.1300")]
35+
[assembly: AssemblyFileVersion("2.2.16320.1300")]

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.2.16272.1003")]
35-
[assembly: AssemblyFileVersion("2.2.16272.1003")]
34+
[assembly: AssemblyVersion("2.2.16320.1300")]
35+
[assembly: AssemblyFileVersion("2.2.16320.1300")]

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

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

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.2.16272.1003")]
35-
[assembly: AssemblyFileVersion("2.2.16272.1003")]
34+
[assembly: AssemblyVersion("2.2.16320.1300")]
35+
[assembly: AssemblyFileVersion("2.2.16320.1300")]

Disco.Web.Extensions/Properties/AssemblyInfo.cs

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

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.2.16272.1003")]
34-
[assembly: AssemblyFileVersion("2.2.16272.1003")]
33+
[assembly: AssemblyVersion("2.2.16320.1300")]
34+
[assembly: AssemblyFileVersion("2.2.16320.1300")]

Disco.sln

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,4 +129,9 @@ Global
129129
GlobalSection(SolutionProperties) = preSolution
130130
HideSolutionNode = FALSE
131131
EndGlobalSection
132+
GlobalSection(AutomaticVersions) = postSolution
133+
UpdateAssemblyVersion = False
134+
UpdateAssemblyFileVersion = False
135+
UpdateAssemblyInfoVersion = False
136+
EndGlobalSection
132137
EndGlobal

0 commit comments

Comments
 (0)