Skip to content

Commit 443efd7

Browse files
deps: Bump Aspire.Hosting.AppHost and Microsoft.SourceLink.GitHub
Bumps Aspire.Hosting.AppHost from 13.2.0 to 13.2.1 Bumps Microsoft.SourceLink.GitHub from 10.0.103 to 10.0.201 --- updated-dependencies: - dependency-name: Microsoft.SourceLink.GitHub dependency-version: 10.0.201 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet-microsoft - dependency-name: Aspire.Hosting.AppHost dependency-version: 13.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet-microsoft ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0ed6fce commit 443efd7

File tree

2 files changed

+78
-78
lines changed

2 files changed

+78
-78
lines changed

Directory.Build.props

Lines changed: 47 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,47 @@
1-
<Project>
2-
<PropertyGroup>
3-
<!-- Common properties for all projects -->
4-
<TargetFramework>net10.0</TargetFramework>
5-
<LangVersion>14</LangVersion>
6-
<ImplicitUsings>enable</ImplicitUsings>
7-
<Nullable>enable</Nullable>
8-
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
9-
<GenerateDocumentationFile>true</GenerateDocumentationFile>
10-
<NoWarn>$(NoWarn);CS1591</NoWarn>
11-
12-
<!-- Performance optimizations -->
13-
<TieredCompilation>true</TieredCompilation>
14-
<TieredCompilationQuickJit>true</TieredCompilationQuickJit>
15-
<PublishTrimmed>false</PublishTrimmed>
16-
<PublishSingleFile>false</PublishSingleFile>
17-
18-
<!-- Deterministic builds -->
19-
<Deterministic>true</Deterministic>
20-
<ContinuousIntegrationBuild Condition="'$(GITHUB_ACTIONS)' == 'true'">true</ContinuousIntegrationBuild>
21-
22-
<!-- Source control -->
23-
<PublishRepositoryUrl>true</PublishRepositoryUrl>
24-
<EmbedUntrackedSources>true</EmbedUntrackedSources>
25-
<IncludeSymbols>true</IncludeSymbols>
26-
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
27-
28-
<!-- Package metadata (for libraries only) -->
29-
<Authors>MPCoreDeveloper</Authors>
30-
<Company>MPCoreDeveloper</Company>
31-
<Product>SharpCoreDB</Product>
32-
<Copyright>Copyright © 2025-2026 MPCoreDeveloper</Copyright>
33-
<PackageLicenseExpression>MIT</PackageLicenseExpression>
34-
<PackageProjectUrl>https://github.com/MPCoreDeveloper/SharpCoreDB</PackageProjectUrl>
35-
<RepositoryUrl>https://github.com/MPCoreDeveloper/SharpCoreDB.git</RepositoryUrl>
36-
<RepositoryType>git</RepositoryType>
37-
<PackageTags>database;embedded;nosql;keyvalue;encryption;aes;simd;performance;dotnet10</PackageTags>
38-
<PackageReadmeFile>README.md</PackageReadmeFile>
39-
<PackageIcon>icon.png</PackageIcon>
40-
<Description>High-performance embedded database for .NET 10 with AES-256 encryption, SIMD analytics, and B-tree indexes</Description>
41-
</PropertyGroup>
42-
43-
<!-- Source Link for debugging -->
44-
<ItemGroup>
45-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.103" PrivateAssets="All" />
46-
</ItemGroup>
47-
</Project>
1+
<Project>
2+
<PropertyGroup>
3+
<!-- Common properties for all projects -->
4+
<TargetFramework>net10.0</TargetFramework>
5+
<LangVersion>14</LangVersion>
6+
<ImplicitUsings>enable</ImplicitUsings>
7+
<Nullable>enable</Nullable>
8+
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
9+
<GenerateDocumentationFile>true</GenerateDocumentationFile>
10+
<NoWarn>$(NoWarn);CS1591</NoWarn>
11+
12+
<!-- Performance optimizations -->
13+
<TieredCompilation>true</TieredCompilation>
14+
<TieredCompilationQuickJit>true</TieredCompilationQuickJit>
15+
<PublishTrimmed>false</PublishTrimmed>
16+
<PublishSingleFile>false</PublishSingleFile>
17+
18+
<!-- Deterministic builds -->
19+
<Deterministic>true</Deterministic>
20+
<ContinuousIntegrationBuild Condition="'$(GITHUB_ACTIONS)' == 'true'">true</ContinuousIntegrationBuild>
21+
22+
<!-- Source control -->
23+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
24+
<EmbedUntrackedSources>true</EmbedUntrackedSources>
25+
<IncludeSymbols>true</IncludeSymbols>
26+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
27+
28+
<!-- Package metadata (for libraries only) -->
29+
<Authors>MPCoreDeveloper</Authors>
30+
<Company>MPCoreDeveloper</Company>
31+
<Product>SharpCoreDB</Product>
32+
<Copyright>Copyright © 2025-2026 MPCoreDeveloper</Copyright>
33+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
34+
<PackageProjectUrl>https://github.com/MPCoreDeveloper/SharpCoreDB</PackageProjectUrl>
35+
<RepositoryUrl>https://github.com/MPCoreDeveloper/SharpCoreDB.git</RepositoryUrl>
36+
<RepositoryType>git</RepositoryType>
37+
<PackageTags>database;embedded;nosql;keyvalue;encryption;aes;simd;performance;dotnet10</PackageTags>
38+
<PackageReadmeFile>README.md</PackageReadmeFile>
39+
<PackageIcon>icon.png</PackageIcon>
40+
<Description>High-performance embedded database for .NET 10 with AES-256 encryption, SIMD analytics, and B-tree indexes</Description>
41+
</PropertyGroup>
42+
43+
<!-- Source Link for debugging -->
44+
<ItemGroup>
45+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.201" PrivateAssets="All" />
46+
</ItemGroup>
47+
</Project>
Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
1-
<Project>
2-
<Sdk Name="Aspire.AppHost.Sdk" Version="13.2.0" />
3-
4-
<PropertyGroup>
5-
<OutputType>Exe</OutputType>
6-
<TargetFramework>net10.0</TargetFramework>
7-
<LangVersion>14.0</LangVersion>
8-
<Nullable>enable</Nullable>
9-
<ImplicitUsings>enable</ImplicitUsings>
10-
<IsPackable>false</IsPackable>
11-
</PropertyGroup>
12-
13-
<ItemGroup>
14-
<ProjectCapability Include="Aspire" />
15-
</ItemGroup>
16-
17-
<ItemGroup>
18-
<PackageReference Include="Aspire.Hosting.AppHost" Version="13.2.0" />
19-
<PackageReference Include="KubernetesClient" Version="19.0.2" />
20-
</ItemGroup>
21-
22-
<ItemGroup>
23-
<!-- Reference to server project -->
24-
<ProjectReference Include="..\SharpCoreDB.Server\SharpCoreDB.Server.csproj" />
25-
</ItemGroup>
26-
27-
<ItemGroup>
28-
<PackageReference Update="Microsoft.SourceLink.GitHub" Version="10.0.201" />
29-
</ItemGroup>
30-
31-
</Project>
1+
<Project>
2+
<Sdk Name="Aspire.AppHost.Sdk" Version="13.2.0" />
3+
4+
<PropertyGroup>
5+
<OutputType>Exe</OutputType>
6+
<TargetFramework>net10.0</TargetFramework>
7+
<LangVersion>14.0</LangVersion>
8+
<Nullable>enable</Nullable>
9+
<ImplicitUsings>enable</ImplicitUsings>
10+
<IsPackable>false</IsPackable>
11+
</PropertyGroup>
12+
13+
<ItemGroup>
14+
<ProjectCapability Include="Aspire" />
15+
</ItemGroup>
16+
17+
<ItemGroup>
18+
<PackageReference Include="Aspire.Hosting.AppHost" Version="13.2.1" />
19+
<PackageReference Include="KubernetesClient" Version="19.0.2" />
20+
</ItemGroup>
21+
22+
<ItemGroup>
23+
<!-- Reference to server project -->
24+
<ProjectReference Include="..\SharpCoreDB.Server\SharpCoreDB.Server.csproj" />
25+
</ItemGroup>
26+
27+
<ItemGroup>
28+
<PackageReference Update="Microsoft.SourceLink.GitHub" Version="10.0.201" />
29+
</ItemGroup>
30+
31+
</Project>

0 commit comments

Comments
 (0)