Skip to content

Commit 97327e2

Browse files
authored
Merge pull request #15 from GovTechSG/development
Merge Development to Master
2 parents 48cb4b7 + 4278059 commit 97327e2

40 files changed

+1592
-1705
lines changed

.editorconfig

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[*.cs]
2+
3+
# IDE0090: Use 'new(...)'
4+
csharp_style_implicit_object_creation_when_type_is_apparent = true
5+
6+
# IDE0090: Use 'new(...)'
7+
dotnet_diagnostic.IDE0090.severity = none
8+
9+
# IDE0054: Use compound assignment
10+
dotnet_diagnostic.IDE0054.severity = none

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,5 @@ NUnit3TestAdapter-3.8.0.vsix
5252

5353
# dotCover
5454
*.dotCover
55+
56+
TestHarness/

.vs/ApiSecuritySolution/xs/UserPrefs.xml

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

.vs/ApiSecuritySolution/xs/sqlite3/db.lock

Whitespace-only changes.
-1.34 MB
Binary file not shown.
-32 KB
Binary file not shown.
-3.95 MB
Binary file not shown.

ApiSecuritySolution.sln

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1010
LICENSE = LICENSE
1111
README.md = README.md
1212
CHANGELOG.md = CHANGELOG.md
13+
.editorconfig = .editorconfig
1314
EndProjectSection
1415
EndProject
1516
Global
@@ -29,7 +30,7 @@ Global
2930
EndGlobalSection
3031
GlobalSection(MonoDevelopProperties) = preSolution
3132
description = Internal Update
32-
version = 0.1.2
33+
version = 2.0.1
3334
Policies = $0
3435
$0.DotNetNamingPolicy = $1
3536
$1.DirectoryNamespaceAssociation = PrefixedHierarchical

0 commit comments

Comments
 (0)