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

Skip to content

Commit d4d84ce

Browse files
committed
Publish 2.5.0.
1 parent e85df83 commit d4d84ce

File tree

5 files changed

+4
-5
lines changed

5 files changed

+4
-5
lines changed

Directory.Build.props

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
<PropertyGroup>
44
<VersionPrefix>2.5.0</VersionPrefix>
5-
<VersionSuffix>beta.1</VersionSuffix>
65
<LangVersion>10.0</LangVersion>
76
<Nullable>enable</Nullable>
87
<ImplicitUsings>enable</ImplicitUsings>

ReleaseNotes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
These are the NuGet package releases. See also [npm Release Notes](ReleaseNotesNpm.md).
44

5-
## 2.5.0-beta.1
5+
## 2.5.0
66

77
* Support nullable fields.
88

dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
]
1616
},
1717
"facilityconformance": {
18-
"version": "2.17.0-beta.1",
18+
"version": "2.17.0",
1919
"commands": [
2020
"FacilityConformance"
2121
]

src/Facility.CodeGen.JavaScript/Facility.CodeGen.JavaScript.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Facility.Definition" Version="2.8.0-beta.1" />
12+
<PackageReference Include="Facility.Definition" Version="2.8.0" />
1313
</ItemGroup>
1414

1515
</Project>

src/fsdgenjs/fsdgenjs.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</PropertyGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="Facility.CodeGen.Console" Version="2.8.0-beta.1" />
13+
<PackageReference Include="Facility.CodeGen.Console" Version="2.8.0" />
1414
</ItemGroup>
1515

1616
<ItemGroup>

0 commit comments

Comments
 (0)