diff --git a/CMS-SC-Data/DS_Applicazione.Designer.cs b/CMS-SC-Data/DS_Applicazione.Designer.cs index 9a4f3f2..85a8811 100644 --- a/CMS-SC-Data/DS_Applicazione.Designer.cs +++ b/CMS-SC-Data/DS_Applicazione.Designer.cs @@ -3934,7 +3934,7 @@ namespace CMS_SC_Data { this.columnCodScheda.MaxLength = 50; this.columnVers.AllowDBNull = false; this.columnNumScheda.AllowDBNull = false; - this.columnDescrizione.MaxLength = 10; + this.columnDescrizione.MaxLength = 250; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -10296,7 +10296,7 @@ SELECT IdxDossier, CodScheda, Vers, NumScheda, Descrizione FROM SchemaCollMacc W [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitCommandCollection() { - this._commandCollection = new global::System.Data.SqlClient.SqlCommand[2]; + this._commandCollection = new global::System.Data.SqlClient.SqlCommand[5]; this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand(); this._commandCollection[0].Connection = this.Connection; this._commandCollection[0].CommandText = "SELECT IdxDossier, CodScheda, Vers, NumScheda, Descrizione FROM dbo.SchemaCollMac" + @@ -10304,10 +10304,33 @@ SELECT IdxDossier, CodScheda, Vers, NumScheda, Descrizione FROM SchemaCollMacc W this._commandCollection[0].CommandType = global::System.Data.CommandType.Text; this._commandCollection[1] = new global::System.Data.SqlClient.SqlCommand(); this._commandCollection[1].Connection = this.Connection; - this._commandCollection[1].CommandText = "dbo.stp_SCM_getByDossier"; + this._commandCollection[1].CommandText = "dbo.stp_SCM_deleteQuery"; this._commandCollection[1].CommandType = global::System.Data.CommandType.StoredProcedure; this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RETURN_VALUE", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.ReturnValue, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IdxDossier", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_IdxDossier", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_CodScheda", global::System.Data.SqlDbType.NVarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Vers", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_NumScheda", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._commandCollection[2] = new global::System.Data.SqlClient.SqlCommand(); + this._commandCollection[2].Connection = this.Connection; + this._commandCollection[2].CommandText = "dbo.stp_SCM_getByDossier"; + this._commandCollection[2].CommandType = global::System.Data.CommandType.StoredProcedure; + this._commandCollection[2].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RETURN_VALUE", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.ReturnValue, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._commandCollection[2].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IdxDossier", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._commandCollection[3] = new global::System.Data.SqlClient.SqlCommand(); + this._commandCollection[3].Connection = this.Connection; + this._commandCollection[3].CommandText = "dbo.stp_SCM_insByCodSchedaVers"; + this._commandCollection[3].CommandType = global::System.Data.CommandType.StoredProcedure; + this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RETURN_VALUE", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.ReturnValue, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IdxDossier", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CodSchedaVers", global::System.Data.SqlDbType.NVarChar, 100, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._commandCollection[4] = new global::System.Data.SqlClient.SqlCommand(); + this._commandCollection[4].Connection = this.Connection; + this._commandCollection[4].CommandText = "dbo.stp_SCM_insByFamMac"; + this._commandCollection[4].CommandType = global::System.Data.CommandType.StoredProcedure; + this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RETURN_VALUE", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.ReturnValue, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IdxDossier", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CodFam", global::System.Data.SqlDbType.NVarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", "")); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -10339,7 +10362,7 @@ SELECT IdxDossier, CodScheda, Vers, NumScheda, Descrizione FROM SchemaCollMacc W [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, false)] public virtual DS_Applicazione.SchemaCollMaccDataTable getByDossier(global::System.Nullable IdxDossier) { - this.Adapter.SelectCommand = this.CommandCollection[1]; + this.Adapter.SelectCommand = this.CommandCollection[2]; if ((IdxDossier.HasValue == true)) { this.Adapter.SelectCommand.Parameters[1].Value = ((int)(IdxDossier.Value)); } @@ -10514,6 +10537,120 @@ SELECT IdxDossier, CodScheda, Vers, NumScheda, Descrizione FROM SchemaCollMacc W public virtual int Update(string Descrizione, int Original_IdxDossier, string Original_CodScheda, int Original_Vers, int Original_NumScheda, string Original_Descrizione) { return this.Update(Original_IdxDossier, Original_CodScheda, Original_Vers, Original_NumScheda, Descrizione, Original_IdxDossier, Original_CodScheda, Original_Vers, Original_NumScheda, Original_Descrizione); } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] + public virtual int deleteQuery(global::System.Nullable Original_IdxDossier, string Original_CodScheda, global::System.Nullable Original_Vers, global::System.Nullable Original_NumScheda) { + global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[1]; + if ((Original_IdxDossier.HasValue == true)) { + command.Parameters[1].Value = ((int)(Original_IdxDossier.Value)); + } + else { + command.Parameters[1].Value = global::System.DBNull.Value; + } + if ((Original_CodScheda == null)) { + command.Parameters[2].Value = global::System.DBNull.Value; + } + else { + command.Parameters[2].Value = ((string)(Original_CodScheda)); + } + if ((Original_Vers.HasValue == true)) { + command.Parameters[3].Value = ((int)(Original_Vers.Value)); + } + else { + command.Parameters[3].Value = global::System.DBNull.Value; + } + if ((Original_NumScheda.HasValue == true)) { + command.Parameters[4].Value = ((int)(Original_NumScheda.Value)); + } + else { + command.Parameters[4].Value = global::System.DBNull.Value; + } + global::System.Data.ConnectionState previousConnectionState = command.Connection.State; + if (((command.Connection.State & global::System.Data.ConnectionState.Open) + != global::System.Data.ConnectionState.Open)) { + command.Connection.Open(); + } + int returnValue; + try { + returnValue = command.ExecuteNonQuery(); + } + finally { + if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) { + command.Connection.Close(); + } + } + return returnValue; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] + public virtual int insByCodSchedaVers(global::System.Nullable IdxDossier, string CodSchedaVers) { + global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[3]; + if ((IdxDossier.HasValue == true)) { + command.Parameters[1].Value = ((int)(IdxDossier.Value)); + } + else { + command.Parameters[1].Value = global::System.DBNull.Value; + } + if ((CodSchedaVers == null)) { + command.Parameters[2].Value = global::System.DBNull.Value; + } + else { + command.Parameters[2].Value = ((string)(CodSchedaVers)); + } + global::System.Data.ConnectionState previousConnectionState = command.Connection.State; + if (((command.Connection.State & global::System.Data.ConnectionState.Open) + != global::System.Data.ConnectionState.Open)) { + command.Connection.Open(); + } + int returnValue; + try { + returnValue = command.ExecuteNonQuery(); + } + finally { + if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) { + command.Connection.Close(); + } + } + return returnValue; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] + public virtual int insByFamMac(global::System.Nullable IdxDossier, string CodFam) { + global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[4]; + if ((IdxDossier.HasValue == true)) { + command.Parameters[1].Value = ((int)(IdxDossier.Value)); + } + else { + command.Parameters[1].Value = global::System.DBNull.Value; + } + if ((CodFam == null)) { + command.Parameters[2].Value = global::System.DBNull.Value; + } + else { + command.Parameters[2].Value = ((string)(CodFam)); + } + global::System.Data.ConnectionState previousConnectionState = command.Connection.State; + if (((command.Connection.State & global::System.Data.ConnectionState.Open) + != global::System.Data.ConnectionState.Open)) { + command.Connection.Open(); + } + int returnValue; + try { + returnValue = command.ExecuteNonQuery(); + } + finally { + if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) { + command.Connection.Close(); + } + } + return returnValue; + } } /// diff --git a/CMS-SC-Data/DS_Applicazione.xsd b/CMS-SC-Data/DS_Applicazione.xsd index 5eaa549..7d7bbbc 100644 --- a/CMS-SC-Data/DS_Applicazione.xsd +++ b/CMS-SC-Data/DS_Applicazione.xsd @@ -956,6 +956,20 @@ SELECT IdxDossier, CodScheda, Vers, NumScheda, Descrizione FROM SchemaCollMacc W + + + + dbo.stp_SCM_deleteQuery + + + + + + + + + + @@ -967,6 +981,30 @@ SELECT IdxDossier, CodScheda, Vers, NumScheda, Descrizione FROM SchemaCollMacc W + + + + dbo.stp_SCM_insByCodSchedaVers + + + + + + + + + + + + dbo.stp_SCM_insByFamMac + + + + + + + + @@ -1305,7 +1343,7 @@ SELECT IdxDossier, CodScheda, Vers, NumScheda, Descrizione FROM SchemaCollMacc W - + diff --git a/CMS-SC-Data/DS_Applicazione.xss b/CMS-SC-Data/DS_Applicazione.xss index 2bb5658..f6be3e6 100644 --- a/CMS-SC-Data/DS_Applicazione.xss +++ b/CMS-SC-Data/DS_Applicazione.xss @@ -8,14 +8,14 @@ - + - - + + @@ -102,39 +102,39 @@ - + - 834 - 464 + 851 + 497 - 834 + 851 536 - + 359 - 356 + 332 - 727 - 356 + 744 + 332 - + 1068 - 306 + 282 - 969 - 306 + 977 + 282 diff --git a/CMS-SC-Data/DtProxy.cs b/CMS-SC-Data/DtProxy.cs index a5efa7d..c4dcbb0 100644 --- a/CMS-SC-Data/DtProxy.cs +++ b/CMS-SC-Data/DtProxy.cs @@ -30,6 +30,7 @@ namespace CMS_SC_Data taEFM = new DS_ApplicazioneTableAdapters.ElencoFamMaccTableAdapter(); taEM = new DS_ApplicazioneTableAdapters.ElencoMacchineCNTableAdapter(); taSCFM = new DS_ApplicazioneTableAdapters.SchemaCollFamMaccTableAdapter(); + taSCM = new DS_ApplicazioneTableAdapters.SchemaCollMaccTableAdapter(); taVV = new DS_ApplicazioneTableAdapters.ValidValTableAdapter(); taVSMacc = new DS_UtilityTableAdapters.v_selMacchineTableAdapter(); } @@ -48,6 +49,7 @@ namespace CMS_SC_Data taEFM.Connection.ConnectionString = connStr; taEM.Connection.ConnectionString = connStr; taSCFM.Connection.ConnectionString = connStr; + taSCM.Connection.ConnectionString = connStr; taVV.Connection.ConnectionString = connStr; taVSMacc.Connection.ConnectionString = connStr; } @@ -63,6 +65,7 @@ namespace CMS_SC_Data public DS_ApplicazioneTableAdapters.ElencoFamMaccTableAdapter taEFM; public DS_ApplicazioneTableAdapters.ElencoMacchineCNTableAdapter taEM; public DS_ApplicazioneTableAdapters.SchemaCollFamMaccTableAdapter taSCFM; + public DS_ApplicazioneTableAdapters.SchemaCollMaccTableAdapter taSCM; public DS_ApplicazioneTableAdapters.ValidValTableAdapter taVV; public DS_UtilityTableAdapters.v_selMacchineTableAdapter taVSMacc; diff --git a/CMS-SC-Data/bin/Debug/CMS-SC-Data.dll b/CMS-SC-Data/bin/Debug/CMS-SC-Data.dll index 6ef9982..e686cb4 100644 Binary files a/CMS-SC-Data/bin/Debug/CMS-SC-Data.dll and b/CMS-SC-Data/bin/Debug/CMS-SC-Data.dll differ diff --git a/CMS-SC-Data/bin/Debug/SteamWare.dll b/CMS-SC-Data/bin/Debug/SteamWare.dll index 03c2b8f..9ff8be8 100644 Binary files a/CMS-SC-Data/bin/Debug/SteamWare.dll and b/CMS-SC-Data/bin/Debug/SteamWare.dll differ diff --git a/CMS-SC-Data/obj/Debug/CMS-SC-Data.dll b/CMS-SC-Data/obj/Debug/CMS-SC-Data.dll index 6ef9982..e686cb4 100644 Binary files a/CMS-SC-Data/obj/Debug/CMS-SC-Data.dll and b/CMS-SC-Data/obj/Debug/CMS-SC-Data.dll differ diff --git a/CMS-SC-Data/obj/Debug/TempPE/DS_Applicazione.Designer.cs.dll b/CMS-SC-Data/obj/Debug/TempPE/DS_Applicazione.Designer.cs.dll index e74cf26..11d9afc 100644 Binary files a/CMS-SC-Data/obj/Debug/TempPE/DS_Applicazione.Designer.cs.dll and b/CMS-SC-Data/obj/Debug/TempPE/DS_Applicazione.Designer.cs.dll differ diff --git a/CMS_SC/CMS_SC.cs b/CMS_SC/CMS_SC.cs deleted file mode 100644 index 250b111..0000000 --- a/CMS_SC/CMS_SC.cs +++ /dev/null @@ -1,11 +0,0 @@ -// -// This code was generated by a tool. Any changes made manually will be lost -// the next time this code is regenerated. -// - -using System.Reflection; - -[assembly: AssemblyVersion("1.1.011.332")] -[assembly: AssemblyFileVersion("1.1.011.332")] -[assembly: AssemblyCopyright("Steamware © 2009-2015")] -[assembly: AssemblyCompany("Steamware")] diff --git a/CMS_SC/CMS_SC.csproj b/CMS_SC/CMS_SC.csproj index 51c1a1f..2fbcbc5 100644 --- a/CMS_SC/CMS_SC.csproj +++ b/CMS_SC/CMS_SC.csproj @@ -402,6 +402,9 @@ + + CMS_SC.cs + AnagFamMacchine.aspx ASPXCodeBehind @@ -446,7 +449,6 @@ Bootstrap.Master - Default.aspx ASPXCodeBehind diff --git a/CMS_SC/ElencoSchede.aspx b/CMS_SC/ElencoSchede.aspx index c635bcf..7c5e022 100644 --- a/CMS_SC/ElencoSchede.aspx +++ b/CMS_SC/ElencoSchede.aspx @@ -23,10 +23,12 @@
+
+
diff --git a/CMS_SC/ElencoSchede.aspx.cs b/CMS_SC/ElencoSchede.aspx.cs index 7c7419d..7dd38cd 100644 --- a/CMS_SC/ElencoSchede.aspx.cs +++ b/CMS_SC/ElencoSchede.aspx.cs @@ -1,4 +1,5 @@ -using SteamWare; +using CMS_SC_Data; +using SteamWare; using System; using System.Collections.Generic; using System.Linq; @@ -17,14 +18,29 @@ namespace CMS_SC ((Bootstrap)this.Master).showSearch = true; mod_righePag.numRowPag = 20; mod_elencoDossiers.pageSize = mod_righePag.numRowPag; + btnAddFromFam.DataBind(); + btnAddFromScheda.DataBind(); + fixBtnVisibility(); } mod_righePag.eh_newNum += mod_righePag_eh_newNum; mod_elencoDossiers.eh_selezioneValore += mod_elencoDossiers_eh_selezioneValore; } + /// + /// mostra i buttons SE c'è un dossier selezionato + /// + private void fixBtnVisibility() + { + bool addVisib = mod_elencoDossiers.idxDossier != 0; + ddlSelFamMacc.Visible = addVisib; + ddlSelScheda.Visible = addVisib; + btnAddFromFam.Visible = addVisib; + btnAddFromScheda.Visible = addVisib; + } void mod_elencoDossiers_eh_selezioneValore(object sender, EventArgs e) { mod_elencoSchedeDossier.idxDossier = mod_elencoDossiers.idxDossier.ToString(); + fixBtnVisibility(); } /// /// url base area services @@ -47,6 +63,26 @@ namespace CMS_SC { mod_elencoDossiers.pageSize = mod_righePag.numRowPag; } + /// + /// aggiungo da fam macc selezionata + /// + /// + /// + protected void btnAddFromFam_Click(object sender, EventArgs e) + { + DtProxy.man.taSCM.insByFamMac(mod_elencoDossiers.idxDossier, ddlSelFamMacc.SelectedValue); + mod_elencoSchedeDossier.doUpdate(); + } + /// + /// aggiungo scheda selezionata + /// + /// + /// + protected void btnAddFromScheda_Click(object sender, EventArgs e) + { + DtProxy.man.taSCM.insByCodSchedaVers(mod_elencoDossiers.idxDossier, ddlSelScheda.SelectedValue); + mod_elencoSchedeDossier.doUpdate(); + } } } \ No newline at end of file diff --git a/CMS_SC/ElencoSchede.aspx.designer.cs b/CMS_SC/ElencoSchede.aspx.designer.cs index b682511..5d44c3c 100644 --- a/CMS_SC/ElencoSchede.aspx.designer.cs +++ b/CMS_SC/ElencoSchede.aspx.designer.cs @@ -48,6 +48,15 @@ namespace CMS_SC { /// protected global::System.Web.UI.WebControls.ObjectDataSource odsFamMacc; + /// + /// btnAddFromFam control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Button btnAddFromFam; + /// /// ddlSelScheda control. /// @@ -66,6 +75,15 @@ namespace CMS_SC { /// protected global::System.Web.UI.WebControls.ObjectDataSource odsScheda; + /// + /// btnAddFromScheda control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Button btnAddFromScheda; + /// /// mod_elencoSchedeDossier control. /// diff --git a/CMS_SC/WebUserControls/mod_elencoDossiers.ascx b/CMS_SC/WebUserControls/mod_elencoDossiers.ascx index c3e200b..2e8382f 100644 --- a/CMS_SC/WebUserControls/mod_elencoDossiers.ascx +++ b/CMS_SC/WebUserControls/mod_elencoDossiers.ascx @@ -34,7 +34,7 @@ - + diff --git a/CMS_SC/WebUserControls/mod_elencoSchedeDossier.ascx b/CMS_SC/WebUserControls/mod_elencoSchedeDossier.ascx index 0762766..0a6606e 100644 --- a/CMS_SC/WebUserControls/mod_elencoSchedeDossier.ascx +++ b/CMS_SC/WebUserControls/mod_elencoSchedeDossier.ascx @@ -4,40 +4,31 @@ - + <%----%> - + + + + + + + + - + - - - - - - - - - - - - - - - - diff --git a/CMS_SC/WebUserControls/mod_elencoSchedeDossier.ascx.cs b/CMS_SC/WebUserControls/mod_elencoSchedeDossier.ascx.cs index 739441c..06c6578 100644 --- a/CMS_SC/WebUserControls/mod_elencoSchedeDossier.ascx.cs +++ b/CMS_SC/WebUserControls/mod_elencoSchedeDossier.ascx.cs @@ -59,6 +59,10 @@ namespace CMS_SC.WebUserControls grView.DataBind(); } } + public void doUpdate() + { + grView.DataBind(); + } /// /// selezione scheda... /// diff --git a/CMS_SC/bin/CMS-SC-Data.dll b/CMS_SC/bin/CMS-SC-Data.dll index 6ef9982..e686cb4 100644 Binary files a/CMS_SC/bin/CMS-SC-Data.dll and b/CMS_SC/bin/CMS-SC-Data.dll differ diff --git a/CMS_SC/bin/CMS_SC.dll b/CMS_SC/bin/CMS_SC.dll index ba853f6..bcf732b 100644 Binary files a/CMS_SC/bin/CMS_SC.dll and b/CMS_SC/bin/CMS_SC.dll differ diff --git a/CMS_SC/bin/SteamWare.dll b/CMS_SC/bin/SteamWare.dll index 03c2b8f..9ff8be8 100644 Binary files a/CMS_SC/bin/SteamWare.dll and b/CMS_SC/bin/SteamWare.dll differ diff --git a/VersGen/CMS_SC.cs b/VersGen/CMS_SC.cs index b765ac2..91914e5 100644 --- a/VersGen/CMS_SC.cs +++ b/VersGen/CMS_SC.cs @@ -5,7 +5,7 @@ using System.Reflection; -[assembly: AssemblyVersion("1.4.035.336")] -[assembly: AssemblyFileVersion("1.4.035.336")] +[assembly: AssemblyVersion("1.5.037.336")] +[assembly: AssemblyFileVersion("1.5.037.336")] [assembly: AssemblyCopyright("Steamware © 2009-2015")] [assembly: AssemblyCompany("Steamware")] diff --git a/VersGen/CMS_SC.tt b/VersGen/CMS_SC.tt index 090775b..c856487 100644 --- a/VersGen/CMS_SC.tt +++ b/VersGen/CMS_SC.tt @@ -6,8 +6,8 @@ using System.Reflection; -[assembly: AssemblyVersion("1.4.035.<#= this.RevisionNumber #>")] -[assembly: AssemblyFileVersion("1.4.035.<#= this.RevisionNumber #>")] +[assembly: AssemblyVersion("1.5.037.<#= this.RevisionNumber #>")] +[assembly: AssemblyFileVersion("1.5.037.<#= this.RevisionNumber #>")] [assembly: AssemblyCopyright("Steamware © 2009-<#= DateTime.Now.Year #>")] [assembly: AssemblyCompany("Steamware")] <#+ diff --git a/VersGen/bin/Debug/VersGen.dll b/VersGen/bin/Debug/VersGen.dll index c9764b3..b4d696a 100644 Binary files a/VersGen/bin/Debug/VersGen.dll and b/VersGen/bin/Debug/VersGen.dll differ