Skip to content

Commit

Permalink
Fix missing IntelliSense.
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpjs committed May 1, 2022
1 parent 230a618 commit 39aeda7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ Most lines should begin with one of these words:
<!--
## [Unreleased](https://github.com/sharpjs/Prequel/compare/release/1.0.1..HEAD)
(none)
-->

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

## [1.0.0](https://github.com/sharpjs/Prequel/tree/release/1.0.0)
Initial release.
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<!-- Descriptive properties -->
<PropertyGroup>
<Product>Prequel</Product>
<VersionPrefix>1.0.0</VersionPrefix>
<VersionPrefix>1.0.1</VersionPrefix>
<Authors>Jeffrey Sharp</Authors>
<Company>Subatomix Research Inc.</Company>
<Copyright>© $([System.DateTime]::UtcNow.Year) $(Authors)</Copyright>
Expand Down
1 change: 1 addition & 0 deletions Prequel/Prequel.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<PropertyGroup>
<Description>Minimal SQLCMD-compatible preprocessor</Description>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>

</Project>

0 comments on commit 39aeda7

Please sign in to comment.