We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e3f29a commit b76dd78Copy full SHA for b76dd78
README.md
@@ -10,7 +10,7 @@ ConvertEx is a capable alternative to `System.Convert`. It does its best to retu
10
## <a href="https://www.nuget.org/packages/ConvertEx">NuGet Package</a>
11
12
```powershell
13
-Install-Package ConvertEx -Version 1.0.3
+Install-Package ConvertEx -Version 1.0.5
14
```
15
16
## Usage Examples
src/ConvertEx/ConvertEx.csproj
@@ -6,7 +6,7 @@
6
<GenerateDocumentationFile>true</GenerateDocumentationFile>
7
<NoWarn>1701;1702;1591</NoWarn>
8
<LangVersion>9</LangVersion>
9
- <Version>1.0.4</Version>
+ <Version>1.0.5</Version>
<Authors>Javid Shoaei</Authors>
<Company>github.com/dotnettools</Company>
<Description>A capable alternative to System.Convert</Description>
0 commit comments