Skip to content

Commit

Permalink
Finish task and publish 1.3.1011.0
Browse files Browse the repository at this point in the history
1.Finish task and publish 1.3.1011.0.
2.Update Windows App SDK version to 1.4.231008000.
  • Loading branch information
Gaoyifei1011 committed Oct 11, 2023
1 parent e54c327 commit 62782fa
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 5 deletions.
6 changes: 3 additions & 3 deletions FileRenamer/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
[assembly: AssemblyCompany("高怡飞")]
[assembly: AssemblyCopyright("Copyright ©2023 高怡飞, All Rights Reserved.")]
[assembly: AssemblyDescription("文件重命名工具")]
[assembly: AssemblyFileVersion("1.2.1010.0")]
[assembly: AssemblyInformationalVersion("1.2.1010.0")]
[assembly: AssemblyFileVersion("1.3.1011.0")]
[assembly: AssemblyInformationalVersion("1.3.1011.0")]
[assembly: AssemblyProduct("文件重命名工具")]
[assembly: AssemblyTitle("文件重命名工具")]
[assembly: AssemblyVersion("1.2.1010.0")]
[assembly: AssemblyVersion("1.3.1011.0")]

// 设置程序集对COM组件的访问权限
[assembly: ComVisible(false)]
Expand Down
2 changes: 1 addition & 1 deletion FileRenamerPackage/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<Identity
Name="Gaoyifei1011.FileRenamer"
Publisher="CN=高怡飞"
Version="1.2.1010.0" />
Version="1.3.1011.0" />

<Properties>
<DisplayName>ms-resource:PackageDisplayName</DisplayName>
Expand Down
Binary file modified FileRenamerShellExtension/Resource.rc
Binary file not shown.
2 changes: 1 addition & 1 deletion FileRenamerWASDK/FileRenamerWASDK.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
<Version>2.0.230706.1</Version>
</PackageReference>
<PackageReference Include="Microsoft.WindowsAppSDK">
<Version>1.4.230913002</Version>
<Version>1.4.231008000</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
Expand Down
14 changes: 14 additions & 0 deletions FileRenamerWASDK/FileRenamerWASDK.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,24 @@
<ClInclude Include="pch.h">
<Filter>头文件</Filter>
</ClInclude>
<ClInclude Include="AppWindowHelper.h">
<Filter>头文件</Filter>
</ClInclude>
<ClInclude Include="resource.h">
<Filter>头文件</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ClCompile Include="pch.cpp">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="AppWindowHelper.cpp">
<Filter>源文件</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="Resource.rc">
<Filter>资源文件</Filter>
</ResourceCompile>
</ItemGroup>
</Project>
Binary file modified FileRenamerWASDK/Resource.rc
Binary file not shown.

0 comments on commit 62782fa

Please sign in to comment.