File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 )
1616Initial release.
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 1919 <PropertyGroup >
2020 <Description >Minimal SQLCMD-compatible preprocessor</Description >
2121 <TargetFrameworks >netstandard2.0</TargetFrameworks >
22+ <GenerateDocumentationFile >true</GenerateDocumentationFile >
2223 </PropertyGroup >
2324
2425</Project >
You can’t perform that action at this time.
0 commit comments