Skip to content

Commit

Permalink
Updated maui nugets to 8.0.61;
Browse files Browse the repository at this point in the history
Updated readme;
Bumped nuget version
  • Loading branch information
yurkinh committed Aug 6, 2024
1 parent 17a0d56 commit e352268
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 23 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Weekend calendar
* Added OnShownDateChangedCommand so we can take action when date is changed.
* Added Dispose method to force handlers disconnect call.
* Added new property **OtherMonthSelectedDayColor**
* Fixed bug with **OtherMonthDayIsVisibleProperty**
* Fixed bug with **OtherMonthDayIsVisible** property
* Added a weekend calendar sample
* Added a windows 11 calendar sample
* Added theme support
Expand Down
22 changes: 5 additions & 17 deletions samples/SampleApp/SampleApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -53,28 +53,16 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.40" />
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.61" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="8.0.0" />
<PackageReference Include="Mopups" Version="1.3.1" />
</ItemGroup>

<ItemGroup>
<None Remove="Resources\Fonts\font-awesome-6-free-regular.otf" />
<None Remove="Resources\Fonts\font-awesome-6-free-solid.otf" />
</ItemGroup>
<ItemGroup>
<BundleResource Include="Resources\Fonts\font-awesome-6-free-regular.otf" />
<BundleResource Include="Resources\Fonts\font-awesome-6-free-solid.otf" />
</ItemGroup>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\Plugin.Maui.Calendar\Plugin.Maui.Calendar.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Update="Microsoft.Maui.Controls.Compatibility" Version="8.0.60" />
</ItemGroup>
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="8.0.14" />
<PackageReference Include="CommunityToolkit.Maui" Version="9.0.0" />
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="8.0.61" />
<PackageReference Include="CommunityToolkit.Maui" Version="9.0.2" />
</ItemGroup>
</Project>
13 changes: 8 additions & 5 deletions src/Plugin.Maui.Calendar/Plugin.Maui.Calendar.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<Authors>yurkinh</Authors>
<Copyright>Copyright © yurkinh and contributors</Copyright>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageVersion>1.2.0</PackageVersion>
<PackageVersion>1.2.1</PackageVersion>
<IsPackable>True</IsPackable>
<PackageProjectUrl>https://github.com/yurkinh/Plugin.Maui.Calendar</PackageProjectUrl>
<RepositoryUrl>https://github.com/yurkinh/Plugin.Maui.Calendar</RepositoryUrl>
Expand All @@ -37,17 +37,20 @@
<DebugType>portable</DebugType>
<PackageIcon>nuget.png</PackageIcon>
<PackageReleaseNotes>
Add OtherMonthSelectedDayColor property.
Downgraded Maui packages to 8.0.40.
Updated README
Fixed "Setting OtherMonthDayIsVisible to False is not working: #77.
Upgaraded Maui packages to 8.0.61.
Added Theme support for samples.
Refactored samples.
Added new samples : Windows 11 Calendar, Weekend Calendar
Updated README;
</PackageReleaseNotes>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net8.0-ios|AnyCPU'">
<CreatePackage>false</CreatePackage>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.40" />
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.61" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit e352268

Please sign in to comment.