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 058ee0d commit 7994b26
Show file tree
Hide file tree
Showing 11 changed files with 125 additions and 38 deletions.
Binary file modified Route4MeSdkV5UnitTest/bin/Debug/net48/Route4MeSDKLibrary.dll
Binary file not shown.
Binary file modified Route4MeSdkV5UnitTest/bin/Debug/net48/Route4MeSDKLibrary.pdb
Binary file not shown.
130 changes: 93 additions & 37 deletions Route4MeSdkV5UnitTest/bin/Debug/net48/Route4MeSDKLibrary.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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/Debug/net48/Route4MeSdkV5UnitTest.pdb
Binary file not shown.
31 changes: 31 additions & 0 deletions Route4MeSdkV5UnitTest/bin/Debug/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 modified Route4MeSdkV5UnitTest/bin/Debug/net48/xunit.abstractions.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 7994b26

Please sign in to comment.