increment version to 10.0.4

This commit is contained in:
sbwalker
2025-12-30 13:43:11 -05:00
parent ef20d870ee
commit 2844b793fa
14 changed files with 22 additions and 22 deletions

View File

@@ -23,7 +23,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Oqtane.Client" Version="10.0.3" />
<PackageReference Include="Oqtane.Client" Version="10.0.4" />
</ItemGroup>
</Project>

View File

@@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Oqtane.Application.Template</id>
<version>10.0.3</version>
<version>10.0.4</version>
<title>Oqtane Application Template For Blazor</title>
<authors>Shaun Walker</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>

View File

@@ -33,7 +33,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Oqtane.Server" Version="10.0.3" />
<PackageReference Include="Oqtane.Server" Version="10.0.4" />
</ItemGroup>
</Project>

View File

@@ -11,7 +11,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Oqtane.Shared" Version="10.0.3" />
<PackageReference Include="Oqtane.Shared" Version="10.0.4" />
</ItemGroup>
</Project>