diff --git a/Disco.BI/Properties/AssemblyInfo.cs b/Disco.BI/Properties/AssemblyInfo.cs index c8f64a16..f5130456 100644 --- a/Disco.BI/Properties/AssemblyInfo.cs +++ b/Disco.BI/Properties/AssemblyInfo.cs @@ -32,5 +32,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("1.2.0521.1121")] -[assembly: AssemblyFileVersion("1.2.0521.1121")] \ No newline at end of file +[assembly: AssemblyVersion("1.2.0521.1703")] +[assembly: AssemblyFileVersion("1.2.0521.1703")] \ No newline at end of file diff --git a/Disco.Data/Properties/AssemblyInfo.cs b/Disco.Data/Properties/AssemblyInfo.cs index 348301c6..97160a4c 100644 --- a/Disco.Data/Properties/AssemblyInfo.cs +++ b/Disco.Data/Properties/AssemblyInfo.cs @@ -32,5 +32,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("1.2.0521.1121")] -[assembly: AssemblyFileVersion("1.2.0521.1121")] \ No newline at end of file +[assembly: AssemblyVersion("1.2.0521.1703")] +[assembly: AssemblyFileVersion("1.2.0521.1703")] \ No newline at end of file diff --git a/Disco.Data/Repository/DiscoDataContext.cs b/Disco.Data/Repository/DiscoDataContext.cs index 0b407358..77883599 100644 --- a/Disco.Data/Repository/DiscoDataContext.cs +++ b/Disco.Data/Repository/DiscoDataContext.cs @@ -76,10 +76,10 @@ namespace Disco.Data.Repository // Notify before changes are committed var changes = Monitor.RepositoryMonitor.BeforeSaveChanges(this); + changeCount = base.SaveChanges(); + if (changes.Length > 0) { - changeCount = base.SaveChanges(); - // Notify after changes are committed Monitor.RepositoryMonitor.AfterSaveChanges(this, changes); } diff --git a/Disco.Models/Properties/AssemblyInfo.cs b/Disco.Models/Properties/AssemblyInfo.cs index 85cbef16..3c91fdd4 100644 --- a/Disco.Models/Properties/AssemblyInfo.cs +++ b/Disco.Models/Properties/AssemblyInfo.cs @@ -32,5 +32,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("1.2.0521.1121")] -[assembly: AssemblyFileVersion("1.2.0521.1121")] \ No newline at end of file +[assembly: AssemblyVersion("1.2.0521.1703")] +[assembly: AssemblyFileVersion("1.2.0521.1703")] \ No newline at end of file diff --git a/Disco.Services/Properties/AssemblyInfo.cs b/Disco.Services/Properties/AssemblyInfo.cs index 11dba5cf..d6ca168a 100644 --- a/Disco.Services/Properties/AssemblyInfo.cs +++ b/Disco.Services/Properties/AssemblyInfo.cs @@ -32,5 +32,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("1.2.0521.1121")] -[assembly: AssemblyFileVersion("1.2.0521.1121")] \ No newline at end of file +[assembly: AssemblyVersion("1.2.0521.1703")] +[assembly: AssemblyFileVersion("1.2.0521.1703")] \ No newline at end of file diff --git a/Disco.Web.Extensions/Properties/AssemblyInfo.cs b/Disco.Web.Extensions/Properties/AssemblyInfo.cs index c94e6efc..cc99be3e 100644 --- a/Disco.Web.Extensions/Properties/AssemblyInfo.cs +++ b/Disco.Web.Extensions/Properties/AssemblyInfo.cs @@ -32,5 +32,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("1.2.0521.1121")] -[assembly: AssemblyFileVersion("1.2.0521.1121")] \ No newline at end of file +[assembly: AssemblyVersion("1.2.0521.1703")] +[assembly: AssemblyFileVersion("1.2.0521.1703")] \ No newline at end of file diff --git a/Disco.Web/Properties/AssemblyInfo.cs b/Disco.Web/Properties/AssemblyInfo.cs index efe6ba23..d16a4635 100644 --- a/Disco.Web/Properties/AssemblyInfo.cs +++ b/Disco.Web/Properties/AssemblyInfo.cs @@ -31,5 +31,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("1.2.0521.1121")] -[assembly: AssemblyFileVersion("1.2.0521.1121")] \ No newline at end of file +[assembly: AssemblyVersion("1.2.0521.1703")] +[assembly: AssemblyFileVersion("1.2.0521.1703")] \ No newline at end of file