Skip to content

Commit

Permalink
README and updates
Browse files Browse the repository at this point in the history
  • Loading branch information
hexadecimal233 committed Feb 5, 2021
1 parent 0f6d864 commit b728344
Show file tree
Hide file tree
Showing 16 changed files with 66 additions and 13 deletions.
26 changes: 26 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
**[中文文档](doc/cn.md)**


## Microsoft Store Downloader
![image](https://img.shields.io/packagist/stars/ThebestkillerTBK/Windows-Store-Downloader)]
![License](https://img.shields.io/badge/License-LGPL-green.svg)
### Introduction
A tool helps you to download Microsoft Store applications without any limitations.

You can download paid, restricted and free Apps.

You should download packages of your system and install them all.

Example:![image](doc/example.gif)

### Features
* Download Microsoft Store Apps
* Download without any limitations
* Download paid and restricted Apps

### Links
* Github repo: https://github.com/ThebestkillerTBK/Windows-Store-Downloader

### Video
* China:https://www.bilibili.com/video/(未发布)
* Youtube:https://www.youtube.com/watch?v=(Not_Uploaded)
26 changes: 13 additions & 13 deletions Windows Store Downloader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>icon.ico</ApplicationIcon>
<ApplicationIcon>resource\icon.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="PresentationCore" />
Expand All @@ -99,28 +99,28 @@
<Reference Include="WindowsBase" />
</ItemGroup>
<ItemGroup>
<Compile Include="Form1.cs">
<Compile Include="code\Form1.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Form1.Designer.cs">
<Compile Include="code\Form1.Designer.cs">
<DependentUpon>Form1.cs</DependentUpon>
</Compile>
<Compile Include="Form2.cs">
<Compile Include="code\Form2.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Form2.Designer.cs">
<Compile Include="code\Form2.Designer.cs">
<DependentUpon>Form2.cs</DependentUpon>
</Compile>
<Compile Include="Language.cs" />
<Compile Include="Post.cs" />
<Compile Include="Program.cs" />
<Compile Include="code\Language.cs" />
<Compile Include="code\Post.cs" />
<Compile Include="code\Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="global.cs" />
<Compile Include="zh-CN.cs" />
<EmbeddedResource Include="Form1.resx">
<Compile Include="code\global.cs" />
<Compile Include="code\zh-CN.cs" />
<EmbeddedResource Include="code\Form1.resx">
<DependentUpon>Form1.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Form2.resx">
<EmbeddedResource Include="code\Form2.resx">
<DependentUpon>Form2.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
Expand Down Expand Up @@ -152,7 +152,7 @@
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<Content Include="icon.ico" />
<Content Include="resource\icon.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
File renamed without changes.
1 change: 1 addition & 0 deletions Form1.cs → code/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ private void SetLang() {
this.Text = Language.lang_title;
groupBox1.Text = Language.lang_downbutton;
attributeText.Text = Language.lang_input;
progressText.Text = Language.lang_prog;
}

}
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
26 changes: 26 additions & 0 deletions doc/cn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
**[English Document](../README.MD)**


## 微软商店下载器
![image](https://img.shields.io/packagist/stars/ThebestkillerTBK/Windows-Store-Downloader)]
![License](https://img.shields.io/badge/License-LGPL-green.svg)
### Introduction
一个让你能无限制下载微软商店的应用。

你能下载免费,付费和被限制的应用。

你应该下载符合你系统的全部的包,并全部安装。

例图:![image](example.gif)

### Features
* 下载微软商店的原因
* 无限制下载
* 下载付费和受限制的应用

### Links
* Github repo: https://github.com/ThebestkillerTBK/Windows-Store-Downloader

### Video
* 中国:https://www.bilibili.com/video/(未发布)
* 油管:https://www.youtube.com/watch?v=(Not_Uploaded)
Empty file added doc/example.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed icon.ico
Binary file not shown.

0 comments on commit b728344

Please sign in to comment.