Skip to content

Commit 181af9a

Browse files
author
github-actions
committed
🖉 Update changelog with v0.7.3
1 parent 09b4534 commit 181af9a

File tree

1 file changed

+24
-9
lines changed

1 file changed

+24
-9
lines changed

changelog.md

Lines changed: 24 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11

22

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+
319
## [v0.7.2](https://github.com/devlooped/nugetizer/tree/v0.7.2) (2021-07-16)
420

521
[Full Changelog](https://github.com/devlooped/nugetizer/compare/v0.7.1...v0.7.2)
@@ -8,11 +24,10 @@
824

925
- Allow specifying PackFolder in ProjectReference [\#124](https://github.com/devlooped/nugetizer/issues/124)
1026
- 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)
1227

13-
:bug: Fixed bugs:
28+
:twisted_rightwards_arrows: Merged:
1429

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)
1631

1732
## [v0.7.1](https://github.com/devlooped/nugetizer/tree/v0.7.1) (2021-06-17)
1833

@@ -90,7 +105,6 @@
90105

91106
- 🖆 Apply kzu/oss template via dotnet-file [\#47](https://github.com/devlooped/nugetizer/pull/47) (@kzu)
92107
- 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)
94108
- Provide a default value for package description for compatibility with SDK pack [\#41](https://github.com/devlooped/nugetizer/pull/41) (@kzu)
95109
- Import compatibility props for multi-targeting too [\#39](https://github.com/devlooped/nugetizer/pull/39) (@kzu)
96110
- Dev \> Main [\#38](https://github.com/devlooped/nugetizer/pull/38) (@kzu)
@@ -110,25 +124,26 @@
110124

111125
:twisted_rightwards_arrows: Merged:
112126

127+
- When resolving P2P references for packaging, set target framework [\#42](https://github.com/devlooped/nugetizer/pull/42) (@kzu)
113128
- Dev \> Main [\#33](https://github.com/devlooped/nugetizer/pull/33) (@kzu)
114129
- Dev \> Main [\#29](https://github.com/devlooped/nugetizer/pull/29) (@kzu)
115130
- Make sure the output package cleanup happens before Pack [\#25](https://github.com/devlooped/nugetizer/pull/25) (@kzu)
116131

117132
## [v0.4.12](https://github.com/devlooped/nugetizer/tree/v0.4.12) (2020-11-20)
118133

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)
120135

121136
:hammer: Other:
122137

123138
- IsPackable default [\#26](https://github.com/devlooped/nugetizer/issues/26)
124139

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)
126141

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)
128143

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)
130145

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)
132147

133148
:bug: Fixed bugs:
134149

0 commit comments

Comments
 (0)