Skip to content

Commit

Permalink
Merge pull request #199 from dotnet-ad/develop
Browse files Browse the repository at this point in the history
0.9.5
  • Loading branch information
eman1986 authored Jul 27, 2020
2 parents 82b229d + 9fe70a9 commit 34dd463
Show file tree
Hide file tree
Showing 76 changed files with 318 additions and 14,543 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,9 @@ paket-files/

# Mac folder file
.DS_Store


# this file can be merge conflict hell, never commit these.
Sources/Microcharts.Droid/Resources/Resource.designer.cs
Sources/Microcharts.Samples.Droid/Resources/Resource.designer.cs
Sources/Microcharts.Samples.Forms/Microcharts.Samples.Forms.Android/Resources/Resource.designer.cs
9 changes: 0 additions & 9 deletions Documentation/.gitignore

This file was deleted.

4 changes: 0 additions & 4 deletions Documentation/api/.gitignore

This file was deleted.

102 changes: 0 additions & 102 deletions Documentation/api/.manifest

This file was deleted.

81 changes: 0 additions & 81 deletions Documentation/docfx.json

This file was deleted.

67 changes: 0 additions & 67 deletions Documentation/guides/quickstart.md

This file was deleted.

2 changes: 0 additions & 2 deletions Documentation/guides/toc.yml

This file was deleted.

Binary file removed Documentation/images/Android-Screenshot.png
Binary file not shown.
Binary file removed Documentation/images/Bar.png
Binary file not shown.
Binary file removed Documentation/images/Bikr.gif
Binary file not shown.
Binary file removed Documentation/images/Donut.png
Binary file not shown.
Binary file removed Documentation/images/Line.png
Binary file not shown.
Binary file removed Documentation/images/Logo.png
Binary file not shown.
Binary file removed Documentation/images/Logo.sketch
Binary file not shown.
Binary file removed Documentation/images/Point.png
Binary file not shown.
Binary file removed Documentation/images/Radar.png
Binary file not shown.
Binary file removed Documentation/images/RadialGauge.png
Binary file not shown.
Binary file removed Documentation/images/UWP-Screenshot.PNG
Binary file not shown.
Binary file removed Documentation/images/iOS-Screenshot.png
Binary file not shown.
5 changes: 0 additions & 5 deletions Documentation/index.md

This file was deleted.

5 changes: 0 additions & 5 deletions Documentation/samples/bikr.md

This file was deleted.

2 changes: 0 additions & 2 deletions Documentation/samples/toc.yml

This file was deleted.

7 changes: 0 additions & 7 deletions Documentation/toc.yml

This file was deleted.

11 changes: 7 additions & 4 deletions NuGet/Package.Forms.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>Microcharts.Forms</id>
<version>0.9.0</version>
<version>0.9.5</version>
<title>Microcharts for Xamarin.Forms</title>
<authors>Aloïs Deniel, Ed Lomonaco</authors>
<owners>Aloïs Deniel, Ed Lomonaco</owners>
Expand All @@ -15,14 +15,17 @@
<dependencies>
<group targetFramework="netstandard2.0">
<dependency id="Microcharts" version="0.9.0" />
<dependency id="Xamarin.Forms" version="2.4.0.282" />
<dependency id="System.ValueTuple" version="4.4.0" />
<dependency id="SkiaSharp.Views.Forms" version="1.59.1.1" />
<dependency id="SkiaSharp" version="2.80.1" />
<dependency id="SkiaSharp.HarfBuzz" version="2.80.1" />
<dependency id="SkiaSharp.Views.Forms" version="2.80.1" />
<dependency id="System.ValueTuple" version="4.5.0" />
<dependency id="Xamarin.Forms" version="4.7.0.1179" />
</group>
</dependencies>
</metadata>
<files>
<!-- .NET Standard 2.0 -->
<file src="..\Sources\Microcharts\bin\Release\netstandard2.0\Microcharts.dll" target="lib\netstandard2.0\Microcharts.dll"/>
<file src="..\Sources\Microcharts.Forms\bin\Release\netstandard2.0\Microcharts.Forms.dll" target="lib\netstandard2.0\Microcharts.Forms.dll"/>
</files>
</package>
3 changes: 2 additions & 1 deletion NuGet/Package.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>Microcharts</id>
<version>0.9.0</version>
<version>0.9.5</version>
<title>Microcharts</title>
<authors>Aloïs Deniel, Ed Lomonaco</authors>
<owners>Aloïs Deniel, Ed Lomonaco</owners>
Expand All @@ -15,6 +15,7 @@
<dependencies>
<group targetFramework="netstandard2.0">
<dependency id="SkiaSharp" version="2.80.1" />
<dependency id="SkiaSharp.HarfBuzz" version="2.80.1" />
<dependency id="System.ValueTuple" version="4.5.0" />
</group>
<group targetFramework="monoandroid1.0">
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ More info on how you can help can be found [here](https://github.com/dotnet-ad/M

## Gallery

![gallery](Documentation/images/Bikr.gif)
![gallery](Documentation/images/Gallery.png)
![animation gallery](assets/animations.gif)

![gallery](assets/Gallery.png)

## Install

Expand Down
19 changes: 0 additions & 19 deletions Sources/Droid/Assets/AboutAssets.txt

This file was deleted.

Loading

0 comments on commit 34dd463

Please sign in to comment.