RasmusBroborg / DotnetTimecode

Dotnet Timecode is a C# class library for working with SMPTE Timecodes defined by the Society of Motion Picture and Television Engineers in the SMPTE 12M specification.
MIT License
8 stars 6 forks source link

Update ReadMe to include examples of operator overloading #25

Closed RasmusBroborg closed 2 years ago

RasmusBroborg commented 2 years ago

Include timecode operator overloading examples in ReadMe, as they will be included with the release of version 1.3.0.

Current overloaded operators are: + - < > == =! <= >=

FaithKovi commented 2 years ago

Hello, @RasmusBroborg I will like to work on this issue. Please assign

RasmusBroborg commented 2 years ago

Hi @FaithKovi, You have been assigned to the issue.

hiteshbhavsar commented 2 years ago

Hello @RasmusBroborg Can I work on this?

FaithKovi commented 2 years ago

Hello @RasmusBroborg I won't be working on this issue.

RasmusBroborg commented 2 years ago

@FaithKovi Thank you for letting us know you are no longer participating. @hiteshbhavsar I will assign you to the issue. Please use the other examples in the ReadMe for reference when adding to the ReadMe.md file.

RasmusBroborg commented 2 years ago

Fixed in #40