-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
60 lines (35 loc) · 1.5 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# Changelog
## Version Changes
### 1.0.0 - 2022-01-02
- C# 10 adopted
- .Net Standard support deprecated
- Support from .Net6 onwards
- New CSA tools added into the build pipeline
### 0.3.6 - 2021-01-25
- Added ToCamelCase string extension methods.
### 0.3.5 - 2021-01-20
- Added ToEnum string extension methods.
- Added DateTimeOffset extensions methods.
### 0.3.4 - 2020-08-19
- Transparent favicon added
### 0.3.3 - 2020-08-19
- Library logos added in the DocFX documentation
### 0.3.2 - 2020-08-18
- DocFX documentation completed
- Official documentation url <https://bytedecoder.me/ByteDecoder.Common/>
### 0.3.1 - 2020-08-13
- Guard interface implementation refactored
- StyleCop and FxCop analyzers added as part of the development workflow
- Violating the analyzers rules will throw errors on compile, until they are fix
- All methods, classes and interfaces consumables for third parties in the Library has now documentation
### 0.3.0 - 2020-07-29
- Added MathComparisonExtensions extensions methods for math comparisions
- Added IfArgumentOutOfRange Guard clause
### 0.2.3 - 2020-07-28
- Fixed problem with Possible multiple enumeration of IEnumerable using with Resharper with JETBRAINS_ANNOTATIONS compilation symbol
### 0.2.1 - 2020-07-28
- Added AllowedOutputExtensionsInPackageBuildOutputFolder in ByteDecoder.Common project
### 0.2.0 - 2020-07-27
- Added Jetbrains Annotations for avoding false positive: Possible multiple enumeration of IEnumerable
### 0.1.0 - 2020-07-27
- Initial release