Skip to content

Commit f89ce4f

Browse files
committed
REPORTGEN-367 : update to version 1.6.2
1 parent f9404fa commit f89ce4f

File tree

15 files changed

+29
-28
lines changed

15 files changed

+29
-28
lines changed

Cast.Util/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
// You can specify all the values or you can default the Build and Revision Numbers
4747
// by using the '*' as shown below:
4848
// [assembly: AssemblyVersion("1.0.*")]
49-
[assembly: AssemblyVersion("1.6.1.0")]
50-
[assembly: AssemblyFileVersion("1.6.1.0")]
49+
[assembly: AssemblyVersion("1.6.2.0")]
50+
[assembly: AssemblyFileVersion("1.6.2.0")]
5151

5252

5353
[assembly: log4net.Config.XmlConfigurator(Watch = true)]

CastReporting.BLL.Computing/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@
4646
// You can specify all the values or you can default the Build and Revision Numbers
4747
// by using the '*' as shown below:
4848
// [assembly: AssemblyVersion("1.0.*")]
49-
[assembly: AssemblyVersion("1.6.1.0")]
50-
[assembly: AssemblyFileVersion("1.6.1.0")]
49+
[assembly: AssemblyVersion("1.6.2.0")]
50+
[assembly: AssemblyFileVersion("1.6.2.0")]

CastReporting.BLL/BO/CastDomainBLL.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
*
1515
*/
1616

17-
using System;
1817
using System.Collections.Generic;
1918
using System.Diagnostics.CodeAnalysis;
2019
using System.Linq;

CastReporting.BLL/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@
4646
// You can specify all the values or you can default the Build and Revision Numbers
4747
// by using the '*' as shown below:
4848
// [assembly: AssemblyVersion("1.0.*")]
49-
[assembly: AssemblyVersion("1.6.1.0")]
50-
[assembly: AssemblyFileVersion("1.6.1.0")]
49+
[assembly: AssemblyVersion("1.6.2.0")]
50+
[assembly: AssemblyFileVersion("1.6.2.0")]

CastReporting.Console/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("1.6.1.0")]
35-
[assembly: AssemblyFileVersion("1.6.1.0")]
34+
[assembly: AssemblyVersion("1.6.2.0")]
35+
[assembly: AssemblyFileVersion("1.6.2.0")]

CastReporting.DAL/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@
4646
// You can specify all the values or you can default the Build and Revision Numbers
4747
// by using the '*' as shown below:
4848
// [assembly: AssemblyVersion("1.0.*")]
49-
[assembly: AssemblyVersion("1.6.1.0")]
50-
[assembly: AssemblyFileVersion("1.6.1.0")]
49+
[assembly: AssemblyVersion("1.6.2.0")]
50+
[assembly: AssemblyFileVersion("1.6.2.0")]

CastReporting.Domain/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@
4646
// You can specify all the values or you can default the Build and Revision Numbers
4747
// by using the '*' as shown below:
4848
// [assembly: AssemblyVersion("1.0.*")]
49-
[assembly: AssemblyVersion("1.6.1.0")]
50-
[assembly: AssemblyFileVersion("1.6.1.0")]
49+
[assembly: AssemblyVersion("1.6.2.0")]
50+
[assembly: AssemblyFileVersion("1.6.2.0")]

CastReporting.Mediation.Interfaces/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("1.6.1.0")]
35-
[assembly: AssemblyFileVersion("1.6.1.0")]
34+
[assembly: AssemblyVersion("1.6.2.0")]
35+
[assembly: AssemblyFileVersion("1.6.2.0")]

CastReporting.Mediation/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@
4646
// You can specify all the values or you can default the Build and Revision Numbers
4747
// by using the '*' as shown below:
4848
// [assembly: AssemblyVersion("1.0.*")]
49-
[assembly: AssemblyVersion("1.6.1.0")]
50-
[assembly: AssemblyFileVersion("1.6.1.0")]
49+
[assembly: AssemblyVersion("1.6.2.0")]
50+
[assembly: AssemblyFileVersion("1.6.2.0")]

CastReporting.Reporting/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@
4646
// You can specify all the values or you can default the Build and Revision Numbers
4747
// by using the '*' as shown below:
4848
// [assembly: AssemblyVersion("1.0.*")]
49-
[assembly: AssemblyVersion("1.6.1.0")]
50-
[assembly: AssemblyFileVersion("1.6.1.0")]
49+
[assembly: AssemblyVersion("1.6.2.0")]
50+
[assembly: AssemblyFileVersion("1.6.2.0")]

0 commit comments

Comments
 (0)