Skip to content

Commit e171c4e

Browse files
committed
Merge tag '1.3.0' into develop
Performance improvements and Benchmarks
2 parents e747223 + ad290cf commit e171c4e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/DotNet.Glob/project.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,15 @@
1616
"type": "git",
1717
"url": "https://github.com/dazinator/DotNet.Glob"
1818
},
19-
"summary": "A fast globbing library for .NET applications. Beats Regex.",
19+
"summary": "Fast and effiecient glob pattern match library for .NET. Performs better than compiled Regex.",
2020
"tags": [
2121
"glob",
2222
"globbing",
2323
"dotnet",
24-
"pattern"
24+
"pattern",
25+
"match"
2526
],
26-
"releaseNotes": "First stable release."
27+
"releaseNotes": "This release focuses on speed and efficiency improvements baby. DotNet Glob now performs roughly 80% faster than a compiled regex. Performance benchmarks added."
2728
},
2829
"dependencies": {},
2930
"frameworks": {

0 commit comments

Comments
 (0)