We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca8f5bd commit 8402884Copy full SHA for 8402884
src/Plugins/releasenotes.props
@@ -1,5 +1,9 @@
1
<Project>
2
<PropertyGroup>
3
+ <PackageReleaseNotes Condition="'$(VersionPrefix)' == '1.3.1'">
4
+Changes:
5
+* @KatoStoelen - don't create shadow copy that already exists (PR #147)
6
+ </PackageReleaseNotes>
7
<PackageReleaseNotes Condition="'$(VersionPrefix)' == '1.3.0'">
8
Changes:
9
* @bergi9 - add 'LoadInMemory' option so you can manually trigger reloads (alternative to HotReload) (PR #133)
0 commit comments