Incremented assembly version for new release with improved lazy-loading collection

This commit is contained in:
Markus Ewald 2025-07-30 17:27:39 +02:00
parent b44b2b406b
commit d969811427
2 changed files with 36 additions and 39 deletions

View File

@ -25,14 +25,11 @@
<ItemGroup>
<PackageReference Include="Avalonia" Version="11.3.1" />
<PackageReference Include="MessageBox.Avalonia" Version="3.2.0" />
<PackageReference Include="Nuclex.Foundation" Version="1.3.0" />
<PackageReference Include="Nullable" Version="1.3.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Nuclex.Support\Nuclex.Support (netstandard-2.0).csproj" />
</ItemGroup>
</Project>

View File

@ -47,4 +47,4 @@ using System.Runtime.InteropServices;
// Build Number
// Revision
//
[assembly: AssemblyVersion("1.3.1")]
[assembly: AssemblyVersion("1.3.2")]