Skip to content

Commit 8438508

Browse files
committed
documenting the addition of Conditional attribute
1 parent 04eab02 commit 8438508

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
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

releasenotes.props

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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

version.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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>

0 commit comments

Comments
 (0)