Skip to content

Releases: bgrainger/IndexRange

v1.0.3

22 Aug 14:14
v1.0.3
e609743
Compare
Choose a tag to compare
  • Support uap10.0 target framework: #12.
  • Use optimized Index.GetOffset in Range.GetOffsetAndLength: dotnet/runtime#87317.
  • Thanks to @Baka632 for contributions to this release.

v1.0.2

14 Apr 13:06
v1.0.2
1f75757
Compare
Choose a tag to compare
  • Mark assembly as CLS compliant: #10.

Full Changelog: v1.0.1...v1.0.2

v1.0.1

05 Mar 19:51
v1.0.1
d94e056
Compare
Choose a tag to compare
  • Add support for .NET Framework 3.5.
  • Produce a deterministic build.
  • Embed symbols in the NuGet package.
  • Thanks to @ash-hat and @davidhunter22 for contributions to this release.

v1.0.0

18 Aug 19:31
v1.0.0
ea0d705
Compare
Choose a tag to compare
  • Initial release of System.Index and System.Range.