File tree 2 files changed +2
-2
lines changed
Facility.JavaScript/Properties
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
using System . Runtime . InteropServices ;
5
5
6
6
[ 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 ." ) ]
8
8
[ assembly: AssemblyProduct ( "Facility.JavaScript" ) ]
9
9
[ assembly: CLSCompliant ( true ) ]
10
10
[ assembly: ComVisible ( false ) ]
Original file line number Diff line number Diff line change 4
4
using System . Runtime . InteropServices ;
5
5
6
6
[ 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." ) ]
8
8
[ assembly: AssemblyProduct ( "fsdgenjs" ) ]
9
9
[ assembly: CLSCompliant ( true ) ]
10
10
[ assembly: ComVisible ( false ) ]
You can’t perform that action at this time.
0 commit comments