File tree Expand file tree Collapse file tree 3 files changed +15
-1
lines changed
Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 11Changelog
22---
33
4+ ## v0.0.1-alpha02 (2024-09-09)
5+
6+ ### Features
7+
8+ * Add ` [Conditional] ` attribute to restrict output of the ` EmbeddedResourcePropertiesAttribute `
9+
410## v0.0.1-alpha (2024-09-09)
511
612### Features
Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
3+ <PackageReleaseNotes Condition =" '$(PackageVersion)' == '0.0.1-alpha02'" >
4+ <![CDATA[
5+
6+ Features
7+ - Add `[Conditional]` attribute to restrict output of the `EmbeddedResourcePropertiesAttribute`
8+
9+ ]]>
10+ </PackageReleaseNotes >
311 <PackageReleaseNotes Condition =" '$(PackageVersion)' == '0.0.1-alpha'" >
412 <![CDATA[
513
Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
33 <VersionPrefix >0.0.1</VersionPrefix >
4- <VersionSuffix >alpha </VersionSuffix >
4+ <VersionSuffix >alpha02 </VersionSuffix >
55 <PackageVersion Condition =" '$(VersionSuffix)' == ''" >$(VersionPrefix)</PackageVersion >
66 <PackageVersion Condition =" '$(VersionSuffix)' != ''" >$(VersionPrefix)-$(VersionSuffix)</PackageVersion >
77 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments