Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 32a27b2

Browse files
committed
Fix assembly info.
1 parent c76e0dc commit 32a27b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Facility.JavaScript/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
using System.Runtime.InteropServices;
55

66
[assembly: AssemblyTitle("Facility.JavaScript")]
7-
[assembly: AssemblyDescription("The core .NET library for the Facility API Framework.")]
7+
[assembly: AssemblyDescription("JavaScript and TypeScript code generation for Facility Service Definitions.")]
88
[assembly: AssemblyProduct("Facility.JavaScript")]
99
[assembly: CLSCompliant(true)]
1010
[assembly: ComVisible(false)]

src/fsdgenjs/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
using System.Runtime.InteropServices;
55

66
[assembly: AssemblyTitle("fsdgenjs")]
7-
[assembly: AssemblyDescription("Generates a JavaScript client for a Facility Service Definition.")]
7+
[assembly: AssemblyDescription("A command-line tool that generates JavaScript and TypeScript for a Facility Service Definition.")]
88
[assembly: AssemblyProduct("fsdgenjs")]
99
[assembly: CLSCompliant(true)]
1010
[assembly: ComVisible(false)]

0 commit comments

Comments
 (0)