Skip to content

Commit 64b25df

Browse files
authored
Update nuget package info for 4.6.0 (#185)
2 parents c1a60bd + 4d71d94 commit 64b25df

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

XCalendar.Core/XCalendar.Core.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5-
<Version>4.5.5</Version>
5+
<Version>4.6.0</Version>
66
<Authors>MarvinE</Authors>
7-
<Description>A plugin providing a calendar API and DateTime extensions for working with a calendar.</Description>
7+
<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>
88
<PackageIcon>XCalendar.Core Nuget Icon.png</PackageIcon>
99
<RepositoryUrl>https://github.com/ME-MarvinE/XCalendar</RepositoryUrl>
1010
<PackageReadmeFile></PackageReadmeFile>

XCalendar.Forms/XCalendar.Forms.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<Authors>MarvinE</Authors>
6-
<Description>A plugin for Xamarin Forms providing a calendar API and calendar controls.</Description>
6+
<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>
77
<PackageId>$(AssemblyName)</PackageId>
88
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
9-
<Version>4.5.2</Version>
9+
<Version>4.6.0</Version>
1010
<RepositoryUrl>https://github.com/ME-MarvinE/XCalendar</RepositoryUrl>
1111
<PackageTags>csharp; dotnet; cross-platform; calendar; calendar-component; plugin; xamarin; xamarinforms; xamarin-forms;</PackageTags>
1212
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>

XCalendar.Maui/XCalendar.Maui.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
<TargetPlatformMinVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">10.0.17763.0</TargetPlatformMinVersion>
1717
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'tizen'">6.5</SupportedOSPlatformVersion>
1818
<Authors>MarvinE</Authors>
19-
<Version>4.5.3</Version>
20-
<Description>A plugin for .NET MAUI providing a calendar API and calendar controls.</Description>
19+
<Version>4.6.0</Version>
20+
<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>
2121
<PackageIcon>XCalendar.Maui Nuget Icon.png</PackageIcon>
2222
<RepositoryUrl>https://github.com/ME-MarvinE/XCalendar</RepositoryUrl>
2323
<PackageReadmeFile></PackageReadmeFile>

0 commit comments

Comments
 (0)