Skip to content

Commit

Permalink
Release 0.0.1-pre
Browse files Browse the repository at this point in the history
  • Loading branch information
kamu authored and kamu committed Nov 3, 2017
1 parent 1bb34c5 commit 91d07ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@ Android:version 5.1.1 (only FormsAppcompatActivity) / API22

## Nuget Installation

[https://www.nuget.org/packages/AiForms.SettingsView/](https://www.nuget.org/packages/AiForms.SettingsView/)

```bash
Install-Package AiForms.SettingsView
Install-Package AiForms.SettingsView -pre
```

You need to install this nuget package to PCL project and each platform project.
Expand Down
6 changes: 3 additions & 3 deletions Sample/Sample/Sample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -302,15 +302,15 @@
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<Folder Include="Resources\" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\SettingsView\SettingsView.csproj">
<Project>{8FFB1EF3-FAF3-478C-B9F1-4D02E599C3C6}</Project>
<Name>SettingsView</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Folder Include="Resources\" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
<Import Project="..\packages\Xamarin.Forms.2.4.0.38779\build\portable-win+net45+wp80+win81+wpa81\Xamarin.Forms.targets" Condition="Exists('..\packages\Xamarin.Forms.2.4.0.38779\build\portable-win+net45+wp80+win81+wpa81\Xamarin.Forms.targets')" />
</Project>

0 comments on commit 91d07ee

Please sign in to comment.