Skip to content

Commit

Permalink
Preview release for NET 8 published to NuGet.
Browse files Browse the repository at this point in the history
  • Loading branch information
Keflon committed Oct 14, 2023
1 parent 09361ef commit 2452d71
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
13 changes: 7 additions & 6 deletions FunctionZero.Maui.Controls/FunctionZero.Maui.Controls.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,12 @@
<PackageProjectUrl>https://github.com/Keflon/FunctionZero.Maui.Controls</PackageProjectUrl>
<RepositoryUrl>https://github.com/Keflon/FunctionZero.Maui.Controls</RepositoryUrl>
<PackageTags>MAUI; ListView; ListViewZero; TreeView; TreeViewZero; MaskView; iOS; WinUI; Windows; Android; Control </PackageTags>
<PackageReleaseNotes>
Added ExpanderZero and MaskViewZero. Added RemaingItems and RemainingItemsChangedCommand to ListViewZero.
Build and run the sample app to see the new controls in action.

</PackageReleaseNotes>
<PackageReleaseNotes>Preview build for .NET 8.</PackageReleaseNotes>
<PackageLicenseFile>License.md</PackageLicenseFile>
<IncludeSymbols>True</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<Version>2.3.4.0-pre1</Version>
<Version>8.0.0.0-pre1</Version>
<PackageIcon>F0 gravatar.png</PackageIcon>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net6.0|AnyCPU'">
Expand All @@ -45,6 +42,10 @@
</PropertyGroup>

<ItemGroup>
<None Include="..\..\FunctionZero.ExpressionParserZero\Images\F0 gravatar.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="..\License.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Added 2 new controls as temporary workarounds for MAUI bugs that affect the WinU
# Controls
[NuGet package](https://www.nuget.org/packages/FunctionZero.Maui.Controls)

Use package [8.0.0-pre1](https://www.nuget.org/packages/FunctionZero.Maui.Controls/8.0.0-pre1) if you are building against .NET 8 and a bit brave.
Use package [2.3.4-pre2](https://www.nuget.org/packages/FunctionZero.Maui.Controls/2.3.4-pre2) if you are building against .NET 7.
Use package [2.0.0](https://www.nuget.org/packages/FunctionZero.Maui.Controls/2.0.0) if you are building against .NET 6.

1. [ListViewZero](#listviewzero)
Expand Down

0 comments on commit 2452d71

Please sign in to comment.