DriveSmart.DSNetworking 1.0.12.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package DriveSmart.DSNetworking --version 1.0.12.1
NuGet\Install-Package DriveSmart.DSNetworking -Version 1.0.12.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DriveSmart.DSNetworking" Version="1.0.12.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DriveSmart.DSNetworking --version 1.0.12.1
#r "nuget: DriveSmart.DSNetworking, 1.0.12.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install DriveSmart.DSNetworking as a Cake Addin
#addin nuget:?package=DriveSmart.DSNetworking&version=1.0.12.1

// Install DriveSmart.DSNetworking as a Cake Tool
#tool nuget:?package=DriveSmart.DSNetworking&version=1.0.12.1

Build the library

sh build.sh --base-path $PWD

Home page

https://github.com/DriveSmart-MobileTeam/dstracker_integration_sample

Additional setup

OPTION 1: Everything in CSPROJ file

1/ Change your CSPROJ file to have Gradle configuration

  <ItemGroup>
    <GradleRepository Include="https://tfsdrivesmart.pkgs.visualstudio.com/5243836b-8777-4cb6-aded-44ab518bc748/_packaging/Android_Libraries/maven/v1">
      <Repository>
        maven {
          url 'https://tfsdrivesmart.pkgs.visualstudio.com/5243836b-8777-4cb6-aded-44ab518bc748/_packaging/Android_Libraries/maven/v1'
          name 'Android_Libraries'
          credentials {
              username 'YOUR_USER_NAME'
              password 'YOUR_PASSWORD'
          }
      }
      </Repository>
    </GradleRepository>
  </ItemGroup>

NOTE: Please consider using PROPS file to not commit your credentials into the VCS.

OPTION 2: Use ~/.gradle/gradle.properties file

1/ Change your CSPROJ file to have Gradle configuration

  <ItemGroup>
    <GradleRepository Include="https://tfsdrivesmart.pkgs.visualstudio.com/5243836b-8777-4cb6-aded-44ab518bc748/_packaging/Android_Libraries/maven/v1">
      <Repository>
        maven {
          url 'https://tfsdrivesmart.pkgs.visualstudio.com/5243836b-8777-4cb6-aded-44ab518bc748/_packaging/Android_Libraries/maven/v1'
          name 'Android_Libraries'
          credentials {
              username tfsdrivesmart_user
              password tfsdrivesmart_password
          }
      }
      </Repository>
    </GradleRepository>
  </ItemGroup>

2/ Set your username and password in gradle.properties file

tfsdrivesmart_user=YOUR_USERNAME
tfsdrivesmart_password=YOUR_PASSWORD
Product Compatible and additional computed target framework versions.
.NET net6.0-android31.0 is compatible.  net7.0-android was computed.  net7.0-android33.0 is compatible.  net8.0-android was computed. 
MonoAndroid monoandroid12.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on DriveSmart.DSNetworking:

Package Downloads
DriveSmart.DSTracker

.NET Android binding library for DriveSmart:DS-Tracker:1.5.83

DriveSmart.DSCore

.NET Android binding library for DriveSmart:DS-Core:3.14.51

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.56.2 59 5/19/2024
1.0.56.1 120 3/27/2024
1.0.56 91 3/22/2024
1.0.12.3 109 3/19/2024
1.0.12.2 91 3/18/2024
1.0.12.1 84 3/18/2024
1.0.12 77 3/18/2024