更新版本號

This commit is contained in:
jasonchenwork 2025-06-17 09:26:46 +08:00
parent 3f5f0e5d08
commit dd53c14fdd
2 changed files with 3 additions and 2 deletions

View File

@ -38,7 +38,7 @@ Once the application is built, you can run it using the following steps:
2. **Execute the application**: 2. **Execute the application**:
```sh ```sh
superstar_1.0.0.exe superstar_1.1.0.exe
``` ```
## Configuration ## Configuration

View File

@ -4,7 +4,8 @@
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework> <TargetFramework>net8.0-windows</TargetFramework>
<ApplicationIcon>Images/superstar.ico</ApplicationIcon> <ApplicationIcon>Images/superstar.ico</ApplicationIcon>
<RootNamespace>superstar_1.0.0</RootNamespace> <RootNamespace>superstar_1.1.0</RootNamespace>
<AssemblyName>superstar_1.1.0</AssemblyName>
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
<UseWPF>true</UseWPF> <UseWPF>true</UseWPF>