Skip to content

Commit

Permalink
0.2.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
fsegaud committed Aug 29, 2017
1 parent e7626fb commit 11491ca
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
10 changes: 5 additions & 5 deletions Library/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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("")]

Expand All @@ -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")]
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.1-alpha
Install-Package Hef.Math.Interpreter -Version 0.2.0-alpha
```

### Examples
Expand Down

0 comments on commit 11491ca

Please sign in to comment.