Skip to content
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.

add guide for myget package source #25

Merged
merged 1 commit into from
May 10, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion doc/guide/Quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,13 @@ This guide shows how to create an application that represents `Toast` and `Circl

![tizen_project_wizard_capture](data/tizen_project_wizard_capture.png)

- Search Tizen.Wearable.CircularUI NuGet package at NuGet package manager. Package source is nuget.org.
- Add myget(https://tizen.myget.org/F/dotnet/api/v3/index.json) package source at Tools > Options > Nuget Package Manager > Pakage Sources.

![nuget_package_source](data/nuget_package_source.png)

- Search Xamarin.Forms NuGet package and install latest version via NuGet package manager. Package source is [Nuget.org](https://api.nuget.org/v3/index.json).

- Search Tizen.Wearable.CircularUI NuGet package and install latest version via NuGet package manager. Package source is [myget](https://tizen.myget.org/F/dotnet/api/v3/index.json).

![nuget_package_manager_capture](data/nuget_package_manager_capture.png)

Expand Down
Binary file added doc/guide/data/nuget_package_source.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

<!-- Include Nuget Package for Xamarin building -->
<ItemGroup>
<PackageReference Include="Tizen.Wearable.CircularUI" Version="1.0.0-pre1-00021" />
<PackageReference Include="Xamarin.Forms" Version="3.0.0.354232-pre3" />
<PackageReference Include="Tizen.Wearable.CircularUI" Version="1.0.0-pre2-00012" />
<PackageReference Include="Xamarin.Forms" Version="3.1.0.469394-pre1" />
</ItemGroup>

</Project>