|
1 | 1 |
|
2 | 2 |
|
| 3 | +## [v0.7.3](https://github.com/devlooped/nugetizer/tree/v0.7.3) (2021-07-19) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/devlooped/nugetizer/compare/v0.7.2...v0.7.3) |
| 6 | + |
| 7 | +:sparkles: Implemented enhancements: |
| 8 | + |
| 9 | +- Include readme in package [\#126](https://github.com/devlooped/nugetizer/issues/126) |
| 10 | + |
| 11 | +:bug: Fixed bugs: |
| 12 | + |
| 13 | +- When inferring content, PackInference.PackExclude isn't properly evaluated [\#128](https://github.com/devlooped/nugetizer/issues/128) |
| 14 | + |
| 15 | +:twisted_rightwards_arrows: Merged: |
| 16 | + |
| 17 | +- Properly evaluate PackInference.PackExclude [\#129](https://github.com/devlooped/nugetizer/pull/129) (@kzu) |
| 18 | + |
3 | 19 | ## [v0.7.2](https://github.com/devlooped/nugetizer/tree/v0.7.2) (2021-07-16) |
4 | 20 |
|
5 | 21 | [Full Changelog](https://github.com/devlooped/nugetizer/compare/v0.7.1...v0.7.2) |
|
8 | 24 |
|
9 | 25 | - Allow specifying PackFolder in ProjectReference [\#124](https://github.com/devlooped/nugetizer/issues/124) |
10 | 26 | - Include readme in package [\#127](https://github.com/devlooped/nugetizer/pull/127) (@kzu) |
11 | | -- Allow specifying PackFolder in ProjectReference [\#125](https://github.com/devlooped/nugetizer/pull/125) (@kzu) |
12 | 27 |
|
13 | | -:bug: Fixed bugs: |
| 28 | +:twisted_rightwards_arrows: Merged: |
14 | 29 |
|
15 | | -- No longer able to generate separate snupkg symbol packages. [\#117](https://github.com/devlooped/nugetizer/issues/117) |
| 30 | +- Allow specifying PackFolder in ProjectReference [\#125](https://github.com/devlooped/nugetizer/pull/125) (@kzu) |
16 | 31 |
|
17 | 32 | ## [v0.7.1](https://github.com/devlooped/nugetizer/tree/v0.7.1) (2021-06-17) |
18 | 33 |
|
|
90 | 105 |
|
91 | 106 | - 🖆 Apply kzu/oss template via dotnet-file [\#47](https://github.com/devlooped/nugetizer/pull/47) (@kzu) |
92 | 107 | - When using PackageReference metadata infer Pack=true [\#45](https://github.com/devlooped/nugetizer/pull/45) (@kzu) |
93 | | -- When resolving P2P references for packaging, set target framework [\#42](https://github.com/devlooped/nugetizer/pull/42) (@kzu) |
94 | 108 | - Provide a default value for package description for compatibility with SDK pack [\#41](https://github.com/devlooped/nugetizer/pull/41) (@kzu) |
95 | 109 | - Import compatibility props for multi-targeting too [\#39](https://github.com/devlooped/nugetizer/pull/39) (@kzu) |
96 | 110 | - Dev \> Main [\#38](https://github.com/devlooped/nugetizer/pull/38) (@kzu) |
|
110 | 124 |
|
111 | 125 | :twisted_rightwards_arrows: Merged: |
112 | 126 |
|
| 127 | +- When resolving P2P references for packaging, set target framework [\#42](https://github.com/devlooped/nugetizer/pull/42) (@kzu) |
113 | 128 | - Dev \> Main [\#33](https://github.com/devlooped/nugetizer/pull/33) (@kzu) |
114 | 129 | - Dev \> Main [\#29](https://github.com/devlooped/nugetizer/pull/29) (@kzu) |
115 | 130 | - Make sure the output package cleanup happens before Pack [\#25](https://github.com/devlooped/nugetizer/pull/25) (@kzu) |
116 | 131 |
|
117 | 132 | ## [v0.4.12](https://github.com/devlooped/nugetizer/tree/v0.4.12) (2020-11-20) |
118 | 133 |
|
119 | | -[Full Changelog](https://github.com/devlooped/nugetizer/compare/v0.4.10...v0.4.12) |
| 134 | +[Full Changelog](https://github.com/devlooped/nugetizer/compare/v0.4.11...v0.4.12) |
120 | 135 |
|
121 | 136 | :hammer: Other: |
122 | 137 |
|
123 | 138 | - IsPackable default [\#26](https://github.com/devlooped/nugetizer/issues/26) |
124 | 139 |
|
125 | | -## [v0.4.10](https://github.com/devlooped/nugetizer/tree/v0.4.10) (2020-10-29) |
| 140 | +## [v0.4.11](https://github.com/devlooped/nugetizer/tree/v0.4.11) (2020-10-29) |
126 | 141 |
|
127 | | -[Full Changelog](https://github.com/devlooped/nugetizer/compare/v0.4.11...v0.4.10) |
| 142 | +[Full Changelog](https://github.com/devlooped/nugetizer/compare/v0.4.10...v0.4.11) |
128 | 143 |
|
129 | | -## [v0.4.11](https://github.com/devlooped/nugetizer/tree/v0.4.11) (2020-10-29) |
| 144 | +## [v0.4.10](https://github.com/devlooped/nugetizer/tree/v0.4.10) (2020-10-29) |
130 | 145 |
|
131 | | -[Full Changelog](https://github.com/devlooped/nugetizer/compare/v0.4.9...v0.4.11) |
| 146 | +[Full Changelog](https://github.com/devlooped/nugetizer/compare/v0.4.9...v0.4.10) |
132 | 147 |
|
133 | 148 | :bug: Fixed bugs: |
134 | 149 |
|
|
0 commit comments