Skip to content

Commit 79f40c3

Browse files
committed
Updated to version 4.0.1.1.
1 parent 2b62810 commit 79f40c3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

MyGeotabAPIAdapter.Database/DatabaseValidator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public class DatabaseValidator : IDatabaseValidator
1717
// The required version of the middleware database for the current version of the middleware application. Any time the middleware database is updated as part of an application update:
1818
// 1. This value should be updated to reflect the application version at the time.
1919
// 2. Database changes should be included in a single script file and the filename should be formatted as "prefix_version_suffix.sql" (e.g. "MSSQL_3.0.0.0_InitialSchemaCreation.sql") where the version portion of the filename is equal to the value of this constant.
20-
const string RequiredDatabaseVersion = "3.14.0.0";
20+
const string RequiredDatabaseVersion = "4.0.1.0";
2121

2222
readonly IExceptionHelper exceptionHelper;
2323
readonly Logger logger = LogManager.GetCurrentClassLogger();

MyGeotabAPIAdapter/MyGeotabAPIAdapter.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<Product>MyGeotab API Adapter</Product>
1010
<Description>A .NET Core (C#) Worker Service designed to use the MyGeotab .NET API and serve as a broker between a MyGeotab database and an associated "Virtual Geotab Database". Intended for use when direct utilization of the MyGeotab SDK is not an option. Modify as required to meet individual solution objectives.</Description>
1111
<Copyright></Copyright>
12-
<Version>4.0.1.0</Version>
13-
<InformationalVersion>4.0.1.0</InformationalVersion>
12+
<Version>4.0.1.1</Version>
13+
<InformationalVersion>4.0.1.1</InformationalVersion>
1414
<RuntimeIdentifiers>win-x64;linux-x64</RuntimeIdentifiers>
1515
</PropertyGroup>
1616

0 commit comments

Comments
 (0)