Skip to content
This repository was archived by the owner on Jan 8, 2019. It is now read-only.

Commit 8c0aeb0

Browse files
committed
Converted to project.json and netstandard 1.4
1 parent aab68e1 commit 8c0aeb0

File tree

140 files changed

+432
-180778
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

140 files changed

+432
-180778
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,9 @@ publish/
135135
*.publishproj
136136

137137
# NuGet Packages
138+
*.lock.json
139+
*.nuget.props
140+
*.nuget.targets
138141
*.nupkg
139142
# The packages folder can be ignored because of Package Restore
140143
**/packages/*

Iconize/Fonts/Entypo+/Plugin.Iconize.EntypoPlus.Droid/Plugin.Iconize.EntypoPlus.Droid.csproj

+3
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@
6767
<Link>Assets\Iconize\iconize-entypoplus.ttf</Link>
6868
</AndroidAsset>
6969
</ItemGroup>
70+
<ItemGroup>
71+
<None Include="project.json" />
72+
</ItemGroup>
7073
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
7174
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
7275
Other similar extension points exist, see Microsoft.Common.targets.

Iconize/Fonts/Entypo+/Plugin.Iconize.EntypoPlus.Droid/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
// You can specify all the values or you can default the Build and Revision Numbers
2525
// by using the '*' as shown below:
2626
// [assembly: AssemblyVersion("1.0.*")]
27-
[assembly: AssemblyVersion("1.0.10.0")]
28-
[assembly: AssemblyFileVersion("1.0.10.0")]
27+
[assembly: AssemblyVersion("1.5.0.0")]
28+
[assembly: AssemblyFileVersion("1.5.0.0")]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"dependencies": {
3+
},
4+
"frameworks": {
5+
"MonoAndroid,Version=v6.0": {}
6+
},
7+
"supports": {}
8+
}

Iconize/Fonts/Entypo+/Plugin.Iconize.EntypoPlus.UWP/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
// You can specify all the values or you can default the Build and Revision Numbers
2424
// by using the '*' as shown below:
2525
// [assembly: AssemblyVersion("1.0.*")]
26-
[assembly: AssemblyVersion("1.0.10.0")]
27-
[assembly: AssemblyFileVersion("1.0.10.0")]
26+
[assembly: AssemblyVersion("1.5.0.0")]
27+
[assembly: AssemblyFileVersion("1.5.0.0")]
2828
[assembly: ComVisible(false)]

Iconize/Fonts/Entypo+/Plugin.Iconize.EntypoPlus.UWP/project.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"Microsoft.NETCore.UniversalWindowsPlatform": "5.1.0"
3+
"Microsoft.NETCore.UniversalWindowsPlatform": "5.2.1"
44
},
55
"frameworks": {
66
"uap10.0": {}

0 commit comments

Comments
 (0)