Skip to content

Commit

Permalink
Merge pull request #910 from TimLariviere/update-readme-nuget
Browse files Browse the repository at this point in the history
Update NuGet packages readme and icon
  • Loading branch information
TimLariviere authored Apr 1, 2022
2 parents 04e41ca + 117a7c5 commit e3021d1
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
3 changes: 2 additions & 1 deletion src/Fabulous.XamarinForms/Fabulous.XamarinForms.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
<ProjectReference Include="..\Fabulous\Fabulous.fsproj" />
</ItemGroup>
<ItemGroup>
<None Include="PackageREADME.md" Pack="true" PackagePath="\" />
<None Include="..\..\logo\nuget-icon.png" Pack="true" PackagePath="\" />
<Compile Include="ViewNode.fs" />
<Compile Include="Attributes.fs" />
<Compile Include="Controls.fs" />
Expand Down Expand Up @@ -125,6 +127,5 @@
<Compile Include="Views\Application.fs" />
<Compile Include="CollectionBuilderExtensions.fs" />
<Compile Include="Program.fs" />
<None Include="PackageREADME.md" Pack="true" PackagePath="\" />
</ItemGroup>
</Project>
4 changes: 1 addition & 3 deletions src/Fabulous.XamarinForms/PackageREADME.md
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
# Fabulous.XamarinForms v2

This package is an alpha release. DO NOT USE in production.
Xamarin.Forms implementation for Fabulous
2 changes: 2 additions & 0 deletions src/Fabulous/Fabulous.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@
<TargetFrameworks>net6.0;netstandard2.1</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageReadmeFile>PackageREADME.md</PackageReadmeFile>
<PackageIcon>nuget-icon.png</PackageIcon>
<VersionPrefix>2.0.0</VersionPrefix>
<RepositoryUrl>https://github.com/fsprojects/Fabulous</RepositoryUrl>
<TargetProfile>netcore</TargetProfile>
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
</PropertyGroup>
<ItemGroup>
<None Include="PackageREADME.md" Pack="true" PackagePath="\" />
<None Include="..\..\logo\nuget-icon.png" Pack="true" PackagePath="\" />
<Compile Include="Array.fs" />
<Compile Include="Primitives.fs" />
<Compile Include="WidgetDiff.fs" />
Expand Down
4 changes: 1 addition & 3 deletions src/Fabulous/PackageREADME.md
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
# Fabulous v2

This package is an alpha release. DO NOT USE in production.
Fabulous combines the power of functional programming and the simple Model-View-Update architecture to build any kind of mobile and desktop applications with an expressive, dynamic and clean UI DSL
2 changes: 1 addition & 1 deletion templates/Fabulous.XamarinForms.Templates.proj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Description>Fabulous for Xamarin.Forms Template</Description>
<Description>Template to create projects using Fabulous for Xamarin.Forms</Description>
<Authors>Fabulous contributors</Authors>
<PackageProjectUrl>https://github.com/fsprojects/Fabulous</PackageProjectUrl>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
Expand Down

0 comments on commit e3021d1

Please sign in to comment.