From b9eedccabdf539715970f1db55c2e52c6a3a0010 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20S=C3=A9gaud?= Date: Tue, 22 Aug 2017 10:37:07 +0200 Subject: [PATCH] Updated DLL version and README.md To 0.1.1-alpha --- Library/Properties/AssemblyInfo.cs | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Library/Properties/AssemblyInfo.cs b/Library/Properties/AssemblyInfo.cs index 96ef501..ec83502 100644 --- a/Library/Properties/AssemblyInfo.cs +++ b/Library/Properties/AssemblyInfo.cs @@ -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")] diff --git a/README.md b/README.md index 656573d..3f35c08 100644 --- a/README.md +++ b/README.md @@ -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