diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fd1f96..201a2e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [Unreleased] - 2017.08.?? +## [0.2.0-alpha] - 2017.08.29 ### Added diff --git a/Library/Properties/AssemblyInfo.cs b/Library/Properties/AssemblyInfo.cs index ec83502..ad18a88 100644 --- a/Library/Properties/AssemblyInfo.cs +++ b/Library/Properties/AssemblyInfo.cs @@ -6,11 +6,11 @@ // l'ensemble d'attributs suivant. Changez les valeurs de ces attributs pour modifier les informations // associées à un assembly. [assembly: AssemblyTitle("Hef.Math.Interpreter")] -[assembly: AssemblyDescription("TODO")] +[assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("fseg")] +[assembly: AssemblyCompany("François Ségaud")] [assembly: AssemblyProduct("Hef.Math.Interpreter")] -[assembly: AssemblyCopyright("")] +[assembly: AssemblyCopyright("2017 François Ségaud")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -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.1.0")] -[assembly: AssemblyFileVersion("0.1.1.0")] +[assembly: AssemblyVersion("0.2.0.0")] +[assembly: AssemblyFileVersion("0.2.0.0")] diff --git a/README.md b/README.md index 90f6add..54b2582 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.1-alpha +Install-Package Hef.Math.Interpreter -Version 0.2.0-alpha ``` ### Examples