Skip to content

Commit a24f3ad

Browse files
Final changes for release: 2025.8.5.1
Bump version to 2025.8.5 and enhance documentation Updated version numbers across project files to 2025.8.5, reflecting a new release of the DotNetTips.Spargine library. Added a `UnitTester` project to the README.md for improved debugging capabilities. Modified the `DisposeCollection` method for better usability. Updated the `Benchmarking` project to use the latest extensions and tester packages. Adjusted method signatures and descriptions in the Core and Tester projects for clarity. Updated documentation timestamps to ensure current information.
1 parent e5abf91 commit a24f3ad

19 files changed

Lines changed: 86 additions & 76 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# DotNetTips.Spargine for Microsoft .NET 8: v2025.8.4.26
1+
# DotNetTips.Spargine for Microsoft .NET 8: v2025.8.5.1
22
![Spargine 8](docs/Graphics/SPARGINE-8-BANNER.png)
33

44
Open-source .NET assemblies from dotNetTips.com and **<a href="https://dotnettips.wordpress.com/about/" target="_blank">David (dotNetDave) McCarter</a>**.
@@ -70,6 +70,7 @@ Below is the list of current projects in this repository
7070
* **WebHelper**: Utility methods for website calls. These functions streamline website interactions and efficiently manage HTTP-related tasks.
7171
* **ApiLibraries**: List of common Windows API libraries.
7272
* **App**: Application Information and Utility Methods.
73+
* **AssemblyHelper**: Provides static helper methods for working with assemblies.
7374
* **ArgumentInvalidException**: Custom exception type for invalid argument value.
7475
* **ArgumentReadOnlyException**: Custom exception type for read-only argument values, such as collections.
7576
* **ComputerInfo**: Used to retrieve common computer information.
@@ -101,7 +102,7 @@ Below is the list of current projects in this repository
101102
* **TypeHelper**: Provides valuable methods for type management, encompassing tasks such as loading derived types, creating new types, discovering derived types, converting JSON to objects, transforming JSON files into objects, generating instance hash codes, and listing built-in types. These functionalities empower developers to handle types effectively in diverse scenarios.
102103
* **Valdaitor**: Methods facilitating the validation of arguments and values, ensuring both simplicity and accuracy. In the event of encountering invalid data, an Exception will be thrown, accompanied by an appropriate error message, which can be either custom or default.
103104

104-
* **DotNetTips.Spargine.Extensions:** Library for common extension methods. Supported types are: Array, Assembly, Boolean, Collection, Color, DataContext, DataReader, DataTable, DateTime, Dictionary, Enumerable, Enum, Exception, Guid, HashSet, HttpClient, HttpContext, HttpRequest, HttpReponseHeader, ImmutableArray, LINQ, List, Math, Numeric, Object, ObservableCollection, Process, ReadOnlyCollection, ReadOnlySpan, Socket, SortedDictionary, SortedSet, Stream, StringBuilder, String, Task, Thread, Type, WebClient
105+
* **DotNetTips.Spargine.Extensions:** Library for common extension methods. Supported types are: Array, Assembly, Boolean, Collection, Color, ConcurrentBag, DataContext, DataReader, DataTable, DateTime, Dictionary, Enumerable, Enum, Exception, Guid, HashSet, HttpClient, HttpContext, HttpRequest, HttpReponseHeader, ImmutableArray, LINQ, List, Math, Numeric, Object, ObservableCollection, Process, ReadOnlyCollection, ReadOnlySpan, Socket, SortedDictionary, SortedSet, Stream, StringBuilder, String, Task, Thread, Type, WebClient
105106
* **DotNetTips.Spargine.Tester:** Library for creating dummy data for use in unit & benchmark tests.
106107
* **Data**:
107108
* **Countries**: Methods for retrieving comprehensive data encompassing all countries worldwide, including their respective regions, states and cities.
@@ -163,6 +164,7 @@ Below is the list of current projects in this repository
163164
* **GenerateWord**: Generates a random word within a specified minimum and maximum length. Example: `anvpwufadtxpfysguavguwm`
164165
* **GenerateWords**: Generates a ReadOnlyCollection of words with lengths falling within a specified minimum and maximum range.
165166
* **LongTestString** (property): Provides an extensive string for testing purposes, with a length of 969 characters, including spaces.
167+
* **UnitTester**: Provides utility methods for debugging and saving object properties. This class is intended to be used as a base class for unit testing scenarios.
166168
* **DotNetTips.Spargine.Benchmarking:** Library for benchmarking code using <a href="https://benchmarkdotnet.org/index.html" target="_blank">BenchmarkDotNet</a>. To read more about this project, <a href="source/Benchmarking/README.md" target="_blank">**click here**</a>.
167169
# Benchmark Tests
168170
Spargine undergoes performance testing through benchmark tests using **BenchmarkDotNet**. **<a href="https://github.com/RealDotNetDave/dotNetTips.Spargine.8/tree/master/docs/Benchmark%20Results" target="_blank">Click here</a>** to access the latest benchmark results for these projects.

docs/Library Information/DotNetTips.Spargine.8.Benchmarking.info.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@
5454
* **Documentation:** https://bit.ly/BenchmarkLikeDotNetDave
5555

5656
*****
57-
**Generated by Spargine - dotNetTips.com on 4/24/2025 11:41:59 AM UTC**
57+
**Generated by Spargine - dotNetTips.com on 4/29/2025 3:16:01 PM UTC**

docs/Library Information/DotNetTips.Spargine.8.Core.info.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# DotNetTips.Spargine.8.Core - 2025.8.4.23
1+
# DotNetTips.Spargine.8.Core - 2025.8.4.26
22

33
## DotNetTips.Spargine.Core.ApiLibraries
44

@@ -306,7 +306,7 @@
306306
* **Unit Test Status:** Completed
307307
* **Description:** FindAssembliesFromDirectory
308308

309-
### System.Collections.ObjectModel.ReadOnlyCollection<System.Type> FindTypesImplementing(System.IO.FileInfo file, System.Type[] typeNames)
309+
### System.Collections.ObjectModel.ReadOnlyCollection<System.Type> FindTypesImplementing(System.IO.FileInfo file, System.Type[] types)
310310

311311
* **Status:** New
312312
* **Optimization Status:** Completed
@@ -338,50 +338,50 @@
338338
* **Unit Test Status:** Completed
339339
* **Description:** GetAssemblyMetadata
340340

341-
### System.Collections.ObjectModel.ReadOnlyCollection<System.Reflection.AssemblyName> GetDependentAssemblies(System.IO.FileInfo assemblyFile)
341+
### System.Collections.ObjectModel.ReadOnlyCollection<System.Type> GetAssemblyPublicTypes(System.IO.FileInfo assemblyFile)
342342

343343
* **Status:** New
344344
* **Optimization Status:** Completed
345345
* **BenchMarkStatus:** Not Required
346346
* **Unit Test Status:** Completed
347-
* **Description:** GetDependentAssemblies
347+
* **Description:** GetAssemblyPublicTypes
348348

349-
### System.Collections.ObjectModel.ReadOnlyCollection<System.Reflection.MethodInfo> GetMethodsInType(System.IO.FileInfo assemblyFile, System.String typeName)
349+
### System.Collections.ObjectModel.ReadOnlyCollection<System.Type> GetAssemblyTypes(System.IO.FileInfo assemblyFile)
350350

351351
* **Status:** New
352352
* **Optimization Status:** Completed
353353
* **BenchMarkStatus:** Not Required
354354
* **Unit Test Status:** Completed
355-
* **Description:** GetMethodsInType
355+
* **Author:** David McCarter
356+
* **CreatedOn:** 4/9/2025
357+
* **Description:** GetAssemblyTypes
358+
* **Modified By:** David McCarter
356359

357-
### System.Collections.ObjectModel.ReadOnlyCollection<System.IO.FileInfo> GetNetSdkDllFiles(System.String version)
360+
### System.Collections.ObjectModel.ReadOnlyCollection<System.Reflection.AssemblyName> GetDependentAssemblies(System.IO.FileInfo assemblyFile)
358361

359362
* **Status:** New
360363
* **Optimization Status:** Completed
361364
* **BenchMarkStatus:** Not Required
362365
* **Unit Test Status:** Completed
363-
* **Author:** David McCarter
364-
* **CreatedOn:** 4/9/2025
365-
* **Description:** GetNetSdkDllFiles
366-
* **Modified By:** David McCarter
366+
* **Description:** GetDependentAssemblies
367367

368-
### System.Collections.ObjectModel.ReadOnlyCollection<System.Type> GetPublicTypes(System.IO.FileInfo assemblyFile)
368+
### System.Collections.ObjectModel.ReadOnlyCollection<System.Reflection.MethodInfo> GetMethodsInType(System.IO.FileInfo assemblyFile, System.String typeName)
369369

370370
* **Status:** New
371371
* **Optimization Status:** Completed
372372
* **BenchMarkStatus:** Not Required
373373
* **Unit Test Status:** Completed
374-
* **Description:** GetPublicTypes
374+
* **Description:** GetMethodsInType
375375

376-
### System.Collections.ObjectModel.ReadOnlyCollection<System.Type> LoadAssemblyTypes(System.IO.FileInfo assemblyFile)
376+
### System.Collections.ObjectModel.ReadOnlyCollection<System.IO.FileInfo> GetNetSdkDllFiles(System.String version)
377377

378378
* **Status:** New
379379
* **Optimization Status:** Completed
380380
* **BenchMarkStatus:** Not Required
381381
* **Unit Test Status:** Completed
382382
* **Author:** David McCarter
383383
* **CreatedOn:** 4/9/2025
384-
* **Description:** LoadAssemblyTypes
384+
* **Description:** GetNetSdkDllFiles
385385
* **Modified By:** David McCarter
386386

387387
### System.Void UnloadAssembly(System.IO.FileInfo assemblyFile)
@@ -5104,4 +5104,4 @@
51045104
* **Modified By:** David McCarter
51055105

51065106
*****
5107-
**Generated by Spargine - dotNetTips.com on 4/24/2025 11:41:59 AM UTC**
5107+
**Generated by Spargine - dotNetTips.com on 4/29/2025 3:16:01 PM UTC**

docs/Library Information/DotNetTips.Spargine.8.Extensions.info.md

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# DotNetTips.Spargine.8.Extensions - 2025.8.4.23
1+
# DotNetTips.Spargine.8.Extensions - 2025.8.4.26
22

33
## DotNetTips.Spargine.Extensions.ArrayExtensions
44

@@ -951,12 +951,12 @@
951951
* **Description:** AddRange
952952
* **Modified By:** David McCarter
953953

954-
### System.Void DisposeCollection(System.Collections.Generic.IDictionary<TKey, TValue> collection)
954+
### System.Void DisposeCollection(System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.Object, System.IDisposable>> collection)
955955

956956
* **Status:** Available
957957
* **Optimization Status:** None
958958
* **BenchMarkStatus:** Not Required
959-
* **Unit Test Status:** Completed
959+
* **Unit Test Status:** None
960960
* **Author:** David McCarter
961961
* **CreatedOn:** 11/21/2020
962962
* **Description:** DisposeCollection
@@ -3177,6 +3177,14 @@
31773177
* **Unit Test Status:** Completed
31783178
* **Description:** ComputeSha256Hash
31793179

3180+
### System.Void DisposeCollection(System.Collections.Generic.IEnumerable<T> items)
3181+
3182+
* **Status:** New
3183+
* **Optimization Status:** Not Required
3184+
* **BenchMarkStatus:** Not Required
3185+
* **Unit Test Status:** Completed
3186+
* **Description:** DisposeCollection
3187+
31803188
### System.Void DisposeFields(System.IDisposable obj)
31813189

31823190
* **Status:** Available
@@ -3236,6 +3244,14 @@
32363244
* **Unit Test Status:** Completed
32373245
* **Description:** IsNull
32383246

3247+
### System.Void ProcessCollectionToDispose(System.Collections.Generic.IEnumerable<T> items)
3248+
3249+
* **Status:** New
3250+
* **Optimization Status:** Completed
3251+
* **BenchMarkStatus:** Not Required
3252+
* **Unit Test Status:** None
3253+
* **Description:** ProcessCollectionToDispose
3254+
32393255
### System.Collections.Generic.IDictionary<System.String, System.String> PropertiesToDictionary(System.Object obj, System.String memberName, System.Boolean ignoreNulls)
32403256

32413257
* **Status:** Available
@@ -4794,4 +4810,4 @@
47944810
* **Description:** ConvertFrom
47954811

47964812
*****
4797-
**Generated by Spargine - dotNetTips.com on 4/24/2025 11:41:59 AM UTC**
4813+
**Generated by Spargine - dotNetTips.com on 4/29/2025 3:16:02 PM UTC**

docs/Library Information/DotNetTips.Spargine.8.Tester.info.md

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# DotNetTips.Spargine.8.Tester - 2025.8.4.23
1+
# DotNetTips.Spargine.8.Tester - 2025.8.4.26
22

33
## DotNetTips.Spargine.Tester.Models.RefTypes.Address
44

@@ -431,7 +431,7 @@
431431
* **Unit Test Status:** Completed
432432
* **Description:** Phone
433433

434-
### DotNetTips.Spargine.Tester.Models.RefTypes.Person<TAddress> ToPerson(DotNetTips.Spargine.Tester.Models.ValueTypes.Person`1[[DotNetTips.Spargine.Tester.Models.ValueTypes.Address, DotNetTips.Spargine.8.Tester, Version=2025.8.4.23, Culture=neutral, PublicKeyToken=null]]& person)
434+
### DotNetTips.Spargine.Tester.Models.RefTypes.Person<TAddress> ToPerson(DotNetTips.Spargine.Tester.Models.ValueTypes.Person`1[[DotNetTips.Spargine.Tester.Models.ValueTypes.Address, DotNetTips.Spargine.8.Tester, Version=2025.8.4.26, Culture=neutral, PublicKeyToken=null]]& person)
435435

436436
* **Status:** Available
437437
* **Optimization Status:** None
@@ -653,7 +653,7 @@
653653
* **Unit Test Status:** Completed
654654
* **Description:** ToPersonRecord
655655

656-
### DotNetTips.Spargine.Tester.Models.RefTypes.PersonRecord ToPersonRecord(DotNetTips.Spargine.Tester.Models.RefTypes.Person`1[[DotNetTips.Spargine.Tester.Models.RefTypes.Address, DotNetTips.Spargine.8.Tester, Version=2025.8.4.23, Culture=neutral, PublicKeyToken=null]]& person)
656+
### DotNetTips.Spargine.Tester.Models.RefTypes.PersonRecord ToPersonRecord(DotNetTips.Spargine.Tester.Models.RefTypes.Person`1[[DotNetTips.Spargine.Tester.Models.RefTypes.Address, DotNetTips.Spargine.8.Tester, Version=2025.8.4.26, Culture=neutral, PublicKeyToken=null]]& person)
657657

658658
* **Status:** Available
659659
* **Optimization Status:** None
@@ -1769,7 +1769,7 @@
17691769
* **Status:** Available
17701770
* **Optimization Status:** Completed
17711771
* **BenchMarkStatus:** Completed
1772-
* **Unit Test Status:** Completed
1772+
* **Unit Test Status:** None
17731773
* **Author:** David McCarter
17741774
* **CreatedOn:** 1/19/2019
17751775
* **Description:** GenerateUrlHostName
@@ -1872,14 +1872,6 @@
18721872
* **Unit Test Status:** None
18731873
* **Documentation:** ADD URL
18741874

1875-
### DotNetTips.Spargine.Tester.UnitTester (System.String outputDirectory)
1876-
1877-
* **Status:** New
1878-
* **Optimization Status:** Not Required
1879-
* **BenchMarkStatus:** Not Required
1880-
* **Unit Test Status:** None
1881-
* **Description:** UnitTester
1882-
18831875
### System.Void PrintToDebug(System.Collections.Generic.IEnumerable<T> collection, System.Func<System.Reflection.PropertyInfo, System.Boolean> propertySelector, System.String methodName)
18841876

18851877
* **Status:** New
@@ -1929,4 +1921,4 @@
19291921
* **Description:** SaveToFileAsync
19301922

19311923
*****
1932-
**Generated by Spargine - dotNetTips.com on 4/24/2025 11:41:59 AM UTC**
1924+
**Generated by Spargine - dotNetTips.com on 4/29/2025 3:16:02 PM UTC**

docs/Library Information/DotNetTips.Spargine.8.info.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# DotNetTips.Spargine.8 - 2025.8.4.23
1+
# DotNetTips.Spargine.8 - 2025.8.4.26
22

33
## DotNetTips.Spargine.Extensions.RegistryExtensions
44

@@ -784,7 +784,7 @@
784784
* **Documentation:** https://bit.ly/SpargineJun2021
785785
* **Modified By:** David McCarter
786786

787-
### System.Void StartServices(System.Collections.Generic.IEnumerable`1[[DotNetTips.Spargine.ServiceAction, DotNetTips.Spargine.8, Version=2025.8.4.23, Culture=neutral, PublicKeyToken=null]]& requests)
787+
### System.Void StartServices(System.Collections.Generic.IEnumerable`1[[DotNetTips.Spargine.ServiceAction, DotNetTips.Spargine.8, Version=2025.8.4.26, Culture=neutral, PublicKeyToken=null]]& requests)
788788

789789
* **Status:** Available
790790
* **Optimization Status:** None
@@ -796,7 +796,7 @@
796796
* **Documentation:** https://bit.ly/SpargineJun2021
797797
* **Modified By:** David McCarter
798798

799-
### System.Void StartStopServices(System.Collections.Generic.IEnumerable`1[[DotNetTips.Spargine.ServiceAction, DotNetTips.Spargine.8, Version=2025.8.4.23, Culture=neutral, PublicKeyToken=null]]& requests)
799+
### System.Void StartStopServices(System.Collections.Generic.IEnumerable`1[[DotNetTips.Spargine.ServiceAction, DotNetTips.Spargine.8, Version=2025.8.4.26, Culture=neutral, PublicKeyToken=null]]& requests)
800800

801801
* **Status:** Available
802802
* **Optimization Status:** None
@@ -820,7 +820,7 @@
820820
* **Documentation:** https://bit.ly/SpargineJun2021
821821
* **Modified By:** David McCarter
822822

823-
### System.Void StopServices(System.Collections.Generic.IEnumerable`1[[DotNetTips.Spargine.ServiceAction, DotNetTips.Spargine.8, Version=2025.8.4.23, Culture=neutral, PublicKeyToken=null]]& requests)
823+
### System.Void StopServices(System.Collections.Generic.IEnumerable`1[[DotNetTips.Spargine.ServiceAction, DotNetTips.Spargine.8, Version=2025.8.4.26, Culture=neutral, PublicKeyToken=null]]& requests)
824824

825825
* **Status:** Available
826826
* **Optimization Status:** None
@@ -852,4 +852,4 @@
852852
* **Modified By:** David McCarter
853853

854854
*****
855-
**Generated by Spargine - dotNetTips.com on 4/24/2025 11:41:59 AM UTC**
855+
**Generated by Spargine - dotNetTips.com on 4/29/2025 3:16:02 PM UTC**

source/Benchmarking/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# DotNetTips.Spargine.Benchmarking v2025.8.4.1 for .NET 8
1+
# DotNetTips.Spargine.Benchmarking v2025.8.5.1 for .NET 8
22
![](docs/graphics/dotNetTips-Spargine-Logo.jpg)
33
Open-source .NET assembly from dotNetTips.com and David (dotNetDave) McCarter for benchmarking code using <a href="https://benchmarkdotnet.org/index.html" target="_blank">BenchmarkDotNet</a>..
44
This repository is for the dotNetTips.Spargine code for .NET 8. Please support this project by <a href="https://github.com/sponsors/RealDotNetDave" target="_blank">**clicking here**</a>.

source/Benchmarking/dotNetTips.Spargine.8.Benchmarking/DotNetTips.Spargine.8.Benchmarking.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
55
<AnalysisLevel>latest-recommended</AnalysisLevel>
66
<AnalysisMode>AllEnabledByDefault</AnalysisMode>
77
<ApplicationIcon>dotNetTips-Spargine-Logo.ico</ApplicationIcon>
88
<AssemblyName>$(MSBuildProjectName)</AssemblyName>
9-
<AssemblyVersion>2025.8.4.1</AssemblyVersion>
9+
<AssemblyVersion>2025.8.5.1</AssemblyVersion>
1010
<Authors>David McCarter</Authors>
1111
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
1212
<AutoIncrementPackageRevision>true</AutoIncrementPackageRevision>
@@ -24,7 +24,7 @@
2424
<EnablePackageValidation>false</EnablePackageValidation>
2525
<EnableSingleFileAnalyzer>false</EnableSingleFileAnalyzer>
2626
<EnforceCodeStyleInBuild>True</EnforceCodeStyleInBuild>
27-
<FileVersion>2025.8.4.1</FileVersion>
27+
<FileVersion>2025.8.5.1</FileVersion>
2828
<GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType>
2929
<GenerateDocumentationFile>true</GenerateDocumentationFile>
3030
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
@@ -51,7 +51,7 @@
5151
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
5252
<TargetFramework>net8.0</TargetFramework>
5353
<Title>DotNetTips.Spargine.Benchmarking</Title>
54-
<Version>2025.8.4.1</Version>
54+
<Version>2025.8.5.1</Version>
5555
</PropertyGroup>
5656

5757
<ItemGroup>
@@ -68,8 +68,8 @@
6868
<ItemGroup>
6969
<PackageReference Include="BenchmarkDotNet" Version="0.14.0" />
7070
<PackageReference Include="BenchmarkDotNet.Diagnostics.Windows" Version="0.14.0" />
71-
<PackageReference Include="DotNetTips.Spargine.8.Extensions" Version="2025.8.4.23" />
72-
<PackageReference Include="DotNetTips.Spargine.8.Tester" Version="2025.8.4.23" />
71+
<PackageReference Include="DotNetTips.Spargine.8.Extensions" Version="2025.8.5.1" />
72+
<PackageReference Include="DotNetTips.Spargine.8.Tester" Version="2025.8.5.1" />
7373
</ItemGroup>
7474

7575
<ItemGroup>

source/Benchmarking/dotNetTips.Spargine.Core.BenchmarkTests/DotNetTips.Spargine.Core.BenchmarkTests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
55
<AnalysisLevel>latest</AnalysisLevel>
6-
<AssemblyVersion>2025.8.4.1</AssemblyVersion>
6+
<AssemblyVersion>2025.8.5.1</AssemblyVersion>
77
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
88
<BaseOutputPath>..\..\..\AppBin\</BaseOutputPath>
99
<Company>dotNetTips.com - McCarter Consulting</Company>
@@ -14,7 +14,7 @@
1414
<DebugType>none</DebugType>
1515
<Description>DotNetTips.Spargine.Core.BenchmarkTests</Description>
1616
<EnforceCodeStyleInBuild>True</EnforceCodeStyleInBuild>
17-
<FileVersion>2025.8.4.1</FileVersion>
17+
<FileVersion>2025.8.5.1</FileVersion>
1818
<GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType>
1919
<IsPublishable>False</IsPublishable>
2020
<NeutralLanguage>en</NeutralLanguage>
@@ -27,7 +27,7 @@
2727
<ServerGarbageCollection>true</ServerGarbageCollection>
2828
<SignAssembly>False</SignAssembly>
2929
<TargetFramework>net8.0</TargetFramework>
30-
<Version>2025.8.4.1</Version>
30+
<Version>2025.8.5.1</Version>
3131
</PropertyGroup>
3232

3333
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">

source/Benchmarking/dotNetTips.Spargine.Tester.Benchmarking/dotNetTips.Spargine.Tester.BenchmarkTests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
<ItemGroup>
3838
<PackageReference Include="BenchmarkDotNet" Version="0.14.0" />
3939
<PackageReference Include="BenchmarkDotNet.Diagnostics.Windows" Version="0.14.0" />
40-
<PackageReference Include="DotNetTips.Spargine.8" Version="2025.8.4.23" />
41-
<PackageReference Include="DotNetTips.Spargine.8.Tester" Version="2025.8.4.23" />
40+
<PackageReference Include="DotNetTips.Spargine.8" Version="2025.8.5.1" />
41+
<PackageReference Include="DotNetTips.Spargine.8.Tester" Version="2025.8.5.1" />
4242
</ItemGroup>
4343

4444
<ItemGroup>

0 commit comments

Comments
 (0)