DriveSmart.DSTracker 1.2.1.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package DriveSmart.DSTracker --version 1.2.1.1
NuGet\Install-Package DriveSmart.DSTracker -Version 1.2.1.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.DSTracker" Version="1.2.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DriveSmart.DSTracker --version 1.2.1.1
#r "nuget: DriveSmart.DSTracker, 1.2.1.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.DSTracker as a Cake Addin
#addin nuget:?package=DriveSmart.DSTracker&version=1.2.1.1

// Install DriveSmart.DSTracker as a Cake Tool
#tool nuget:?package=DriveSmart.DSTracker&version=1.2.1.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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.5.83.1 84 5/19/2024
1.5.83 79 5/18/2024
1.5.80.1 122 3/27/2024
1.5.80 101 3/22/2024
1.2.1.3 92 3/19/2024
1.2.1.2 91 3/18/2024
1.2.1.1 83 3/18/2024
1.2.1 74 3/18/2024