We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efda199 commit 844abb5Copy full SHA for 844abb5
2 files changed
CHANGELOG
@@ -1,5 +1,9 @@
1
+### 1.2.0 = 2020-07-03
2
+ * Assembly name chnaged to ByteDecoder.RoyalLibrary
3
+
4
### 1.1.1 = 2020-07-01
5
* Changed root namespace to ByteDecoder.RoyalLibrary
6
7
### 1.0.4 - 2020-06-21
8
* IEnumerable<T>.Each() renamed to IEnumerable<T>.ForEach()
9
RoyalLibrary/RoyalLibrary.csproj
@@ -16,8 +16,9 @@
16
<RepositoryType>MIT</RepositoryType>
17
<PackageTags>csharp dotnetstandard</PackageTags>
18
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
19
- <Version>1.1.1</Version>
+ <Version>1.2.0</Version>
20
<GenerateDocumentationFile>true</GenerateDocumentationFile>
21
+ <AssemblyName>ByteDecoder.RoyalLibrary</AssemblyName>
22
</PropertyGroup>
23
24
<ItemGroup>
0 commit comments