Skip to content

Commit

Permalink
Publish VTIMEZONE serialization PR in v2 #304
Browse files Browse the repository at this point in the history
  • Loading branch information
Rian Stockbower committed Nov 14, 2017
1 parent ede9d5b commit 14a0c0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
A listing of what each [Nuget package](https://www.nuget.org/packages/Ical.Net) version represents.

### v4
* 4.0.1 [#335](https://github.com/rianjs/ical.net/issues/335):
* Technically this should be 5.0, but given 4.0.0 only has 24 downloads, I've just done a minor version bump.
* 4.0.1 [#335](https://github.com/rianjs/ical.net/issues/335). Technically this should be 5.0, but given 4.0.0 only has 24 downloads, I've just done a minor version bump.
* Moved everything from Ical.Net.Collections into the Ical.Net assembly.
* Updated the `PRODID` stamp to say 4.0.
* Fixed a bug with a missing nuget dependency
Expand Down Expand Up @@ -40,7 +39,7 @@ A listing of what each [Nuget package](https://www.nuget.org/packages/Ical.Net)
* 3.0.1-alpha: Initial publishing of .NET Core release

### v2

* 2.3.5: `VTIMEZONE`s are once again serialized, this time pulling historic time zone data from NodaTime -- thanks [beriniwlew](https://github.com/beriniwlew)! [PR 304](https://github.com/rianjs/ical.net/pull/304)
* 2.3.4: `DTSTART` is not required for `VTODO` components. [PR 322](https://github.com/rianjs/ical.net/pull/322)
* 2.3.3: Several improvements rolled up:
* `Event` now considers Summary and Description for equality and hashing. [PR 309](https://github.com/rianjs/ical.net/pull/309).
Expand Down
2 changes: 1 addition & 1 deletion v2/Ical.Net.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Ical.Net</id>
<version>2.3.4</version>
<version>2.3.5</version>
<title>Ical.Net</title>
<authors>Rian Stockbower, Douglas Day, M. David Peterson</authors>
<owners>Rian Stockbower</owners>
Expand Down

0 comments on commit 14a0c0b

Please sign in to comment.