Skip to content

Commit

Permalink
Updated DLL version and README.md
Browse files Browse the repository at this point in the history
To 0.1.1-alpha
  • Loading branch information
fsegaud committed Aug 22, 2017
1 parent fad0373 commit b9eedcc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Library/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// Vous pouvez spécifier toutes les valeurs ou indiquer les numéros de build et de révision par défaut
// en utilisant '*', comme indiqué ci-dessous :
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.1.0.0")]
[assembly: AssemblyFileVersion("0.1.0.0")]
[assembly: AssemblyVersion("0.1.1.0")]
[assembly: AssemblyFileVersion("0.1.1.0")]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ You can also install the correpsonding _NuGet_ package at [https://www.nuget.org
Or install it using the _NuGet_ console.

```
Install-Package Hef.Math.Interpreter -Version 0.1.0-alpha
Install-Package Hef.Math.Interpreter -Version 0.1.1-alpha
```

### Examples
Expand Down

0 comments on commit b9eedcc

Please sign in to comment.