Skip to content

Commit

Permalink
Merge pull request #211 from fsprojects/releases/0.24.0
Browse files Browse the repository at this point in the history
0.24.0
  • Loading branch information
TimLariviere authored Oct 15, 2018
2 parents 2d570a4 + 8fdf21b commit 9a9a31d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
8 changes: 3 additions & 5 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<Project>
<!-- NuGet Specs -->
<PropertyGroup>
<Version>0.23.0</Version>
<Description>Added support for SourceLink (https://github.com/dotnet/sourcelink)
Fixed wrong type for the new ViewRef
Fixed missing incremental update for ListView rows</Description>
<Version>0.24.0</Version>
<Description>Added StyleClass property (https://github.com/fsprojects/Fabulous/pull/209)</Description>
<Authors>Fabulous Contributors</Authors>
<PackageVersion>0.23.0</PackageVersion>
<PackageVersion>0.24.0</PackageVersion>
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
<PackageLicenseUrl>https://github.com/fsprojects/Fabulous/blob/master/LICENSE.md</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/fsprojects/Fabulous</PackageProjectUrl>
Expand Down
4 changes: 4 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#### 0.24.0

* Added StyleClass property (https://github.com/fsprojects/Fabulous/pull/209)

#### 0.23.0

* Added support for SourceLink (https://github.com/dotnet/sourcelink)
Expand Down
2 changes: 1 addition & 1 deletion templates/content/blank/.template.config/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
"type": "parameter",
"dataType": "string",
"replaces": "FabulousPkgsVersion",
"defaultValue": "0.23.0"
"defaultValue": "0.24.0"
},
"NewtonsoftJsonPkg": {
"type": "parameter",
Expand Down

0 comments on commit 9a9a31d

Please sign in to comment.