File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2020 James Green
3+ Copyright (c) 2025 James Green
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -35,19 +35,19 @@ https://jamsoft.github.io/JamSoft.Helpers/
3535# Installation
3636### Nuget
3737``` shell
38- Install-Package JamSoft.Helpers -Version 1.2.4
38+ Install-Package JamSoft.Helpers -Version 1.3.3
3939```
4040### CLI
4141``` shell
42- dotnet add package JamSoft.Helpers --version 1.2.4
42+ dotnet add package JamSoft.Helpers --version 1.3.3
4343```
4444### Package Reference
4545``` xml
46- <PackageReference Include =" JamSoft.Helpers" Version =" 1.2.4 " />
46+ <PackageReference Include =" JamSoft.Helpers" Version =" 1.3.3 " />
4747```
4848### Package Reference
4949``` shell
50- paket add JamSoft.Helpers --version 1.2.4
50+ paket add JamSoft.Helpers --version 1.3.3
5151```
5252# Tests
5353
You can’t perform that action at this time.
0 commit comments