Skip to content

Commit

Permalink
Updated version to 1.1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdietz888 committed Oct 29, 2024
1 parent f305d1e commit 9dfbde6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@
/Geotab.DataOnlyPlan.API.Examples.FleetMonitor/obj
/Geotab.DataOnlyPlan.API.Examples/bin/Debug/net5.0
/Geotab.DataOnlyPlan.API.Examples.FleetMonitor/bin/Debug/net5.0
/Geotab.DataOnlyPlan.API.Examples/bin/Debug/net8.0
/Geotab.DataOnlyPlan.API.Examples.FleetMonitor/bin/Debug/net8.0
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<Company>Geotab Inc.</Company>
<Product>Geotab Data-Only Plan API Examples - Fleet Monitor</Product>
<Authors>Geotab Inc.</Authors>
<Version>1.0.2101.1</Version>
<Version>1.1.0.0</Version>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Geotab.DataOnlyPlan.API" Version="1.0.2101.1" />
<PackageReference Include="Geotab.DataOnlyPlan.API" Version="1.1.0" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<Company>Geotab Inc.</Company>
<Product>Geotab Data-Only Plan API Examples</Product>
<Authors>Geotab Inc.</Authors>
<Version>1.0.2101.1</Version>
<Version>1.1.0.0</Version>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Geotab.DataOnlyPlan.API" Version="1.0.2101.1" />
<PackageReference Include="Geotab.DataOnlyPlan.API" Version="1.1.0" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The *Geotab Data-Only Plan API Examples* solution is a Visual Studio solution th

The solution requires:

- [.NET 5.0 SDK](https://dotnet.microsoft.com/download) or higher
- [.NET 8.0 SDK](https://dotnet.microsoft.com/download) or higher
- Geotab.Checkmate.ObjectModel (included with the NuGet package)
- Ideally, MyAdmin credentials with the *MyAdminApiUser* and *Device_Admin* roles should be used when authenticating in order to be able to take advantage of all available methods; MyGeotab credentials may be used, but then the *CreateDatabaseAsync()* method cannot be used.

Expand Down

0 comments on commit 9dfbde6

Please sign in to comment.