Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kamu authored and kamu committed Oct 1, 2018
1 parent e9979ab commit a374e5d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
1 change: 1 addition & 0 deletions LICENSE.txt
@@ -1,6 +1,7 @@
The MIT License (MIT)

Copyright (c) 2018 kamu
Portions Copyright (c) .NET Foundation Contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 3 additions & 1 deletion README-ja.md
Expand Up @@ -365,4 +365,6 @@ public class SomeViewModel

## License

MIT Licensed.
The MIT Licensed.

コードの一部は [Xamarin.Forms](https://github.com/xamarin/Xamarin.Forms) から取得しています.
6 changes: 4 additions & 2 deletions README.md
Expand Up @@ -31,7 +31,7 @@ alt="" width="480" height="360" border="0" /></a>
[https://www.nuget.org/packages/AiForms.CollectionView/](https://www.nuget.org/packages/AiForms.CollectionView/)

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

You need to install this nuget package to .NETStandard project and each platform project.
Expand Down Expand Up @@ -367,4 +367,6 @@ public class SomeViewModel

## License

MIT Licensed.
The MIT Licensed.

Some code is taken from [Xamarin.Forms](https://github.com/xamarin/Xamarin.Forms).
4 changes: 2 additions & 2 deletions Sample/Sample/Sample.csproj
Expand Up @@ -17,9 +17,9 @@
<PackageReference Include="AiForms.Extras" Version="0.1.0-pre1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\CollectionView\CollectionView.csproj" />
<Compile Remove="Views\ButtonCellTest.xaml.cs" />
</ItemGroup>
<ItemGroup>
<Compile Remove="Views\ButtonCellTest.xaml.cs" />
<ProjectReference Include="..\..\CollectionView\CollectionView.csproj" />
</ItemGroup>
</Project>

0 comments on commit a374e5d

Please sign in to comment.