|
6 | 6 | <AnalysisMode>AllEnabledByDefault</AnalysisMode>
|
7 | 7 | <ApplicationIcon>dotNetTips-Spargine-Logo.ico</ApplicationIcon>
|
8 | 8 | <AssemblyName>$(MSBuildProjectName)</AssemblyName>
|
9 |
| - <AssemblyVersion>2023.6.11.4</AssemblyVersion> |
| 9 | + <AssemblyVersion>2024.6.2.1</AssemblyVersion> |
10 | 10 | <Authors>David McCarter</Authors>
|
11 | 11 | <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
12 | 12 | <AutoIncrementPackageRevision>true</AutoIncrementPackageRevision>
|
|
23 | 23 | <EnablePackageValidation>false</EnablePackageValidation>
|
24 | 24 | <EnableSingleFileAnalyzer>false</EnableSingleFileAnalyzer>
|
25 | 25 | <EnforceCodeStyleInBuild>True</EnforceCodeStyleInBuild>
|
26 |
| - <FileVersion>2023.6.11.4</FileVersion> |
| 26 | + <FileVersion>2024.6.2.1</FileVersion> |
27 | 27 | <GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType>
|
28 | 28 | <GenerateDocumentationFile>true</GenerateDocumentationFile>
|
29 | 29 | <GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
|
37 | 37 | <PackageReleaseNotes>--MAY 2022: Initial release.
|
38 | 38 | --FEB 2023: Added new benchmark tests. Fixed issues. Code cleanup.
|
39 | 39 | --NOV 2023: Code cleanup.
|
40 |
| - </PackageReleaseNotes> |
| 40 | +--FEB 2024: Minor changes for quarterly release. </PackageReleaseNotes> |
41 | 41 | <PackageTags>David McCarter, dotNetDave, dotNetTips.com, Spargine</PackageTags>
|
42 | 42 | <PublishRepositoryUrl>true</PublishRepositoryUrl>
|
43 | 43 | <RepositoryType>git</RepositoryType>
|
|
49 | 49 | <SymbolPackageFormat>snupkg</SymbolPackageFormat>
|
50 | 50 | <TargetFrameworks>net6.0; net7.0</TargetFrameworks>
|
51 | 51 | <Title>DotNetTips.Spargine.Benchmarking</Title>
|
52 |
| - <Version>2023.6.11.4</Version> |
| 52 | + <Version>2024.6.2.1</Version> |
53 | 53 | <ApplicationIcon>dotNetTips-Spargine-Logo.ico</ApplicationIcon>
|
54 | 54 | <RootNamespace>DotNetTips.Spargine.Benchmarking</RootNamespace>
|
55 | 55 | </PropertyGroup>
|
|
70 | 70 | </ItemGroup>
|
71 | 71 |
|
72 | 72 | <ItemGroup>
|
73 |
| - <PackageReference Include="BenchmarkDotNet" Version="0.13.10" /> |
74 |
| - <PackageReference Include="BenchmarkDotNet.Diagnostics.Windows" Version="0.13.10" /> |
75 |
| - <PackageReference Include="dotNetTips.Spargine.6.Core" Version="2023.6.11.4" /> |
76 |
| - <PackageReference Include="dotNetTips.Spargine.6.Extensions" Version="2023.6.11.4" /> |
77 |
| - <PackageReference Include="dotNetTips.Spargine.6.Tester" Version="2023.6.11.4" /> |
| 73 | + <PackageReference Include="BenchmarkDotNet" Version="0.13.12" /> |
| 74 | + <PackageReference Include="BenchmarkDotNet.Diagnostics.Windows" Version="0.13.12" /> |
| 75 | + <PackageReference Include="dotNetTips.Spargine.6.Core" Version="2024.6.2.1" /> |
| 76 | + <PackageReference Include="dotNetTips.Spargine.6.Extensions" Version="2024.6.2.1" /> |
| 77 | + <PackageReference Include="dotNetTips.Spargine.6.Tester" Version="2024.6.2.1" /> |
78 | 78 | <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1">
|
79 | 79 | <PrivateAssets>all</PrivateAssets>
|
80 | 80 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
0 commit comments