Releases: RasmusBroborg/DotnetTimecode
Releases · RasmusBroborg/DotnetTimecode
v3.1.1 NuGet Package
- Add code scanning for repository
- Update documentation
v3.1.0 NuGet Package
- Implement an interface for Timecode objects
- Fix incorrect XML-comments
- Update README
v3.0.1 NuGet Package
v3.0.0 NuGet Package
Features:
- Add support for subtitle timecode construction.
- Add .ToSubtitleString() method.
- Add static SMPTE timecode to Subtitle timecode conversions
Breaking changes:
- All .srt related methods have been replaced with subtitle timecode implementations. This will introduce breaking changes due to method namechanges.
v2.0.1 NuGet Package
Latest package available on https://www.nuget.org/packages/DotnetTimecode
- Adds support drop frame timecode formatting (ex: 10:00:00;00)
- Adds static methods for operations
- Adds XML-comments for public endpoints to assembly
- Adds srt conversion methods
- Implements operator overloading for arithmetic operations
- Increases test coverage
- Applies general bugfixes
v1.2.1 Nuget Package
https://www.nuget.org/packages/DotnetTimecode
What's Changed
- Add enums for framerate. Add base Timecode class and override for ToString. by @RasmusBroborg in #1
- Create standard workflow for build and test by @RasmusBroborg in #2
- Create constructors. Implement constructor tests. by @RasmusBroborg in #3
- Create constructor with Framerate as the only argument. by @RasmusBroborg in #4
- Write Timecode.cs methods and tests by @RasmusBroborg in #9
- Refactor comments. by @RasmusBroborg in #13
- Write initial ReadMe. by @RasmusBroborg in #14
- Update readme and refactor namespaces by @RasmusBroborg in #15
- Add CI/CD nuget workflow. by @RasmusBroborg in #16
- Update README.md by @RasmusBroborg in #17
- Rename workflows. by @RasmusBroborg in #18
New Contributors
- @RasmusBroborg made their first contribution in #1
Full Changelog: https://github.com/RasmusBroborg/dotnet-timecode/commits/v1.2.1