Skip to content

Releases: Stravaig-Projects/Stravaig.ShortCode

Release of v2.0.0-preview.374

16 Nov 16:55
2c05920

Choose a tag to compare

Pre-release

Release Notes

Version 2.0.0-preview.374

Date: Thursday, 16 November, 2023 at 16:55:22 +00:00

Features

  • #129: Add built in settings for You Tube style (11-char base64-like) short codes.

Miscellaneous

  • #127: Add support for .NET 8.0
  • #128: Drop support for .NET Core 3.1 and .NET 5.0. For these projects use v1.x.

Dependencies

  • Updated SourceLink to 8.0.0

Contributors

This is a list of all the contributors to this repository in ascending order by the contributor name.

Colin Mackay contributed 202 commits from Monday, 28 December, 2020 @ 16:26:30 +00:00 to Thursday, 16 November, 2023 @ 16:49:39 +00:00.

dependabot[bot] contributed 52 commits from Friday, 8 January, 2021 @ 14:03:37 +00:00 to Thursday, 16 November, 2023 @ 14:49:44 +00:00.

Paul Mackay contributed 6 commits from Friday, 1 January, 2021 @ 17:37:03 +00:00 to 22:02:35 +00:00.

StravaigBot contributed 11 commits from Friday, 1 January, 2021 @ 22:16:05 +00:00 to Monday, 14 November, 2022 @ 20:26:43 +00:00.

Summary

:octocat: 271 commits in total.

📅 From Monday, 28 December, 2020 @ 16:26:30 +00:00.

📅 Until Thursday, 16 November, 2023 @ 16:49:39 +00:00.

🥇 Gold medal to Colin Mackay with 202 commits which represents 74.54 % of all commits.

🥈 Silver medal to dependabot[bot] with 52 commits which represents 19.19 % of all commits.

🥉 Bronze medal to StravaigBot with 11 commits which represents 4.06 % of all commits.

Release of v1.1.0

14 Nov 20:26
3c9a713

Choose a tag to compare

Release Notes

Version 1.1.0

Date: Monday, 14 November, 2022 at 20:25:38 +00:00

Miscellaneous

  • Add support for .NET 6.0 & .NET 7.0
  • Add Source Link to allow easier debugging of the package in consuming applications. This will allow developers to step into the source code of this package when debugging their own code that uses this package.

Packages

  • .netstandard2.0
    • Bump Microsoft.Extensions.DependencyInjection.Abstractions to 3.1.31
    • Bump Microsoft.Extensions.Logging.Abstractions to 3.1.31
    • Bump Microsoft.Extensions.Options to 3.1.31
    • Bump Microsoft.Extensions.Options.ConfigurationExtensions to 3.1.31
  • .NET 6.0
    • Introduce Microsoft.Extensions.DependencyInjection.Abstractions 6.0.0
    • Introduce Microsoft.Extensions.Logging.Abstractions to 6.0.3
    • Introduce Microsoft.Extensions.Options to 6.0.0
    • Introduce Microsoft.Extensions.Options.ConfigurationExtensions to 6.0.0
  • .NET 7.0
    • Introduce Microsoft.Extensions.DependencyInjection.Abstractions 7.0.0
    • Introduce Microsoft.Extensions.Logging.Abstractions to 7.0.0
    • Introduce Microsoft.Extensions.Options to 7.0.0
    • Introduce Microsoft.Extensions.Options.ConfigurationExtensions to 7.0.0

Contributors

This is a list of all the contributors to this repository in ascending order by the contributor name.

Colin Mackay contributed 175 commits from Monday, 28 December, 2020 @ 16:26:30 +00:00 to Monday, 14 November, 2022 @ 19:54:38 +00:00.

dependabot[bot] contributed 38 commits from Friday, 8 January, 2021 @ 14:03:37 +00:00 to Monday, 16 August, 2021 @ 13:07:36 +00:00.

Paul Mackay contributed 6 commits from Friday, 1 January, 2021 @ 17:37:03 +00:00 to 22:02:35 +00:00.

StravaigBot contributed 10 commits from Friday, 1 January, 2021 @ 22:16:05 +00:00 to Wednesday, 17 November, 2021 @ 21:51:43 +00:00.

Summary

:octocat: 229 commits in total.

📅 From Monday, 28 December, 2020 @ 16:26:30 +00:00.

📅 Until Monday, 14 November, 2022 @ 19:54:38 +00:00.

🥇 Gold medal to Colin Mackay with 175 commits which represents 76.42 % of all commits.

🥈 Silver medal to dependabot[bot] with 38 commits which represents 16.59 % of all commits.

🥉 Bronze medal to StravaigBot with 10 commits which represents 4.37 % of all commits.

Release of v1.1.0-preview.309

14 Nov 19:58
3c9a713

Choose a tag to compare

Pre-release

Release Notes

Version 1.1.0-preview.309

Date: Monday, 14 November, 2022 at 19:58:02 +00:00

Miscellaneous

  • Add support for .NET 6.0 & .NET 7.0
  • Add Source Link to allow easier debugging of the package in consuming applications. This will allow developers to step into the source code of this package when debugging their own code that uses this package.

Packages

  • .netstandard2.0
    • Bump Microsoft.Extensions.DependencyInjection.Abstractions to 3.1.31
    • Bump Microsoft.Extensions.Logging.Abstractions to 3.1.31
    • Bump Microsoft.Extensions.Options to 3.1.31
    • Bump Microsoft.Extensions.Options.ConfigurationExtensions to 3.1.31
  • .NET 6.0
    • Introduce Microsoft.Extensions.DependencyInjection.Abstractions 6.0.0
    • Introduce Microsoft.Extensions.Logging.Abstractions to 6.0.3
    • Introduce Microsoft.Extensions.Options to 6.0.0
    • Introduce Microsoft.Extensions.Options.ConfigurationExtensions to 6.0.0
  • .NET 7.0
    • Introduce Microsoft.Extensions.DependencyInjection.Abstractions 7.0.0
    • Introduce Microsoft.Extensions.Logging.Abstractions to 7.0.0
    • Introduce Microsoft.Extensions.Options to 7.0.0
    • Introduce Microsoft.Extensions.Options.ConfigurationExtensions to 7.0.0

Contributors

This is a list of all the contributors to this repository in ascending order by the contributor name.

Colin Mackay contributed 175 commits from Monday, 28 December, 2020 @ 16:26:30 +00:00 to Monday, 14 November, 2022 @ 19:54:38 +00:00.

dependabot[bot] contributed 38 commits from Friday, 8 January, 2021 @ 14:03:37 +00:00 to Monday, 16 August, 2021 @ 13:07:36 +00:00.

Paul Mackay contributed 6 commits from Friday, 1 January, 2021 @ 17:37:03 +00:00 to 22:02:35 +00:00.

StravaigBot contributed 10 commits from Friday, 1 January, 2021 @ 22:16:05 +00:00 to Wednesday, 17 November, 2021 @ 21:51:43 +00:00.

Summary

:octocat: 229 commits in total.

📅 From Monday, 28 December, 2020 @ 16:26:30 +00:00.

📅 Until Monday, 14 November, 2022 @ 19:54:38 +00:00.

🥇 Gold medal to Colin Mackay with 175 commits which represents 76.42 % of all commits.

🥈 Silver medal to dependabot[bot] with 38 commits which represents 16.59 % of all commits.

🥉 Bronze medal to StravaigBot with 10 commits which represents 4.37 % of all commits.

Release of v1.1.0-preview.282

17 Nov 23:31
029f829

Choose a tag to compare

Pre-release

Release Notes

Version 1.1.0-preview.282

Date: Wednesday, 17 November, 2021 at 23:31:37 +00:00

Miscellaneous

  • Add support for .NET 6.0

Contributors

This is a list of all the contributors to this repository in ascending order by the contributor name.

Colin Mackay contributed 162 commits from Monday, 28 December, 2020 @ 16:26:30 +00:00 to Wednesday, 17 November, 2021 @ 23:11:37 +00:00.

dependabot[bot] contributed 38 commits from Friday, 8 January, 2021 @ 14:03:37 +00:00 to Monday, 16 August, 2021 @ 13:07:36 +00:00.

Paul Mackay contributed 6 commits from Friday, 1 January, 2021 @ 17:37:03 +00:00 to 22:02:35 +00:00.

StravaigBot contributed 10 commits from Friday, 1 January, 2021 @ 22:16:05 +00:00 to Wednesday, 17 November, 2021 @ 21:51:43 +00:00.

Summary

:octocat: 216 commits in total.

📅 From Monday, 28 December, 2020 @ 16:26:30 +00:00.

📅 Until Wednesday, 17 November, 2021 @ 23:11:37 +00:00.

🥇 Gold medal to Colin Mackay with 162 commits which represents 75.00 % of all commits.

🥈 Silver medal to dependabot[bot] with 38 commits which represents 17.59 % of all commits.

🥉 Bronze medal to StravaigBot with 10 commits which represents 4.63 % of all commits.

Release of v1.0.4

17 Nov 21:51
9f143f8

Choose a tag to compare

Release Notes

Version 1.0.4

Date: Wednesday, 17 November, 2021 at 21:51:34 +00:00

Dependencies

  • netstandard2.0 dependencies
    • Bump Microsoft.Extensions.DependencyInjection.Abstractions to 3.1.21
    • Bump Microsoft.Extensions.Logging.Abstractions to 3.1.21
    • Bump Microsoft.Extensions.Options to 3.1.21
    • Bump Microsoft.Extensions.Options.ConfigurationExtensions to 3.1.21
  • General
    • Bump Microsoft.NET.Test.Sdk to 17.0.0
    • Bump NUnit3TestAdapter to 4.1.0
    • Bump Stravaig.Extensions.Logging.Diagnostics to 1.1.4

Contributors

This is a list of all the contributors to this repository in ascending order by the contributor name.

Colin Mackay contributed 158 commits from Monday, 28 December, 2020 @ 16:26:30 +00:00 to Wednesday, 17 November, 2021 @ 21:42:45 +00:00.

dependabot[bot] contributed 38 commits from Friday, 8 January, 2021 @ 14:03:37 +00:00 to Monday, 16 August, 2021 @ 13:07:36 +00:00.

Paul Mackay contributed 6 commits from Friday, 1 January, 2021 @ 17:37:03 +00:00 to 22:02:35 +00:00.

StravaigBot contributed 9 commits from Friday, 1 January, 2021 @ 22:16:05 +00:00 to Tuesday, 14 September, 2021 @ 22:34:55 +00:00.

Summary

:octocat: 211 commits in total.

📅 From Monday, 28 December, 2020 @ 16:26:30 +00:00.

📅 Until Wednesday, 17 November, 2021 @ 21:42:45 +00:00.

🥇 Gold medal to Colin Mackay with 158 commits which represents 74.88 % of all commits.

🥈 Silver medal to dependabot[bot] with 38 commits which represents 18.01 % of all commits.

🥉 Bronze medal to StravaigBot with 9 commits which represents 4.27 % of all commits.

Release of v1.0.3

14 Sep 22:34
a5ed5ce

Choose a tag to compare

Release Notes

Version 1.0.3

Date: Tuesday, 14 September, 2021 at 22:34:48 +00:00

Dependencies

  • .NET Standard 2.0
    • Bump Microsoft.Extensions.DependencyInjection.Abstractions to 3.1.19
    • Bump Microsoft.Extensions.Logging.Abstractions to 3.1.19
    • Bump Microsoft.Extensions.Options to 3.1.19
    • Bump Microsoft.Extensions.Options.ConfigurationExtensions to 3.1.19
  • General
    • Bump BenchmarkDotNet from 0.12.1 to 0.13.1
    • Bump Stravaig.Extensions.Logging.Diagnostics to 1.1.2

Contributors

This is a list of all the contributors to this repository in ascending order by the contributor name.

Colin Mackay contributed 156 commits from Monday, 28 December, 2020 @ 16:26:30 +00:00 to Tuesday, 14 September, 2021 @ 22:31:58 +00:00.

dependabot[bot] contributed 38 commits from Friday, 8 January, 2021 @ 14:03:37 +00:00 to Monday, 16 August, 2021 @ 13:07:36 +00:00.

Paul Mackay contributed 6 commits from Friday, 1 January, 2021 @ 17:37:03 +00:00 to 22:02:35 +00:00.

StravaigBot contributed 8 commits from Friday, 1 January, 2021 @ 22:16:05 +00:00 to Wednesday, 11 August, 2021 @ 23:03:17 +00:00.

Summary

:octocat: 208 commits in total.

📅 From Monday, 28 December, 2020 @ 16:26:30 +00:00.

📅 Until Tuesday, 14 September, 2021 @ 22:31:58 +00:00.

🥇 Gold medal to Colin Mackay with 156 commits which represents 75.00 % of all commits.

🥈 Silver medal to dependabot[bot] with 38 commits which represents 18.27 % of all commits.

🥉 Bronze medal to StravaigBot with 8 commits which represents 3.85 % of all commits.

Release of v1.0.2

11 Aug 23:03
0972188

Choose a tag to compare

Release Notes

Version 1.0.2

Date: Wednesday, 11 August, 2021 at 23:03:09 +00:00

Bugs

Features

Miscellaneous

Dependencies

  • .netstandard 2.0
    • Bump Microsoft.Extensions.DependencyInjection.Abstractions to 3.1.18
    • Bump Microsoft.Extensions.Logging.Abstractions to 3.1.18
    • Bump Microsoft.Extensions.Options to 3.1.18
    • Bump Microsoft.Extensions.Options.ConfigurationExtensions to 3.1.18
  • General
    • Bump Stravaig.Extensions.Logging.Diagnostics from 1.0.1 to 1.1.1

Contributors

This is a list of all the contributors to this repository in ascending order by the contributor name.

Colin Mackay contributed 152 commits from Monday, 28 December, 2020 @ 16:26:30 +00:00 to Wednesday, 11 August, 2021 @ 22:56:29 +00:00.

dependabot[bot] contributed 36 commits from Friday, 8 January, 2021 @ 14:03:37 +00:00 to Friday, 30 July, 2021 @ 13:04:33 +00:00.

Paul Mackay contributed 6 commits from Friday, 1 January, 2021 @ 17:37:03 +00:00 to 22:02:35 +00:00.

StravaigBot contributed 7 commits from Friday, 1 January, 2021 @ 22:16:05 +00:00 to Wednesday, 14 July, 2021 @ 16:35:26 +00:00.

Summary

:octocat: 201 commits in total.

📅 From Monday, 28 December, 2020 @ 16:26:30 +00:00.

📅 Until Wednesday, 11 August, 2021 @ 22:56:29 +00:00.

🥇 Gold medal to Colin Mackay with 152 commits which represents 75.62 % of all commits.

🥈 Silver medal to dependabot[bot] with 36 commits which represents 17.91 % of all commits.

🥉 Bronze medal to StravaigBot with 7 commits which represents 3.48 % of all commits.

Release of v1.0.1

14 Jul 16:35
9c134fc

Choose a tag to compare

Release Notes

Version 1.0.1

Date: Wednesday, 14 July, 2021 at 16:35:18 +00:00

Dependencies

  • General
    • Bump Stravaig.Extensions.Logging.Diagnostics to 1.0.1
  • .NET Standard 2.0
    • Bump Microsoft.Extensions.Logging.Abstractions to 3.1.17
    • Bump Microsoft.Extensions.DependencyInjection.Abstractions to 3.1.17
    • Bump Microsoft.Extensions.Options to 3.1.17
    • Bump Microsoft.Extensions.Options.ConfigurationExtensions to 3.1.17
  • .NET 5.0
    • Bump Microsoft.Extensions.DependencyInjection to 5.0.2

Contributors

This is a list of all the contributors to this repository in ascending order by the contributor name.

Colin Mackay contributed 148 commits from Monday, 28 December, 2020 @ 16:26:30 +00:00 to Wednesday, 14 July, 2021 @ 16:30:57 +00:00.

dependabot[bot] contributed 35 commits from Friday, 8 January, 2021 @ 14:03:37 +00:00 to Wednesday, 14 July, 2021 @ 16:25:12 +00:00.

Paul Mackay contributed 6 commits from Friday, 1 January, 2021 @ 17:37:03 +00:00 to 22:02:35 +00:00.

StravaigBot contributed 6 commits from Friday, 1 January, 2021 @ 22:16:05 +00:00 to Wednesday, 30 June, 2021 @ 14:13:09 +00:00.

Summary

:octocat: 195 commits in total.

📅 From Monday, 28 December, 2020 @ 16:26:30 +00:00.

📅 Until Wednesday, 14 July, 2021 @ 16:30:57 +00:00.

🥇 Gold medal to Colin Mackay with 148 commits which represents 75.90 % of all commits.

🥈 Silver medal to dependabot[bot] with 35 commits which represents 17.95 % of all commits.

🥉 Bronze medal to Paul Mackay with 6 commits which represents 3.08 % of all commits.

Release of v1.0.0

30 Jun 14:13
b9fd083

Choose a tag to compare

Release Notes

Version 1.0.0

Date: Wednesday, 30 June, 2021 at 14:13:01 +00:00

Miscellaneous

  • Prepare for V1 release

Dependencies

  • .NET Standard 2.0
    • Bump Microsoft.Extensions.DependencyInjection.Abstractions to 3.1.16
    • Bump Microsoft.Extensions.Logging.Abstractions to 3.1.16
    • Bump Microsoft.Extensions.Options to 3.1.16
    • Bump Microsoft.Extensions.Options.ConfigurationExtensions to 3.1.16
  • .NET 5.0
    • Bump Microsoft.Extensions.DependencyInjection.Abstractions to 5.0.0
    • Bump Microsoft.Extensions.Logging.Abstractions to 5.0.0
    • Bump Microsoft.Extensions.Options to 5.0.0
    • Bump Microsoft.Extensions.Options.ConfigurationExtensions to 5.0.0
  • General
    • Bump Microsoft.NET.Test.Sdk to 16.10.0
    • Bump NUnit3TestAdapter to 4.0.0
    • Bump Stravaig.Extensions.Logging.Diagnostics to 1.0.0

Contributors

This is a list of all the contributors to this repository in ascending order by the contributor name.

Colin Mackay contributed 145 commits from Monday, 28 December, 2020 @ 16:26:30 +00:00 to Wednesday, 30 June, 2021 @ 12:03:57 +00:00.

dependabot[bot] contributed 33 commits from Friday, 8 January, 2021 @ 14:03:37 +00:00 to Sunday, 13 June, 2021 @ 16:22:47 +00:00.

Paul Mackay contributed 6 commits from Friday, 1 January, 2021 @ 17:37:03 +00:00 to 22:02:35 +00:00.

StravaigBot contributed 5 commits from Friday, 1 January, 2021 @ 22:16:05 +00:00 to Saturday, 15 May, 2021 @ 16:49:27 +00:00.

Summary

:octocat: 189 commits in total.

📅 From Monday, 28 December, 2020 @ 16:26:30 +00:00.

📅 Until Wednesday, 30 June, 2021 @ 12:03:57 +00:00.

🥇 Gold medal to Colin Mackay with 145 commits which represents 76.72 % of all commits.

🥈 Silver medal to dependabot[bot] with 33 commits which represents 17.46 % of all commits.

🥉 Bronze medal to Paul Mackay with 6 commits which represents 3.17 % of all commits.

Release of v1.0.0-preview.224

27 Jun 14:45
afed7d0

Choose a tag to compare

Pre-release

Release Notes

Version 1.0.0-preview.224

Date: Sunday, 27 June, 2021 at 14:45:54 +00:00

Miscellaneous

  • Prepare for V1 release

Dependencies

  • .NET Standard 2.0
    • Bump Microsoft.Extensions.DependencyInjection.Abstractions to 3.1.16
    • Bump Microsoft.Extensions.Logging.Abstractions to 3.1.16
    • Bump Microsoft.Extensions.Options to 3.1.16
    • Bump Microsoft.Extensions.Options.ConfigurationExtensions to 3.1.16
  • .NET 5.0
    • Bump Microsoft.Extensions.DependencyInjection.Abstractions to 5.0.0
    • Bump Microsoft.Extensions.Logging.Abstractions to 5.0.0
    • Bump Microsoft.Extensions.Options to 5.0.0
    • Bump Microsoft.Extensions.Options.ConfigurationExtensions to 5.0.0
  • General
    • Bump Microsoft.NET.Test.Sdk to 16.10.0
    • Bump NUnit3TestAdapter to 4.0.0
    • Bump Stravaig.Extensions.Logging.Diagnostics to 1.0.0

Contributors

This is a list of all the contributors to this repository in ascending order by the contributor name.

Colin Mackay contributed 139 commits from Monday, 28 December, 2020 @ 16:26:30 +00:00 to Sunday, 27 June, 2021 @ 12:56:16 +00:00.

dependabot[bot] contributed 33 commits from Friday, 8 January, 2021 @ 14:03:37 +00:00 to Sunday, 13 June, 2021 @ 16:22:47 +00:00.

Paul Mackay contributed 6 commits from Friday, 1 January, 2021 @ 17:37:03 +00:00 to 22:02:35 +00:00.

StravaigBot contributed 5 commits from Friday, 1 January, 2021 @ 22:16:05 +00:00 to Saturday, 15 May, 2021 @ 16:49:27 +00:00.

Summary

:octocat: 183 commits in total.

📅 From Monday, 28 December, 2020 @ 16:26:30 +00:00.

📅 Until Sunday, 27 June, 2021 @ 12:56:16 +00:00.

🥇 Gold medal to Colin Mackay with 139 commits which represents 75.96 % of all commits.

🥈 Silver medal to dependabot[bot] with 33 commits which represents 18.03 % of all commits.

🥉 Bronze medal to Paul Mackay with 6 commits which represents 3.28 % of all commits.