Skip to content

Commit 00f152e

Browse files
committed
Publish 2.1.0.
1 parent 305866e commit 00f152e

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<Project>
1+
<Project>
22

33
<PropertyGroup>
4-
<VersionPrefix>2.0.0</VersionPrefix>
4+
<VersionPrefix>2.1.0</VersionPrefix>
55
<LangVersion>latest</LangVersion>
66
<Nullable>enable</Nullable>
77
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>

FacilityJavaScript.sln

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio 15
4-
VisualStudioVersion = 15.0.27130.2036
3+
# Visual Studio Version 16
4+
VisualStudioVersion = 16.0.30204.135
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A219E328-B15A-41FF-BAA5-5F46679EF9C8}"
77
ProjectSection(SolutionItems) = preProject
@@ -13,6 +13,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1313
build.sh = build.sh
1414
Directory.Build.props = Directory.Build.props
1515
LICENSE = LICENSE
16+
ts\package.json = ts\package.json
1617
README.md = README.md
1718
VersionHistory.md = VersionHistory.md
1819
EndProjectSection

VersionHistory.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Version History
22

3+
### 2.1.0
4+
5+
* Update `Facility.Definition`. (Supports shorthand for required attribute, e.g. `string!`.)
6+
37
### 2.0.0
48

59
* Upgrade to .NET Standard 2.0 and .NET 4.6.1. Upgrade NuGet dependencies.

ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "facility-core",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Common code for the Facility API Framework.",
55
"scripts": {
66
"build": "tsc && tslint --exclude **/*.d.ts src/*.ts",

0 commit comments

Comments
 (0)