Skip to content

Commit 8e6a115

Browse files
committed
Finalising 1.6.5.
1 parent 3fef420 commit 8e6a115

File tree

3 files changed

+6824
-2342
lines changed

3 files changed

+6824
-2342
lines changed

Virtual_EDW/Form_Main.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public FormMain()
3434
InitializeComponent();
3535

3636
// Set the version of the build for everything
37-
const string versionNumberForApplication = "v1.6.4";
37+
const string versionNumberForApplication = "v1.6.5";
3838

3939
Text = $"Virtual Data Warehouse - {versionNumberForApplication}";
4040
VdwConfigurationSettings.VdwEventLog.Add(Event.CreateNewEvent(EventTypes.Information, $"{Text}."));

Virtual_EDW/Virtual_Data_Warehouse.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,6 @@
9999
<SpecificVersion>False</SpecificVersion>
100100
<HintPath>Libraries\DataWarehouseAutomation.dll</HintPath>
101101
</Reference>
102-
<Reference Include="Newtonsoft.Json.Schema">
103-
<HintPath>bin\Debug\Newtonsoft.Json.Schema.dll</HintPath>
104-
</Reference>
105102
<Reference Include="System" />
106103
<Reference Include="System.Core" />
107104
<Reference Include="System.Data" />

0 commit comments

Comments
 (0)