DriveSmart.DSNetworking
1.0.12.2
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package DriveSmart.DSNetworking --version 1.0.12.2
NuGet\Install-Package DriveSmart.DSNetworking -Version 1.0.12.2
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.2" />
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.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: DriveSmart.DSNetworking, 1.0.12.2"
#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.2 // Install DriveSmart.DSNetworking as a Cake Tool #tool nuget:?package=DriveSmart.DSNetworking&version=1.0.12.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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 | Versions 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.
-
MonoAndroid 12.0
- Dependencies.Gradle (>= 7.6.1.1)
-
net6.0-android31.0
- Dependencies.Gradle (>= 7.6.1.1)
-
net7.0-android33.0
- Dependencies.Gradle (>= 7.6.1.1)
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.