Skip to content

Commit b8ef04e

Browse files
committed
Merge branch 'develop'
2 parents 4b937b5 + d04353e commit b8ef04e

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 James Green
3+
Copyright (c) 2025 James Green
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)