diff --git a/src/Fabulous.XamarinForms/Fabulous.XamarinForms.fsproj b/src/Fabulous.XamarinForms/Fabulous.XamarinForms.fsproj index 2336b866f..4c8830439 100644 --- a/src/Fabulous.XamarinForms/Fabulous.XamarinForms.fsproj +++ b/src/Fabulous.XamarinForms/Fabulous.XamarinForms.fsproj @@ -17,6 +17,8 @@ + + @@ -125,6 +127,5 @@ - \ No newline at end of file diff --git a/src/Fabulous.XamarinForms/PackageREADME.md b/src/Fabulous.XamarinForms/PackageREADME.md index bb2ce3005..cac17cf78 100644 --- a/src/Fabulous.XamarinForms/PackageREADME.md +++ b/src/Fabulous.XamarinForms/PackageREADME.md @@ -1,3 +1 @@ -# Fabulous.XamarinForms v2 - -This package is an alpha release. DO NOT USE in production. \ No newline at end of file +Xamarin.Forms implementation for Fabulous \ No newline at end of file diff --git a/src/Fabulous/Fabulous.fsproj b/src/Fabulous/Fabulous.fsproj index 4df1a8b3e..d21d9e604 100644 --- a/src/Fabulous/Fabulous.fsproj +++ b/src/Fabulous/Fabulous.fsproj @@ -3,6 +3,7 @@ net6.0;netstandard2.1 true PackageREADME.md + nuget-icon.png 2.0.0 https://github.com/fsprojects/Fabulous netcore @@ -10,6 +11,7 @@ + diff --git a/src/Fabulous/PackageREADME.md b/src/Fabulous/PackageREADME.md index e725f8d98..18a395f7c 100644 --- a/src/Fabulous/PackageREADME.md +++ b/src/Fabulous/PackageREADME.md @@ -1,3 +1 @@ -# Fabulous v2 - -This package is an alpha release. DO NOT USE in production. \ No newline at end of file +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 \ No newline at end of file diff --git a/templates/Fabulous.XamarinForms.Templates.proj b/templates/Fabulous.XamarinForms.Templates.proj index 9fdfba25a..480f3d3ef 100644 --- a/templates/Fabulous.XamarinForms.Templates.proj +++ b/templates/Fabulous.XamarinForms.Templates.proj @@ -1,6 +1,6 @@ - Fabulous for Xamarin.Forms Template + Template to create projects using Fabulous for Xamarin.Forms Fabulous contributors https://github.com/fsprojects/Fabulous Apache-2.0