Skip to content

Commit b42df33

Browse files
committed
Updating version number
--HG-- branch : dev
1 parent 55cd429 commit b42df33

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Docs/ReleaseNotes.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
Note that the hardware framework projects have their own release cycle and release notes.
66

77

8-
## vNext
8+
## 1.0.8, 13.01.2017
99

1010
- Adding ability to inline methods to vastly improve performance if the method is small but called a lot of times.
1111
- Adding support for `ref` and `out` parameters, see the [issue](https://github.com/Lombiq/Hastlayer-SDK/issues/15).
1212
- `Fix64` fixed-point number type added for computations with fractions.
1313
- Simplified configuration of parallelized code: no need to manually specify the degree of parallelism any more in most cases (see `ParallelAlgorithmSampleRunner` for example: `Configure()` is just one line now).
1414
- Various smaller bugfixes and improvements.
1515

16-
For all publicly tracked issues resolved with this release [see GitHub](https://github.com/Lombiq/Hastlayer-SDK/milestone/1?closed=1).
16+
For all publicly tracked issues resolved with this release [see the corresponding milestone](https://github.com/Lombiq/Hastlayer-SDK/milestone/1?closed=1).
1717

1818

1919
## 1.0.7, 25.11.2017

SharedAssemblyInfo.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
[assembly: AssemblyCompany("Lombiq Technologies Ltd.")]
99
[assembly: AssemblyProduct("Hastlayer (hastlayer.com)")]
10-
[assembly: AssemblyCopyright("Copyright © 2015-2017")]
10+
[assembly: AssemblyCopyright("Copyright © 2015-2018")]
1111
[assembly: AssemblyTrademark("")]
1212

1313
#if DEBUG
@@ -26,5 +26,5 @@
2626
// You can specify all the values or you can default the Build and Revision Numbers
2727
// by using the '*' as shown below:
2828
// [assembly: AssemblyVersion("1.0.*")]
29-
[assembly: AssemblyVersion("1.0.7.0")]
30-
[assembly: AssemblyFileVersion("1.0.7.0")]
29+
[assembly: AssemblyVersion("1.0.8.0")]
30+
[assembly: AssemblyFileVersion("1.0.8.0")]

0 commit comments

Comments
 (0)