Skip to content

Commit c4b4f8b

Browse files
RealDotNetDaveDavid McCarter
authored andcommitted
Fixing push issues.
Revert "removed large file" This reverts commit c7361d4cea91d25c741f06d98182d7f12f6c65cd. removed large file Code cleanup for quarterly release. Code cleanup. Minor fixes for quarterly release. Code cleanup. Modified unit test. Replaces StringBuilderHelper with FastStringBuilder. New methods, unit tests and code cleanup. Added new code for DEC22 release. Updated NuGet packages. Fixed issue in FileProcessor.DeleteFiles(). Added unit test for DeleteFiles().
1 parent e90496d commit c4b4f8b

File tree

121 files changed

+293888
-1276
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

121 files changed

+293888
-1276
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This repository is for the dotNetTips.Spargine code for .NET 6 & 7. Please suppo
77
> <a href="README-5.md" target="_blank">Click here</a> for the .NET 5 version of Spargine.
88
99
## GitHub
10-
All of the assemblies listed below can be found on GitHub by <a href="https://www.nuget.org/packages?q=spargine+dotnettips" target="_blank">clicking here</a>. **Latest Official Release: v2022.6.11.14**
10+
All of the assemblies listed below can be found on GitHub by <a href="https://www.nuget.org/packages?q=spargine+dotnettips" target="_blank">clicking here</a>. **Latest Official Release: v2023.6.01.08**
1111

1212
[![Build All](https://github.com/RealDotNetDave/dotNetTips.Spargine/actions/workflows/buildall.yml/badge.svg)](https://github.com/RealDotNetDave/dotNetTips.Spargine/actions/workflows/buildall.yml)
1313
## Projects

build/Build Spargine 6.ps1

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
dotnet clean D:\src\GitHub\dotNetTips.Spargine\source\dotNetTips.Spargine.6.sln
2+
3+
dotnet build D:\src\GitHub\dotNetTips.Spargine\source\dotNetTips.Spargine.6.sln --configuration Release
4+
5+
dotnet pack "D:\src\GitHub\dotNetTips.Spargine\source\6\dotNetTips.Spargine.6.Extensions\dotNetTips.Spargine.6.Extensions.csproj" --include-source --include-symbols --output "c:\dotNetTips.com\NuGet"
6+
7+
dotnet pack "D:\src\GitHub\dotNetTips.Spargine\source\6\dotNetTips.Spargine.6.Core\dotNetTips.Spargine.6.Core.csproj" --include-source --include-symbols --output "c:\dotNetTips.com\NuGet"
8+
9+
dotnet pack "D:\src\GitHub\dotNetTips.Spargine\source\6\dotNetTips.Spargine.6\dotNetTips.Spargine.6.csproj" --include-source --include-symbols --output "c:\dotNetTips.com\NuGet"
10+
11+
dotnet pack "D:\src\GitHub\dotNetTips.Spargine\source\6\dotNetTips.Spargine.6.Tester\dotNetTips.Spargine.6.Tester.csproj" --include-source --include-symbols --output "c:\dotNetTips.com\NuGet"

docs/Benchmark Results/6/DotNetTips.Spargine.Core.BenchmarkTests.FastStringBuilderCounterBenchmark-measurements.csv

Lines changed: 13035 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)