You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Common code for the Facility API Framework. [](https://www.npmjs.com/package/facility-core)
10
-
11
-
## fsdgenjs
12
-
13
-
A tool that generates JavaScript or TypeScript for a Facility Service Definition. [](https://www.nuget.org/packages/fsdgenjs)
14
-
15
-
## Facility.CodeGen.JavaScript
16
-
17
-
Used by fsdgenjs to generate JavaScript or TypeScript for a Facility Service Definition. [](https://www.nuget.org/packages/Facility.CodeGen.JavaScript)
7
+
Name | Description | npm/NuGet
8
+
--- | --- | ---
9
+
facility-core | Common code for the Facility API Framework. | [](https://www.npmjs.com/package/facility-core)
10
+
fsdgenjs | A tool that generates JavaScript or TypeScript for a Facility Service Definition. | [](https://www.nuget.org/packages/fsdgenjs)
11
+
Facility.CodeGen.JavaScript | Used by fsdgenjs to generate JavaScript or TypeScript for a Facility Service Definition. | [](https://www.nuget.org/packages/Facility.CodeGen.JavaScript)
Copy file name to clipboardExpand all lines: VersionHistory.md
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,9 @@
2
2
3
3
## Pending
4
4
5
-
Add changes here when they're committed to the `master` branch. Move them to "Released" once the version number
6
-
is updated in preparation for publishing an updated NuGet package.
5
+
Add changes here when they're committed to the `master` branch. To publish, update the version number in [Directory.Build.props](Directory.Build.props), move the pending changes below to a new [Released](#released) section, and [create a new release](https://github.com/FacilityApi/Facility/releases) using the version number, e.g. `v2.3.4`.
7
6
8
-
Prefix the description of the change with `[major]`, `[minor]` or `[patch]` in accordance with [SemVer](http://semver.org).
7
+
Prefix the description of each change with `[major]`, `[minor]`, or `[patch]` in accordance with [SemVer](http://semver.org).
9
8
10
9
*[major] Upgrade to .NET Standard 2.0 and .NET 4.6.1. Upgrade NuGet dependencies.
0 commit comments