Skip to content

Commit 844abb5

Browse files
committed
Library updated to v1.2.0
1 parent efda199 commit 844abb5

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1+
### 1.2.0 = 2020-07-03
2+
* Assembly name chnaged to ByteDecoder.RoyalLibrary
3+
14
### 1.1.1 = 2020-07-01
25
* Changed root namespace to ByteDecoder.RoyalLibrary
6+
37
### 1.0.4 - 2020-06-21
48
* IEnumerable<T>.Each() renamed to IEnumerable<T>.ForEach()
59

RoyalLibrary/RoyalLibrary.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@
1616
<RepositoryType>MIT</RepositoryType>
1717
<PackageTags>csharp dotnetstandard</PackageTags>
1818
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
19-
<Version>1.1.1</Version>
19+
<Version>1.2.0</Version>
2020
<GenerateDocumentationFile>true</GenerateDocumentationFile>
21+
<AssemblyName>ByteDecoder.RoyalLibrary</AssemblyName>
2122
</PropertyGroup>
2223

2324
<ItemGroup>

0 commit comments

Comments
 (0)