Skip to content

Commit

Permalink
Update nuget package info for 4.6.0 (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
ME-MarvinE committed Mar 10, 2024
2 parents c1a60bd + 4d71d94 commit 64b25df
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions XCalendar.Core/XCalendar.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>4.5.5</Version>
<Version>4.6.0</Version>
<Authors>MarvinE</Authors>
<Description>A plugin providing a calendar API and DateTime extensions for working with a calendar.</Description>
<Description>XCalendar.Core is a plugin for .NET providing a calendar API, and various extensions to make it easier to work with and implement calendars into your .NET apps and projects.</Description>
<PackageIcon>XCalendar.Core Nuget Icon.png</PackageIcon>
<RepositoryUrl>https://github.com/ME-MarvinE/XCalendar</RepositoryUrl>
<PackageReadmeFile></PackageReadmeFile>
Expand Down
4 changes: 2 additions & 2 deletions XCalendar.Forms/XCalendar.Forms.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Authors>MarvinE</Authors>
<Description>A plugin for Xamarin Forms providing a calendar API and calendar controls.</Description>
<Description>XCalendar.Forms is a plugin for Xamarin Forms providing custom controls, a calendar API, and various extensions to make it easier to work with and implement calendars into your Xamarin Forms apps.</Description>
<PackageId>$(AssemblyName)</PackageId>
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
<Version>4.5.2</Version>
<Version>4.6.0</Version>
<RepositoryUrl>https://github.com/ME-MarvinE/XCalendar</RepositoryUrl>
<PackageTags>csharp; dotnet; cross-platform; calendar; calendar-component; plugin; xamarin; xamarinforms; xamarin-forms;</PackageTags>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
Expand Down
4 changes: 2 additions & 2 deletions XCalendar.Maui/XCalendar.Maui.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<TargetPlatformMinVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">10.0.17763.0</TargetPlatformMinVersion>
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'tizen'">6.5</SupportedOSPlatformVersion>
<Authors>MarvinE</Authors>
<Version>4.5.3</Version>
<Description>A plugin for .NET MAUI providing a calendar API and calendar controls.</Description>
<Version>4.6.0</Version>
<Description>XCalendar.Maui is a plugin for .NET MAUI providing custom controls, a calendar API, and various extensions to make it easier to work with and implement calendars into your .NET MAUI apps.</Description>
<PackageIcon>XCalendar.Maui Nuget Icon.png</PackageIcon>
<RepositoryUrl>https://github.com/ME-MarvinE/XCalendar</RepositoryUrl>
<PackageReadmeFile></PackageReadmeFile>
Expand Down

0 comments on commit 64b25df

Please sign in to comment.