Skip to content

Commit 4260870

Browse files
committed
Added standard infos
1 parent 09e81fe commit 4260870

File tree

6 files changed

+29
-1
lines changed

6 files changed

+29
-1
lines changed

.editorconfig

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# http://editorconfig.org
2+
root = true
3+
4+
[*]
5+
indent_style = space
6+
indent_size = 4
7+
end_of_line = lf
8+
charset = utf-8
9+
trim_trailing_whitespace = true
10+
11+
[*.csproj]
12+
indent_style = space
13+
indent_size = 2

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# 1.1.0
2+
3+
- Initial release with compatibility for AngleSharp v0.10

CONTRIBUTORS.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# AngleSharp.XPath Contributors
2+
3+
Thanks :heart: to all who contributed to AngleSharp.XPath via issues, pull requests, suggestions, and questions.
4+
5+
AngleSharp.XPath contains code written by (in order of first pull request / commit):
6+
7+
* [Denis Ivanov](https://github.com/denis-ivanov)
8+
* [Florian Rappl](https://github.com/FlorianRappl)
9+
10+
Without these awesome people AngleSharp.XPath could not exist. Thanks to everyone for your contributions! :beers:
11+
12+
Missing you? Please contact us! Potentially, the simplest way is to file a PR with your name / GitHub profile link added to this file.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018 Denis Ivanov
3+
Copyright (c) 2018 - 2019 Denis Ivanov, AngleSharp
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

header.png

13 KB
Loading

logo.png

3.68 KB
Loading

0 commit comments

Comments
 (0)