Skip to content

Commit

Permalink
Bumped nuget version and release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
rianjs committed Apr 10, 2021
1 parent 187835f commit efa41fb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 8 deletions.
9 changes: 9 additions & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
A listing of what each [Nuget package](https://www.nuget.org/packages/Ical.Net) version represents.

### v4
* 4.2.0 - (2021-04-10) - Many bugbixes from the community
* Fix infinite loop with MaxDate for GetOccurrences #364
* Deserializes STANDARD and DAYLIGHT timezone infos #420
* BYWEEKNO & BYMONTHNO fix for ISO-8601 formatting #463
* Fixed bug where changing a property value appended the value instead of clearing it. #450
* Fixed `IsActive` regression #449
* Fixed bug where ordering of week numbers mattered for equality #513
* Target `netstandard20` and `net50`, unified build targets
* Updated to NodaTime 3 and `netcoreapp3.1` for unit tests (later changed to `net50`) #449
* 4.1.11 - (2019-03-21) - Add some conditional debug symbols so VSTS doesn't choke on strong-named assemblies. Thanks, [eriknuds](https://github.com/eriknuds) #442
* 4.1.10 - (2019-01-31) - Strong-named assemblies. Thanks, [josteink](https://github.com/josteink) #159
* 4.1.9 - (2018-07-18) - Associate attachments with their events when VALUE is BINARY. Without the association, parameters such as FMTTYPE would be lost. [PR 411](https://github.com/rianjs/ical.net/pull/411)
Expand Down
15 changes: 7 additions & 8 deletions src/Ical.Net/Ical.Net.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
<PropertyGroup>
<LangVersion>8</LangVersion>
<PackageVersion>4.2.0</PackageVersion>
<Title>Ical.Net</Title>
<PackageProjectUrl>https://github.com/rianjs/ical.net</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://github.com/rianjs/ical.net</RepositoryUrl>
<PackageReleaseNotes>hhttps://github.com/rianjs/ical.net/blob/master/release-notes.md</PackageReleaseNotes>
<TargetFrameworks>netstandard2.0;net50</TargetFrameworks>
<Version>4.2.0</Version>
<Authors>Rian Stockbower, Douglas Day, &amp; Contributors</Authors>
<Company />
<SignAssembly>true</SignAssembly>
Expand All @@ -10,7 +16,6 @@
<DebugType>full</DebugType>
<PackageId>Ical.Net</PackageId>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageLicenseFile>license.md</PackageLicenseFile>
<Description>An iCalendar (RFC 5545) library. See https://github.com/rianjs/ical.net for details.</Description>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand All @@ -22,10 +27,4 @@
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\license.md">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>
</Project>

0 comments on commit efa41fb

Please sign in to comment.