♻️ Cleanup and UI updates; version bump in project files
- 🔥 Removed unused `using` directives in `PageActionDialogBox.razor.cs`. - 💄 Updated `MudItem` column widths in `SubProductActionDialogBox.razor`. - 🆙 Bumped `AssemblyVersion` and `FileVersion` in `Netina.AdminPanel.PWA.csproj`. - 🆙 Bumped `AssemblyVersion` and `FileVersion` in `Netina.Api.csproj`. - 🛠️ Improved layout for `MudSelect` and `MudTextField` components. - 🧹 Reduced unnecessary dependencies for better code readability. - 🚀 Prepared for new release with updated project versioning. - 📐 Adjusted UI spacing for better alignment on larger screens. - 🔧 General maintenance and improvements in `.csproj` files. Changes made by Amir.h Khademimaster^2
parent
48d3386233
commit
e45d48d8b3
|
@ -6,8 +6,8 @@
|
|||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<InvariantGlobalization>true</InvariantGlobalization>
|
||||
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
|
||||
<AssemblyVersion>1.10.22.37</AssemblyVersion>
|
||||
<FileVersion>1.10.22.37</FileVersion>
|
||||
<AssemblyVersion>1.14.22.42</AssemblyVersion>
|
||||
<FileVersion>1.14.22.42</FileVersion>
|
||||
<LangVersion>latest</LangVersion>
|
||||
</PropertyGroup>
|
||||
|
||||
|
|
Loading…
Reference in New Issue