Skip to content

Commit

Permalink
1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hexadecimal233 committed Feb 8, 2021
1 parent 6306ada commit 7bd9af5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
//通过使用 "*",如下所示:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.1.3.0")]
[assembly: AssemblyFileVersion("1.1.3.0")]
[assembly: AssemblyVersion("1.1.4.0")]
[assembly: AssemblyFileVersion("1.1.4.0")]
3 changes: 2 additions & 1 deletion Windows Store Downloader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>copy "$(ProjectDir)\resources\acrylic.dll" "$(TargetDir)\acrylic.dll"</PostBuildEvent>
<PostBuildEvent>copy "$(ProjectDir)\resources\acrylic.dll" "$(TargetDir)\acrylic.dll"
E:\Program\upx.exe "$(TargetDir)\acrylic.dll"</PostBuildEvent>
</PropertyGroup>
</Project>
2 changes: 2 additions & 0 deletions Windows Store Downloader.sln
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,13 @@ Global
{B41BB8C5-767D-46E3-99D1-D6B7ECC144A6}.Release|x86.ActiveCfg = Release|Any CPU
{B41BB8C5-767D-46E3-99D1-D6B7ECC144A6}.Release|x86.Build.0 = Release|Any CPU
{A448B8A7-E8A6-4E3F-BF2F-9C4CA904BB9E}.Debug|Any CPU.ActiveCfg = Debug|Win32
{A448B8A7-E8A6-4E3F-BF2F-9C4CA904BB9E}.Debug|Any CPU.Build.0 = Debug|Win32
{A448B8A7-E8A6-4E3F-BF2F-9C4CA904BB9E}.Debug|x64.ActiveCfg = Debug|x64
{A448B8A7-E8A6-4E3F-BF2F-9C4CA904BB9E}.Debug|x64.Build.0 = Debug|x64
{A448B8A7-E8A6-4E3F-BF2F-9C4CA904BB9E}.Debug|x86.ActiveCfg = Debug|Win32
{A448B8A7-E8A6-4E3F-BF2F-9C4CA904BB9E}.Debug|x86.Build.0 = Debug|Win32
{A448B8A7-E8A6-4E3F-BF2F-9C4CA904BB9E}.Release|Any CPU.ActiveCfg = Release|Win32
{A448B8A7-E8A6-4E3F-BF2F-9C4CA904BB9E}.Release|Any CPU.Build.0 = Release|Win32
{A448B8A7-E8A6-4E3F-BF2F-9C4CA904BB9E}.Release|x64.ActiveCfg = Release|x64
{A448B8A7-E8A6-4E3F-BF2F-9C4CA904BB9E}.Release|x64.Build.0 = Release|x64
{A448B8A7-E8A6-4E3F-BF2F-9C4CA904BB9E}.Release|x86.ActiveCfg = Release|Win32
Expand Down
Binary file modified resources/acrylic.dll
Binary file not shown.

0 comments on commit 7bd9af5

Please sign in to comment.