1
0
mirror of https://github.com/oliverbooth/X10D synced 2024-11-09 22:55:42 +00:00

docs: bump version in README to 3.2.0

This commit is contained in:
Oliver Booth 2023-04-03 17:30:06 +01:00
parent 0e64819b7d
commit e964e4e53e
No known key found for this signature in database
GPG Key ID: 20BEB9DC87961025

View File

@ -17,7 +17,7 @@ X10D (pronounced *extend*), is a .NET package that provides extension methods fo
## Installation ## Installation
### NuGet installation ### NuGet installation
```ps ```ps
Install-Package X10D -Version 3.1.0 Install-Package X10D -Version 3.2.0
``` ```
### Manual installation ### Manual installation