Skip to content

Commit 37b7ebd

Browse files
committed
Generate new version and changelog.
1 parent f9c9ca1 commit 37b7ebd

2 files changed

Lines changed: 10 additions & 4 deletions

File tree

docs/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,4 +126,10 @@
126126
-> Adjust dynamic property/ies select avoid `System.Linq.Dynamic.Core`;<br />
127127

128128
### **v2.0.1.8588**
129-
-> Remove unused package `Microsoft.CodeAnalysis.Common`;<br />
129+
-> Remove unused package `Microsoft.CodeAnalysis.Common`;<br />
130+
131+
### **v2.1.0.0**
132+
-> Add new string extensions: `ToStringArray`, `ArrayToString`;<br />
133+
-> Add new array extensions: `AppendItem`, `AppendIfNotExists`, `RemoveItem`, `RemoveAtIdx`;<br />
134+
-> Add new enumerable extensions: `GetDuplicates`, `ForEach`, `ForEachAndReturn`;<br />
135+
-> Add passcode/password generation util;<br />

src/shared/GeneralAssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@
4747
[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.MainAssembly)]
4848
#endif
4949

50-
[assembly: AssemblyVersion("2.0.1.8588")]
51-
[assembly: AssemblyFileVersion("2.0.1.8588")]
52-
[assembly: AssemblyInformationalVersion("2.0.1.8588")]
50+
[assembly: AssemblyVersion("2.1.0.0")]
51+
[assembly: AssemblyFileVersion("2.1.0.0")]
52+
[assembly: AssemblyInformationalVersion("2.1.0.0")]

0 commit comments

Comments
 (0)