diff --git a/ISEN-Repair Inventory Manager/ISEN-Repair Inventory Manager.vbproj b/ISEN-Repair Inventory Manager/ISEN-Repair Inventory Manager.vbproj
index c186cbb..b8767e1 100644
--- a/ISEN-Repair Inventory Manager/ISEN-Repair Inventory Manager.vbproj
+++ b/ISEN-Repair Inventory Manager/ISEN-Repair Inventory Manager.vbproj
@@ -35,8 +35,8 @@
true
index.htm
false
- 6
- 0.9.5.%2a
+ 3
+ 0.10.1.3
false
true
true
diff --git a/ISEN-Repair Inventory Manager/Main.Designer.vb b/ISEN-Repair Inventory Manager/Main.Designer.vb
index c07f0b4..0b9e3af 100644
--- a/ISEN-Repair Inventory Manager/Main.Designer.vb
+++ b/ISEN-Repair Inventory Manager/Main.Designer.vb
@@ -26,6 +26,7 @@ Partial Class Main
Me.MenuStrip1 = New System.Windows.Forms.MenuStrip()
Me.AddComputerToolMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.GénérerDesIDsToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
+ Me.DBAccessToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.AboutToolMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.StatusStrip1 = New System.Windows.Forms.StatusStrip()
Me.StatusLabel = New System.Windows.Forms.ToolStripStatusLabel()
@@ -60,7 +61,6 @@ Partial Class Main
Me.OSBox = New System.Windows.Forms.TextBox()
Me.ArchBox = New System.Windows.Forms.TextBox()
Me.EditButton = New System.Windows.Forms.Button()
- Me.DBAccessToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.MenuStrip1.SuspendLayout()
Me.StatusStrip1.SuspendLayout()
Me.GroupBox1.SuspendLayout()
@@ -89,6 +89,12 @@ Partial Class Main
Me.GénérerDesIDsToolStripMenuItem.Size = New System.Drawing.Size(100, 20)
Me.GénérerDesIDsToolStripMenuItem.Text = "Générer des IDs"
'
+ 'DBAccessToolStripMenuItem
+ '
+ Me.DBAccessToolStripMenuItem.Name = "DBAccessToolStripMenuItem"
+ Me.DBAccessToolStripMenuItem.Size = New System.Drawing.Size(73, 20)
+ Me.DBAccessToolStripMenuItem.Text = "DB Access"
+ '
'AboutToolMenuItem
'
Me.AboutToolMenuItem.Name = "AboutToolMenuItem"
@@ -447,12 +453,6 @@ Partial Class Main
Me.EditButton.Text = "Editer le suivi"
Me.EditButton.UseVisualStyleBackColor = False
'
- 'DBAccessToolStripMenuItem
- '
- Me.DBAccessToolStripMenuItem.Name = "DBAccessToolStripMenuItem"
- Me.DBAccessToolStripMenuItem.Size = New System.Drawing.Size(73, 20)
- Me.DBAccessToolStripMenuItem.Text = "DB Access"
- '
'Main
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
diff --git a/ISEN-Repair Inventory Manager/My Project/AssemblyInfo.vb b/ISEN-Repair Inventory Manager/My Project/AssemblyInfo.vb
index 9551450..88e5ad8 100644
--- a/ISEN-Repair Inventory Manager/My Project/AssemblyInfo.vb
+++ b/ISEN-Repair Inventory Manager/My Project/AssemblyInfo.vb
@@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' en utilisant '*', comme indiqué ci-dessous :
'
-
-
+
+
diff --git a/ISEN-Repair Inventory Manager/SplashScreen.vb b/ISEN-Repair Inventory Manager/SplashScreen.vb
index ae195b4..6ceaf67 100644
--- a/ISEN-Repair Inventory Manager/SplashScreen.vb
+++ b/ISEN-Repair Inventory Manager/SplashScreen.vb
@@ -20,7 +20,7 @@
' Version.Text = System.String.Format(Version.Text, My.Application.Info.Version.Major, My.Application.Info.Version.Minor)
- Version.Text = String.Format("Version {0}.{1}.{2}", My.Application.Info.Version.Major, My.Application.Info.Version.Minor, My.Application.Info.Version.MajorRevision)
+ Version.Text = String.Format("Version {0}", My.Application.Info.Version)
'Informations de copyright
Copyright.Text = My.Application.Info.Copyright