Skip to content
This repository was archived by the owner on Apr 10, 2021. It is now read-only.

Commit fa6f570

Browse files
authored
NS20 / NET 4.5 update and ES6 promise .catch() fix. (#9)
1 parent 31c25c3 commit fa6f570

File tree

114 files changed

+47078
-47560
lines changed

Some content is hidden

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

114 files changed

+47078
-47560
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* -text

.gitignore

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,25 @@
1818
*.lib
1919
*.sbr
2020
*.scc
21-
[Bb]in/
22-
[Dd]ebug/
21+
[Bb]in
22+
[Dd]ebug*/
2323
obj/
24-
[Rr]elease/
24+
[Rr]elease*/
2525
_ReSharper*/
26-
[Tt]humbs.db
27-
[Tt]est[Rr]esult*
28-
[Bb]uild[Ll]og.*
2926
*.[Pp]ublish.xml
3027
*.resharper*
3128
AppData/
29+
App_Data/
3230
*.log.*
3331
[Ll]ogs/
34-
[Dd]ata/
3532
[Pp]ackages/
36-
[Dd]atabase/
33+
[Tt]humbs.db
34+
[Tt]est[Rr]esult*
35+
[Bb]uild[Ll]og.*
36+
*.sln.DotSettings.*
37+
*.ncrunchproject
38+
*.ncrunchsolution
39+
*.nupkg
40+
.vs
41+
.vscode
42+
*.orig

.nuget/NuGet.Config

Lines changed: 0 additions & 6 deletions
This file was deleted.

.nuget/NuGet.exe

-545 KB
Binary file not shown.

.nuget/NuGet.targets

Lines changed: 0 additions & 52 deletions
This file was deleted.

CODE_OF_CONDUCT.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Contributor Covenant Code of Conduct
2+
3+
Please refer to the [code of conduct](https://github.com/OpenRealEstate/OpenRealEstate/blob/master/CODE_OF_CONDUCT.md) document that applies to all repositories in the OpenRealEstate organisation.
4+
5+
---

CONTRIBUTING.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Contributing
2+
3+
Please refer to the [contributing](https://github.com/OpenRealEstate/OpenRealEstate/blob/master/CONTRIBUTING.md) document that applies to all repositories in the OpenRealEstate organisation.
4+
5+
---

Code/EcmaScript.NET/..svnbridge/.svnbridge

Lines changed: 0 additions & 6 deletions
This file was deleted.

Code/EcmaScript.NET/AssemblyInfo.cs

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)