Skip to content

Commit c96cc27

Browse files
Version 0.2.0 (#29)
* Remove VersionPrefix from Directory.Build.props Removed the VersionPrefix property from the project file. * Update project file with version and release notes Added version prefix and release notes to the project file. * Move VersionPrefix and update PackageReleaseNotes
1 parent eedb2de commit c96cc27

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

src/Directory.Build.props

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<PropertyGroup>
66
<Authors>Julian Verdurmen</Authors>
77
<Product>JulianVerdurmen.SlnxValidator</Product>
8-
<VersionPrefix>0.1.0</VersionPrefix>
98
<Deterministic>true</Deterministic>
109
<ContinuousIntegrationBuild Condition="'$(GITHUB_ACTIONS)' == 'true'">true</ContinuousIntegrationBuild>
1110
<IsPackable>false</IsPackable>

src/SLNX-validator/SLNX-validator.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@
1313
<IsPackable>true</IsPackable>
1414
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
1515
<PackageIcon>packageIcon.png</PackageIcon>
16+
17+
<VersionPrefix>0.2.0</VersionPrefix>
18+
<PackageReleaseNotes>
19+
- Added logo
20+
- Shorter error codes
21+
</PackageReleaseNotes>
1622
</PropertyGroup>
1723

1824
<ItemGroup>

0 commit comments

Comments
 (0)