Skip to content

Commit 30ae5d7

Browse files
Bump version to 2026.10.1.5 across all projects
Updated AssemblyVersion, FileVersion, and Version fields in all .csproj files and the README to reflect the new version 2026.10.1.5.
1 parent fbe8b3c commit 30ae5d7

5 files changed

Lines changed: 13 additions & 13 deletions

File tree

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 v2026.10.1.1 for .NET 10
1+
# DotNetTips.Spargine.Benchmarking v2026.10.1.5 for .NET 10
22
![](SPARGINE-10-BANNER-BACKGROUND-100.png)
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 10. Please support this project by <a href="https://github.com/sponsors/RealDotNetDave" target="_blank">**clicking here**</a>.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<AnalysisMode>AllEnabledByDefault</AnalysisMode>
66
<ApplicationIcon>SPARGINE-ICON-GRAPHIC-SMALL.ico</ApplicationIcon>
77
<AssemblyName>$(MSBuildProjectName)</AssemblyName>
8-
<AssemblyVersion>2026.10.1.1</AssemblyVersion>
8+
<AssemblyVersion>2026.10.1.5</AssemblyVersion>
99
<Authors>David McCarter</Authors>
1010
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
1111
<AutoIncrementPackageRevision>true</AutoIncrementPackageRevision>
@@ -23,7 +23,7 @@
2323
<EnablePackageValidation>false</EnablePackageValidation>
2424
<EnableSingleFileAnalyzer>false</EnableSingleFileAnalyzer>
2525
<EnforceCodeStyleInBuild>True</EnforceCodeStyleInBuild>
26-
<FileVersion>2026.10.1.1</FileVersion>
26+
<FileVersion>2026.10.1.5</FileVersion>
2727
<GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType>
2828
<GenerateDocumentationFile>true</GenerateDocumentationFile>
2929
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
@@ -45,7 +45,7 @@
4545
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
4646
<TargetFramework>net10.0</TargetFramework>
4747
<Title>DotNetTips.Spargine.Benchmarking</Title>
48-
<Version>2026.10.1.1</Version>
48+
<Version>2026.10.1.5</Version>
4949
<PackageReleaseNotes>--JAN 2026: Initial .NET 10 release.</PackageReleaseNotes>
5050
</PropertyGroup>
5151
<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-recommended</AnalysisLevel>
6-
<AssemblyVersion>2026.10.1.1</AssemblyVersion>
6+
<AssemblyVersion>2026.10.1.5</AssemblyVersion>
77
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
88
<BaseOutputPath>..\..\..\AppBin\</BaseOutputPath>
99
<Company>dotNetTips.com - McCarter Consulting</Company>
@@ -13,7 +13,7 @@
1313
<DebugType>none</DebugType>
1414
<Description>DotNetTips.Spargine.Core.BenchmarkTests</Description>
1515
<EnforceCodeStyleInBuild>True</EnforceCodeStyleInBuild>
16-
<FileVersion>2026.10.1.1</FileVersion>
16+
<FileVersion>2026.10.1.5</FileVersion>
1717
<GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType>
1818
<IsPublishable>False</IsPublishable>
1919
<NeutralLanguage>en</NeutralLanguage>
@@ -26,7 +26,7 @@
2626
<ServerGarbageCollection>true</ServerGarbageCollection>
2727
<SignAssembly>False</SignAssembly>
2828
<TargetFramework>net10.0</TargetFramework>
29-
<Version>2026.10.1.1</Version>
29+
<Version>2026.10.1.5</Version>
3030
</PropertyGroup>
3131

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

source/Benchmarking/dotNetTips.Spargine.Extensions.BenchmarkTests/DotNetTips.Spargine.Extensions.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-recommended</AnalysisLevel>
6-
<AssemblyVersion>2026.10.1.1</AssemblyVersion>
6+
<AssemblyVersion>2026.10.1.5</AssemblyVersion>
77
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
88
<BaseOutputPath>..\..\..\AppBin\</BaseOutputPath>
99
<Company>dotNetTips.com - McCarter Consulting</Company>
@@ -13,7 +13,7 @@
1313
<DebugType>none</DebugType>
1414
<Description>DotNetTips.Spargine.Extensions.BenchmarkTests</Description>
1515
<EnforceCodeStyleInBuild>True</EnforceCodeStyleInBuild>
16-
<FileVersion>2026.10.1.1</FileVersion>
16+
<FileVersion>2026.10.1.5</FileVersion>
1717
<GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType>
1818
<IsPublishable>False</IsPublishable>
1919
<NeutralLanguage>en</NeutralLanguage>
@@ -26,7 +26,7 @@
2626
<ServerGarbageCollection>true</ServerGarbageCollection>
2727
<SignAssembly>False</SignAssembly>
2828
<TargetFramework>net10.0</TargetFramework>
29-
<Version>2026.10.1.1</Version>
29+
<Version>2026.10.1.5</Version>
3030
<ProduceReferenceAssembly>False</ProduceReferenceAssembly>
3131
</PropertyGroup>
3232

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
44
<AnalysisLevel>latest-recommended</AnalysisLevel>
5-
<AssemblyVersion>2026.10.1.1</AssemblyVersion>
5+
<AssemblyVersion>2026.10.1.5</AssemblyVersion>
66
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
77
<BaseOutputPath>..\..\..\AppBin\</BaseOutputPath>
88
<Company>dotNetTips.com - McCarter Consulting</Company>
@@ -12,7 +12,7 @@
1212
<DebugType>none</DebugType>
1313
<Description>DotNetTips.Spargine.Tester.BenchmarkTests</Description>
1414
<EnforceCodeStyleInBuild>True</EnforceCodeStyleInBuild>
15-
<FileVersion>2026.10.1.1</FileVersion>
15+
<FileVersion>2026.10.1.5</FileVersion>
1616
<GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType>
1717
<IsPublishable>False</IsPublishable>
1818
<NeutralLanguage>en</NeutralLanguage>
@@ -25,7 +25,7 @@
2525
<ServerGarbageCollection>true</ServerGarbageCollection>
2626
<SignAssembly>False</SignAssembly>
2727
<TargetFramework>net10.0</TargetFramework>
28-
<Version>2026.10.1.1</Version>
28+
<Version>2026.10.1.5</Version>
2929
</PropertyGroup>
3030

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

0 commit comments

Comments
 (0)