Skip to content

Commit d3d1254

Browse files
authored
Merge pull request #3190 from MahApps/develop
Merging changes for v1.6.0
2 parents 040ba4e + 7581d60 commit d3d1254

File tree

371 files changed

+24765
-20245
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

371 files changed

+24765
-20245
lines changed

CODE_OF_CONDUCT.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# Contributor Covenant Code of Conduct
2+
3+
## Our Pledge
4+
5+
In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.
6+
7+
## Our Standards
8+
9+
Examples of behavior that contributes to creating a positive environment include:
10+
11+
* Using welcoming and inclusive language
12+
* Being respectful of differing viewpoints and experiences
13+
* Gracefully accepting constructive criticism
14+
* Focusing on what is best for the community
15+
* Showing empathy towards other community members
16+
17+
Examples of unacceptable behavior by participants include:
18+
19+
* The use of sexualized language or imagery and unwelcome sexual attention or advances
20+
* Trolling, insulting/derogatory comments, and personal or political attacks
21+
* Public or private harassment
22+
* Publishing others' private information, such as a physical or electronic address, without explicit permission
23+
* Other conduct which could reasonably be considered inappropriate in a professional setting
24+
25+
## Our Responsibilities
26+
27+
Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior.
28+
29+
Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.
30+
31+
## Scope
32+
33+
This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.
34+
35+
## Enforcement
36+
37+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at mahapps.metro@gmail.com. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
38+
39+
Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.
40+
41+
## Attribution
42+
43+
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]
44+
45+
[homepage]: http://contributor-covenant.org
46+
[version]: http://contributor-covenant.org/version/1/4/

GitReleaseManager.yaml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
create:
2+
include-footer: true
3+
footer-heading: Where to get it
4+
footer-content: You can download this release from [MahApps.Metro](https://github.com/MahApps/MahApps.Metro/releases/{milestone})
5+
footer-includes-milestone: true
6+
milestone-replace-text: '{milestone}'
7+
export:
8+
include-created-date-in-title: true
9+
created-date-string-format: MMMM dd, yyyy
10+
perform-regex-removal: true
11+
regex-text: '### Where to get it(\r\n)*You can .*\)'
12+
multiline-regex: true
13+
issue-labels-include:
14+
- Breaking change
15+
- Bug
16+
- Feature
17+
- Feature Request
18+
issue-labels-exclude:
19+
- Internal Refactoring
20+
- Build
21+
- Question
22+
- WontFix
23+
- Duplicate
24+
issue-labels-alias:
25+
- name: Documentation
26+
header: Documentation
27+
plural: Documentation

GitVersion.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
assembly-versioning-scheme: MajorMinorPatchTag
2+
mode: ContinuousDeployment
3+
next-version: 1.6.0
4+
branches:
5+
master:
6+
mode: ContinuousDeployment
7+
tag: rc
8+
increment: Patch
9+
prevent-increment-of-merged-branch-version: true
10+
track-merge-target: false
11+
develop:
12+
mode: ContinuousDeployment
13+
tag: alpha
14+
increment: Minor
15+
prevent-increment-of-merged-branch-version: false
16+
track-merge-target: true
17+
pull-request:
18+
mode: ContinuousDelivery
19+
ignore:
20+
sha: []

appveyor.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# configuration for develop and master branch
2+
3+
-
4+
branches:
5+
only:
6+
- develop
7+
- master
8+
9+
skip_tags: true
10+
image: Visual Studio 2017
11+
configuration: Release
12+
platform: Any CPU
13+
test: off
14+
15+
pull_requests:
16+
do_not_increment_build_number: false
17+
18+
build_script:
19+
- ps: cd src
20+
- ps: .\build.ps1 -Target appveyor
21+
- ps: cd..
22+
23+
cache:
24+
- src\packages -> **\packages.config
25+
# - '%USERPROFILE%\.nuget\packages -> **\project.json'
26+
27+
artifacts:
28+
- path: \src\Publish\*.*

docs/2018-02-15_22h50_39.png

61.9 KB
Loading

docs/2018-02-15_22h51_03.png

56.2 KB
Loading

docs/2018-02-15_22h51_22.png

49.2 KB
Loading

docs/2018-02-15_22h52_01.png

36.8 KB
Loading

docs/2018-02-15_22h52_26.png

34.8 KB
Loading

docs/2018-02-15_22h53_14.png

27.4 KB
Loading

0 commit comments

Comments
 (0)