RateMyAppControl 1.0.2
See the version list below for details.
dotnet add package RateMyAppControl --version 1.0.2
NuGet\Install-Package RateMyAppControl -Version 1.0.2
<PackageReference Include="RateMyAppControl" Version="1.0.2" />
<PackageVersion Include="RateMyAppControl" Version="1.0.2" />
<PackageReference Include="RateMyAppControl" />
paket add RateMyAppControl --version 1.0.2
#r "nuget: RateMyAppControl, 1.0.2"
#:package RateMyAppControl@1.0.2
#addin nuget:?package=RateMyAppControl&version=1.0.2
#tool nuget:?package=RateMyAppControl&version=1.0.2
Rate My Application Control is an easy to use app reminder control for windows phone and windows store.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| Universal Windows Platform | uap was computed. uap10.0 was computed. |
| Windows Phone | wp8 is compatible. wp81 was computed. |
| Windows Store | netcore451 is compatible. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Usage Windows Store:
RateMyApp.WS.Core.RateMyAppControl control = new RateMyApp.WS.Core.RateMyAppControl();
control.Start("8fb5eb............0rq6xpyaxwzy");
Usage Windows Phone:
private void Application_Launching(object sender, LaunchingEventArgs e)
{
RateMyApp.WP.Core.RateMyAppControl control = new RateMyApp.WP.Core.RateMyAppControl();
control.Start();
}