File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 0.6.1]
910### Fixed
1011- Targets file not using correct Using references
1112- Inline generation not using the input file prior to myriad generation being appended.
Original file line number Diff line number Diff line change 55 <GitHome >https://github.com/$(gitOwner)</GitHome >
66 <GitUrl >$(gitHome)/$(gitName)</GitUrl >
77 <NupkgsDir >$([System.IO.Path]::GetFullPath("$(MSBuildThisFileDirectory)/bin/nupkg"))</NupkgsDir >
8- <VersionPrefix Condition =" '$(VersionPrefix)' == '' " >0.6.0 </VersionPrefix >
8+ <VersionPrefix Condition =" '$(VersionPrefix)' == '' " >0.6.1 </VersionPrefix >
99 <Version Condition =" '$(Version)' == '' " >$(VersionPrefix)$(VersionSuffix)</Version >
1010 <!-- pack stuff -->
1111 <TargetFramework >net5.0</TargetFramework >
You can’t perform that action at this time.
0 commit comments