Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
v1.8.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jcaillon committed Jul 1, 2018
1 parent 3476156 commit 01e1dea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 3PA/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("1.8.1.0")]
[assembly: AssemblyVersion("1.8.2.0")]
//[assembly: AssemblyFileVersion("1.5.3.1")]
6 changes: 3 additions & 3 deletions NEXT_RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ This is yet another small release in the stable branch. It doesn't bring new fea

In the meantime, i've been pretty busy in the development branch of 3P, working on the GUI framework and modularizing components of 3P for external usage (like the parser and the deployer/mass compiler for instance). A lot of goodies that will come with the next beta version v1.9; if you wish to preview these features and help me debug 3P, don't forget that you can switch to the beta branch of updates in the option page.

### Important notes :###
### Important notes : ###

I've slightly lowered the requirement from .net 4.6.2 to .net 4.6.1 for the simple reason that this latter version is more commonly used and that 4.6.2 doesn't bring interesting features for me.

### Improvements :###
### Improvements : ###

- #220 : Extent indicator on tooltips for variables, parameters, fields and function return types

### Fixed issues :###
### Fixed issues : ###

- #219 : force github update to accept only v3 version of the github API : https://developer.github.com/v3/#current-version
- problems using ALT+LEFT/RIGHT on autocompletion (the type rotation was incorrect)
Expand Down

0 comments on commit 01e1dea

Please sign in to comment.