Skip to content

Commit

Permalink
update vb.net SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
Olman62 committed Jun 26, 2021
1 parent fe11da5 commit 8e03289
Show file tree
Hide file tree
Showing 27 changed files with 49 additions and 167 deletions.
Binary file not shown.
Binary file modified .vs/Route4Me Route Optimization Examples/v16/.suo
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion Route4MeSDKLibrary/Consts.vb
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@

#Region "Telematics Platform"

Public Const StagingHost As String = "https://virtserver.swaggerhub.com/Route4Me/telematics-gateway/1.0.0"
Public Const StagingHost As String = "/api" ' Temporary unavailable
Public Const TelematicsConnection As String = StagingHost & "/connections"
Public Const TelematicsConnectionVehicles As String = StagingHost & "/connections/{connection_token}/vehicles"
Public Const TelematicsAccessToken As String = StagingHost & "/access-tokens"
Expand Down
Binary file modified Route4MeSDKLibrary/bin/Appveyor/Route4MeSDKLibrary.dll
Binary file not shown.
Binary file modified Route4MeSDKLibrary/bin/Appveyor/Route4MeSDKLibrary.pdb
Binary file not shown.
15 changes: 15 additions & 0 deletions Route4MeSdkV5UnitTest/Route4MeSdkV5UnitTest.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@
<Configurations>Debug;Release;Appveyor</Configurations>
</PropertyGroup>

<ItemGroup>
<None Remove="app.config" />
</ItemGroup>

<ItemGroup>
<Content Include="app.config">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.7.1" />
<PackageReference Include="xunit" Version="2.4.1" />
Expand All @@ -26,4 +36,9 @@
<ProjectReference Include="..\Route4MeSDKLibrary\Route4MeSDKLibrary.vbproj" />
</ItemGroup>

<ItemGroup>
<Folder Include="My Project\" />
<Folder Include="V5\TelematicsPlatformApi\" />
</ItemGroup>

</Project>
164 changes: 0 additions & 164 deletions Route4MeSdkV5UnitTest/V5/TelematicsPlatformApi/ConnectionsApiTests.vb

This file was deleted.

2 changes: 1 addition & 1 deletion Route4MeSdkV5UnitTest/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</system.diagnostics>

<appSettings>
<add key="actualApiKey" value="90B1428DC54E49CB52509AA968F3F5C3"/>
<add key="actualApiKey" value="11111111111111111111111111111111"/>
<add key="demoApiKey" value="11111111111111111111111111111111"/>
</appSettings>

Expand Down
Binary file not shown.
Binary file modified Route4MeSdkV5UnitTest/bin/Appveyor/net48/Route4MeSDKLibrary.pdb
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</sharedListeners>
</system.diagnostics>
<appSettings>
<add key="actualApiKey" value="90B1428DC54E49CB52509AA968F3F5C3" />
<add key="actualApiKey" value="11111111111111111111111111111111" />
<add key="demoApiKey" value="11111111111111111111111111111111" />
</appSettings>
<runtime>
Expand Down
Binary file modified Route4MeSdkV5UnitTest/bin/Appveyor/net48/Route4MeSdkV5UnitTest.pdb
Binary file not shown.
31 changes: 31 additions & 0 deletions Route4MeSdkV5UnitTest/bin/Appveyor/net48/app.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<system.diagnostics>
<sources>
<!-- This section defines the logging configuration for My.Application.Log -->
<source name="DefaultSource" switchName="DefaultSwitch">
<listeners>
<add name="FileLog"/>
<!-- Uncomment the below section to write to the Application Event Log -->
<!--<add name="EventLog"/>-->
</listeners>
</source>
</sources>
<switches>
<add name="DefaultSwitch" value="Information" />
</switches>
<sharedListeners>
<add name="FileLog"
type="Microsoft.VisualBasic.Logging.FileLogTraceListener, Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"
initializeData="FileLogWriter"/>
<!-- Uncomment the below section and replace APPLICATION_NAME with the name of your application to write to the Application Event Log -->
<!--<add name="EventLog" type="System.Diagnostics.EventLogTraceListener" initializeData="APPLICATION_NAME"/> -->
</sharedListeners>
</system.diagnostics>

<appSettings>
<add key="actualApiKey" value="11111111111111111111111111111111"/>
<add key="demoApiKey" value="11111111111111111111111111111111"/>
</appSettings>

</configuration>
Binary file not shown.
Binary file not shown.
Binary file modified Route4meSDKLibraryUnitTests/bin/Appveyor/Route4MeSDKLibrary.pdb
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 8e03289

Please sign in to comment.