Skip to content

Commit

Permalink
bump: version
Browse files Browse the repository at this point in the history
  • Loading branch information
clansty committed Oct 21, 2024
1 parent 3b3383f commit e997a5d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,9 @@ export default defineComponent({
percentage={progress.value}
indicator-placement="inside"
processing
/>
>
{progress.value === 100 ? '还在处理,别急…' : `${progress.value}%`}
</NProgress>
</NModal>
</NButton>;
}
Expand Down
6 changes: 3 additions & 3 deletions MaiChartManager/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
using System.Reflection;

[assembly: AssemblyCompany("Clansty")]
[assembly: AssemblyFileVersion("1.2.0.0")]
[assembly: AssemblyInformationalVersion("1.2.0")]
[assembly: AssemblyFileVersion("1.2.1.0")]
[assembly: AssemblyInformationalVersion("1.2.1")]
[assembly: AssemblyProduct("MaiChartManager")]
[assembly: AssemblyTitle("MaiChartManager")]
[assembly: AssemblyVersion("1.2.0.0")]
[assembly: AssemblyVersion("1.2.1.0")]
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows10.0.17763.0")]
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows10.0.14393.0")]
4 changes: 2 additions & 2 deletions Packaging/Pack/AppxManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
xmlns:desktop="http://schemas.microsoft.com/appx/manifest/desktop/windows10"
IgnorableNamespaces="win32dependencies"
>
<Identity Name="22369479C5405.MaiChartManager" Publisher="CN=86A51452-7790-46C3-9A4B-1207C2C97940" Version="1.2.0.0"
<Identity Name="22369479C5405.MaiChartManager" Publisher="CN=86A51452-7790-46C3-9A4B-1207C2C97940" Version="1.2.1.0"
ProcessorArchitecture="x64" />
<Properties>
<DisplayName>MaiChartManager</DisplayName>
Expand Down Expand Up @@ -45,4 +45,4 @@
<Capabilities>
<rescap:Capability Name="runFullTrust" />
</Capabilities>
</Package>
</Package>

0 comments on commit e997a5d

Please sign in to comment.