diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8d4a6c0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +bin +obj \ No newline at end of file diff --git a/GPSDeviceReaders/GarminUSBReader/GarminUSBReader.csproj b/GPSDeviceReaders/GarminUSBReader/GarminUSBReader.csproj index 4707bc6..b0e9bfa 100644 --- a/GPSDeviceReaders/GarminUSBReader/GarminUSBReader.csproj +++ b/GPSDeviceReaders/GarminUSBReader/GarminUSBReader.csproj @@ -32,7 +32,7 @@ false false true - v2.0 + v4.8.1 true diff --git a/GPSDeviceReaders/GlobalSatGH615MReader/GlobalSatGH615MReader.csproj b/GPSDeviceReaders/GlobalSatGH615MReader/GlobalSatGH615MReader.csproj index 9932b9b..3b1172c 100644 --- a/GPSDeviceReaders/GlobalSatGH615MReader/GlobalSatGH615MReader.csproj +++ b/GPSDeviceReaders/GlobalSatGH615MReader/GlobalSatGH615MReader.csproj @@ -10,7 +10,7 @@ Properties QuickRoute.GPSDeviceReaders.GlobalSatGH615MReader QuickRoute.GPSDeviceReaders.GlobalSatGH615MReader - v2.0 + v4.8.1 512 diff --git a/GPSDeviceReaders/JJConnectRegistratorSEReader/JJConnectRegistratorSEReader.csproj b/GPSDeviceReaders/JJConnectRegistratorSEReader/JJConnectRegistratorSEReader.csproj index c6b1320..d174382 100644 --- a/GPSDeviceReaders/JJConnectRegistratorSEReader/JJConnectRegistratorSEReader.csproj +++ b/GPSDeviceReaders/JJConnectRegistratorSEReader/JJConnectRegistratorSEReader.csproj @@ -10,7 +10,7 @@ Properties QuickRoute.GPSDeviceReaders.JJConnectRegistratorSEReader QuickRoute.GPSDeviceReaders.JJConnectRegistratorSEReader - v2.0 + v4.8.1 512 diff --git a/GPSDeviceReaders/PolarRS800CXReader/PolarRS800CXReader.csproj b/GPSDeviceReaders/PolarRS800CXReader/PolarRS800CXReader.csproj index 48d916d..2eb7a22 100644 --- a/GPSDeviceReaders/PolarRS800CXReader/PolarRS800CXReader.csproj +++ b/GPSDeviceReaders/PolarRS800CXReader/PolarRS800CXReader.csproj @@ -10,7 +10,7 @@ Properties QuickRoute.GPSDeviceReaders.Polar.PolarRS800CXReader PolarRS800CXReader - v2.0 + v4.8.1 512 diff --git a/GPSDeviceReaders/SerialPortDeviceReader/SerialPortDeviceReader.csproj b/GPSDeviceReaders/SerialPortDeviceReader/SerialPortDeviceReader.csproj index 8bd1b9a..1744a42 100644 --- a/GPSDeviceReaders/SerialPortDeviceReader/SerialPortDeviceReader.csproj +++ b/GPSDeviceReaders/SerialPortDeviceReader/SerialPortDeviceReader.csproj @@ -10,7 +10,7 @@ Properties QuickRoute.GPSDeviceReaders.SerialPortDeviceReader QuickRoute.GPSDeviceReaders.SerialPortDeviceReader - v2.0 + v4.8.1 512 diff --git a/Publishers/DOMAPublisher/DOMAPublisher.csproj b/Publishers/DOMAPublisher/DOMAPublisher.csproj index 6656adb..5a88cb4 100644 --- a/Publishers/DOMAPublisher/DOMAPublisher.csproj +++ b/Publishers/DOMAPublisher/DOMAPublisher.csproj @@ -10,7 +10,7 @@ Properties QuickRoute.Publishers.DOMAPublisher QuickRoute.Publishers.DOMAPublisher - v2.0 + v4.8.1 512 diff --git a/QuickRoute.BusinessEntities/QuickRoute.BusinessEntities.csproj b/QuickRoute.BusinessEntities/QuickRoute.BusinessEntities.csproj index 89302e2..ad575e2 100644 --- a/QuickRoute.BusinessEntities/QuickRoute.BusinessEntities.csproj +++ b/QuickRoute.BusinessEntities/QuickRoute.BusinessEntities.csproj @@ -10,7 +10,7 @@ Properties QuickRoute.BusinessEntities QuickRoute.BusinessEntities - v2.0 + v4.8.1 512 diff --git a/QuickRoute.Common/QuickRoute.Common.csproj b/QuickRoute.Common/QuickRoute.Common.csproj index 812c23a..7f9a5c4 100644 --- a/QuickRoute.Common/QuickRoute.Common.csproj +++ b/QuickRoute.Common/QuickRoute.Common.csproj @@ -10,7 +10,7 @@ Properties QuickRoute.Common QuickRoute.Common - v2.0 + v4.8.1 512 diff --git a/QuickRoute.Controls/QuickRoute.Controls.csproj b/QuickRoute.Controls/QuickRoute.Controls.csproj index 8fa8dd1..dbbfb3b 100644 --- a/QuickRoute.Controls/QuickRoute.Controls.csproj +++ b/QuickRoute.Controls/QuickRoute.Controls.csproj @@ -10,7 +10,7 @@ Properties QuickRoute.Controls QuickRoute.Controls - v2.0 + v4.8.1 512 diff --git a/QuickRoute.PropertyControls/QuickRoute.PropertyControls.csproj b/QuickRoute.PropertyControls/QuickRoute.PropertyControls.csproj index 3c2c0e6..559f1fe 100644 --- a/QuickRoute.PropertyControls/QuickRoute.PropertyControls.csproj +++ b/QuickRoute.PropertyControls/QuickRoute.PropertyControls.csproj @@ -10,7 +10,7 @@ Properties QuickRoute.PropertyControls QuickRoute.PropertyControls - v2.0 + v4.8.1 512 diff --git a/QuickRoute.Resources/QuickRoute.Resources.csproj b/QuickRoute.Resources/QuickRoute.Resources.csproj index e46aa47..b8e1d26 100644 --- a/QuickRoute.Resources/QuickRoute.Resources.csproj +++ b/QuickRoute.Resources/QuickRoute.Resources.csproj @@ -10,7 +10,7 @@ Properties QuickRoute.Resources QuickRoute.Resources - v2.0 + v4.8.1 512 diff --git a/QuickRoute.UI/Classes/Util.cs b/QuickRoute.UI/Classes/Util.cs index 03fe736..4d6b029 100644 --- a/QuickRoute.UI/Classes/Util.cs +++ b/QuickRoute.UI/Classes/Util.cs @@ -129,7 +129,7 @@ public static void SelectUICulture(bool showRestartInformation) public static string PathShortener(string path, int length) { - var sb = new StringBuilder(); + var sb = new StringBuilder(length + 1); PathCompactPathEx(sb, path, length, 0); return sb.ToString(); } diff --git a/QuickRoute.UI/QuickRoute.UI.csproj b/QuickRoute.UI/QuickRoute.UI.csproj index 97bfc96..590d346 100644 --- a/QuickRoute.UI/QuickRoute.UI.csproj +++ b/QuickRoute.UI/QuickRoute.UI.csproj @@ -18,7 +18,7 @@ false - v2.0 + v4.8.1 publish\ true Disk