Skip to content

Commit c2a29de

Browse files
committed
[edit] properties order, settings
1 parent 00b875f commit c2a29de

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.vscode/settings.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,8 @@
2222
],
2323
"files.exclude": {
2424
"**/lcov*": true
25-
}
25+
},
26+
"dotrush.roslyn.projectOrSolutionFiles": [
27+
"./src/Simplify.Web.sln"
28+
]
2629
}

src/Simplify.Web/Simplify.Web.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111

1212
<Version>5.1</Version>
1313

14-
<Authors>Simplify community</Authors>
15-
<Product>Simplify</Product>
1614
<Description>Lightweight and fast .NET web-framework based on MVC and OWIN</Description>
15+
<Product>Simplify</Product>
16+
<Authors>Simplify community</Authors>
1717
<Copyright>Licensed under LGPL</Copyright>
1818
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
1919
<PackageProjectUrl>https://web.simplifynet.dev</PackageProjectUrl>

0 commit comments

Comments
 (0)