Skip to content

Commit

Permalink
Merge pull request #858 from TimLariviere/stable-release-1.0
Browse files Browse the repository at this point in the history
Stable release 1.0
  • Loading branch information
TimLariviere committed Apr 1, 2021
2 parents b0a0b15 + 3fe1a78 commit c442b48
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
7 changes: 3 additions & 4 deletions Directory.Build.props
@@ -1,11 +1,10 @@
<Project>
<!-- NuGet Specs -->
<PropertyGroup>
<Version>0.61.0</Version>
<Version>1.0.0</Version>
<Authors>Fabulous Contributors</Authors>
<PackageVersion>0.61.0</PackageVersion>
<PackageReleaseNotes>[Fabulous.XamarinForms] Add support for Xamarin.Forms 5.0 (https://github.com/fsprojects/Fabulous/pull/845)
[Fabulous.XamarinForms] Changed diffing of Label.Text and Label.FormattedText to avoid crash in some edge cases (https://github.com/fsprojects/Fabulous/pull/825)</PackageReleaseNotes>
<PackageVersion>1.0.0</PackageVersion>
<PackageReleaseNotes>Stable release</PackageReleaseNotes>
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/fsprojects/Fabulous</PackageProjectUrl>
Expand Down
Expand Up @@ -7,7 +7,7 @@
"Elmish",
"Cross-platform"
],
"name": "Fabulous Xamarin.Forms App v0.61.0",
"name": "Fabulous Xamarin.Forms App v1.0.0",
"groupIdentity": "Fabulous.XamarinForms.App",
"identity": "Fabulous.XamarinForms.FSharp",
"shortName": "fabulous-xf-app",
Expand Down Expand Up @@ -418,7 +418,7 @@
"type": "parameter",
"dataType": "string",
"replaces": "FabulousPkgsVersion",
"defaultValue": "0.61.0"
"defaultValue": "1.0.0"
},
"NewtonsoftJsonPkg": {
"type": "parameter",
Expand Down
4 changes: 4 additions & 0 deletions RELEASE_NOTES.md
@@ -1,3 +1,7 @@
#### 1.0.0

* Stable release

#### 0.61.0
* [Fabulous.XamarinForms] Add support for Xamarin.Forms 5.0 (https://github.com/fsprojects/Fabulous/pull/845)
* [Fabulous.XamarinForms] Changed diffing of Label.Text and Label.FormattedText to avoid crash in some edge cases (https://github.com/fsprojects/Fabulous/pull/825)
Expand Down

0 comments on commit c442b48

Please sign in to comment.