Skip to content

Commit 54b09e2

Browse files
Move VersionPrefix and update PackageReleaseNotes
1 parent 1715acb commit 54b09e2

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/SLNX-validator/SLNX-validator.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<VersionPrefix>0.2.0</VersionPrefix>
54
<OutputType>Exe</OutputType>
65
<TargetFrameworks>net8.0;net9.0;net10.0</TargetFrameworks>
76
<AssemblyName>slnx-validator</AssemblyName>
@@ -14,12 +13,13 @@
1413
<IsPackable>true</IsPackable>
1514
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
1615
<PackageIcon>packageIcon.png</PackageIcon>
17-
</PropertyGroup>
1816

19-
<PackageReleaseNotes>
20-
- Added logo
21-
- Shorter error codes
22-
</PackageReleaseNotes>
17+
<VersionPrefix>0.2.0</VersionPrefix>
18+
<PackageReleaseNotes>
19+
- Added logo
20+
- Shorter error codes
21+
</PackageReleaseNotes>
22+
</PropertyGroup>
2323

2424
<ItemGroup>
2525
<None Include="..\..\README.md" Pack="true" PackagePath="\" />

0 commit comments

Comments
 (0)