upgrade<Version>: Release 3.2

This commit is contained in:
leo 2021-04-06 09:49:14 +08:00
parent 285524256b
commit d56eab9592

View file

@ -8,7 +8,7 @@
<Description>OpenSource GIT client for Windows</Description> <Description>OpenSource GIT client for Windows</Description>
<Copyright>Copyright © sourcegit 2020. All rights reserved.</Copyright> <Copyright>Copyright © sourcegit 2020. All rights reserved.</Copyright>
<ApplicationManifest>App.manifest</ApplicationManifest> <ApplicationManifest>App.manifest</ApplicationManifest>
<Version>3.1</Version> <Version>3.2</Version>
<PackageLicenseExpression>MIT</PackageLicenseExpression> <PackageLicenseExpression>MIT</PackageLicenseExpression>
<StartupObject>SourceGit.App</StartupObject> <StartupObject>SourceGit.App</StartupObject>
<PackageProjectUrl>https://gitee.com/sourcegit/SourceGit.git</PackageProjectUrl> <PackageProjectUrl>https://gitee.com/sourcegit/SourceGit.git</PackageProjectUrl>
@ -18,4 +18,9 @@
<DebugType>none</DebugType> <DebugType>none</DebugType>
<SatelliteResourceLanguages>none</SatelliteResourceLanguages> <SatelliteResourceLanguages>none</SatelliteResourceLanguages>
</PropertyGroup> </PropertyGroup>
<ItemGroup>
<TrimmerRootAssembly Include="System.Runtime"/>
<TrimmerRootAssembly Include="System.Runtime.Extensions"/>
<TrimmerRootAssembly Include="System.Runtime.InteropServices"/>
</ItemGroup>
</Project> </Project>