Skip to content

Commit 39aeda7

Browse files
committed
Fix missing IntelliSense.
1 parent 230a618 commit 39aeda7

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

CHANGES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ Most lines should begin with one of these words:
77
<!--
88
## [Unreleased](https://github.com/sharpjs/Prequel/compare/release/1.0.1..HEAD)
99
(none)
10+
-->
1011

1112
## [1.0.1](https://github.com/sharpjs/Prequel/compare/release/1.0.0..release/1.0.1)
12-
Future release.
13-
-->
13+
- Fix missing IntelliSense.
1414

1515
## [1.0.0](https://github.com/sharpjs/Prequel/tree/release/1.0.0)
1616
Initial release.

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<!-- Descriptive properties -->
2727
<PropertyGroup>
2828
<Product>Prequel</Product>
29-
<VersionPrefix>1.0.0</VersionPrefix>
29+
<VersionPrefix>1.0.1</VersionPrefix>
3030
<Authors>Jeffrey Sharp</Authors>
3131
<Company>Subatomix Research Inc.</Company>
3232
<Copyright>© $([System.DateTime]::UtcNow.Year) $(Authors)</Copyright>

Prequel/Prequel.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<PropertyGroup>
2020
<Description>Minimal SQLCMD-compatible preprocessor</Description>
2121
<TargetFrameworks>netstandard2.0</TargetFrameworks>
22+
<GenerateDocumentationFile>true</GenerateDocumentationFile>
2223
</PropertyGroup>
2324

2425
</Project>

0 commit comments

Comments
 (0)