Releases: linksplatform/Timestamps
[C++] 0.1.0
https://www.nuget.org/packages/Platform.Timestamps.TemplateLibrary/0.1.0
Fixed compilation error
[C#] 0.3.0
https://www.nuget.org/packages/Platform.Timestamps/
Update Platform.Interfaces dependency from 0.4.2 to 0.5.0.
Change license to Unlicense.
Change target frameworks to net7.
[C#] 0.2.1
https://www.nuget.org/packages/Platform.Timestamps/0.2.1
coverlet.collector dependency is updated from 1.3.0 to 3.1.0.
Microsoft.NETFramework.ReferenceAssemblies dependency is updated from 1.0.0 to 1.0.2.
Microsoft.SourceLink.GitHub dependency is updated from 1.0.0 to 1.1.1.
Platform.Interfaces dependency is updated from 0.4.0 to 0.4.1.
[C#] 0.2.0
https://www.nuget.org/packages/Platform.Timestamps/0.2.0
Added support for .NET 5.
0.1.0
https://www.nuget.org/packages/Platform.Timestamps/0.1.0
Lowest supported version of .NET Framework is now 4.7.2.
Platform.Interfaces dependency updated from 0.2.2 to 0.3.0.
Performance optimizations, bug fix.
Test added.
0.0.5
https://www.nuget.org/packages/Platform.Timestamps/0.0.5
Lowest supported version of .NET Framework is now 4.7.1.
Added support for .NET Standard 2.1 (.NET Core 3.0).
Platform.Interfaces dependency updated from 0.1.1 to 0.2.0.
Source link enabled.
Travis CI disabled.
GitHub Actions enabled.
Performance optimizations, issues fix.
Added support for .NET Framework 4.6.1, Platform.Interfaces dependency, specific implementations of Equals and GetHashCode for Timestamp structure
https://www.nuget.org/packages/Platform.Timestamps/0.0.4
Added support for net461 (.NET Framework 4.6.1).
Platform.Interfaces dependency updated from 0.1.0 to 0.1.1.
Added specific implementations of System.Object.Equals and System.Object.GetHashCode for Timestamp structure.
Issues fix.
XML documentation file generation turned on, Platform.Interfaces dependency updated from 0.0.1 to 0.1.0
https://www.nuget.org/packages/Platform.Timestamps/0.0.3
Platform.Interfaces dependency updated from 0.0.1 to 0.1.0.
Added missing comments for public members.
XML documentation file generation turned on.
Now Timestamp is convertible to ulong and back
https://www.nuget.org/packages/Platform.Timestamps/0.0.2
Now Timestamp is convertible to ulong and back.
Issues fixes.