Skip to content

Commit b76dd78

Browse files
committed
Update package to v1.0.5
1 parent 1e3f29a commit b76dd78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ConvertEx is a capable alternative to `System.Convert`. It does its best to retu
1010
## <a href="https://www.nuget.org/packages/ConvertEx">NuGet Package</a>
1111

1212
```powershell
13-
Install-Package ConvertEx -Version 1.0.3
13+
Install-Package ConvertEx -Version 1.0.5
1414
```
1515

1616
## Usage Examples

src/ConvertEx/ConvertEx.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<GenerateDocumentationFile>true</GenerateDocumentationFile>
77
<NoWarn>1701;1702;1591</NoWarn>
88
<LangVersion>9</LangVersion>
9-
<Version>1.0.4</Version>
9+
<Version>1.0.5</Version>
1010
<Authors>Javid Shoaei</Authors>
1111
<Company>github.com/dotnettools</Company>
1212
<Description>A capable alternative to System.Convert</Description>

0 commit comments

Comments
 (0)