Skip to content

Commit ea7cf33

Browse files
VersionBump : v0.1.0-preview.26
1 parent 4c45a66 commit ea7cf33

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Directory.Build.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@
1515
<IncludeBuildOutput>true</IncludeBuildOutput>
1616
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
1717

18-
<Version>0.1.0-preview.25</Version>
18+
<Version>0.1.0-preview.26</Version>
1919
<Authors>InfiniFrame, Anna Sas</Authors>
2020
<PackageLicenseFile>LICENSE</PackageLicenseFile>
2121
<PackageReadmeFile>README.md</PackageReadmeFile>
2222
<PackageIcon>icon.png</PackageIcon>
2323
</PropertyGroup>
2424

2525
<ItemGroup>
26-
<None Include="../../LICENSE" Pack="true" PackagePath="" Visible="false"/>
27-
<None Include="../../README.md" Pack="true" PackagePath="" Visible="false"/>
28-
<None Include="../../assets/icon.png" Pack="true" PackagePath="" Visible="false"/>
26+
<None Include="../../LICENSE" Pack="true" PackagePath="" Visible="false" />
27+
<None Include="../../README.md" Pack="true" PackagePath="" Visible="false" />
28+
<None Include="../../assets/icon.png" Pack="true" PackagePath="" Visible="false" />
2929
</ItemGroup>
3030
</Project>

0 commit comments

Comments
 (0)