mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-06-07 09:28:03 +08:00
Misc
This commit is contained in:
parent
d7d71d9ff1
commit
8e7b40efec
5
Wox.sln
5
Wox.sln
@ -63,6 +63,11 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Wox.Plugin.Everything", "Pl
|
|||||||
EndProject
|
EndProject
|
||||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FFD651C7-0546-441F-BC8C-D4EE8FD01EA7}"
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FFD651C7-0546-441F-BC8C-D4EE8FD01EA7}"
|
||||||
ProjectSection(SolutionItems) = preProject
|
ProjectSection(SolutionItems) = preProject
|
||||||
|
.gitattributes = .gitattributes
|
||||||
|
.gitignore = .gitignore
|
||||||
|
appveyor.yml = appveyor.yml
|
||||||
|
LICENSE = LICENSE
|
||||||
|
README.md = README.md
|
||||||
SolutionAssemblyInfo.cs = SolutionAssemblyInfo.cs
|
SolutionAssemblyInfo.cs = SolutionAssemblyInfo.cs
|
||||||
EndProjectSection
|
EndProjectSection
|
||||||
EndProject
|
EndProject
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
version: 1.2.0.{build}
|
version: 1.2.{build}
|
||||||
os: Visual Studio 2015
|
os: Visual Studio 2015
|
||||||
configuration: Release
|
configuration: Release
|
||||||
platform: Any CPU
|
platform: Any CPU
|
||||||
@ -7,7 +7,7 @@ assembly_info:
|
|||||||
file: AssemblyInfo.*
|
file: AssemblyInfo.*
|
||||||
assembly_version: '{version}'
|
assembly_version: '{version}'
|
||||||
assembly_file_version: '{version}'
|
assembly_file_version: '{version}'
|
||||||
assembly_informational_version: '{version}-$(APPVEYOR_REPO_COMMIT)'
|
assembly_informational_version: '{version}-beta.2-$(APPVEYOR_REPO_COMMIT)'
|
||||||
before_build:
|
before_build:
|
||||||
- ps: nuget restore
|
- ps: nuget restore
|
||||||
build:
|
build:
|
||||||
|
Loading…
Reference in New Issue
Block a user