This commit is contained in:
melekhin
2026-06-05 16:08:42 +07:00
parent cf8ef7add7
commit f9cca53f75
2 changed files with 14 additions and 1 deletions

View File

@@ -6,6 +6,12 @@
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<!-- NuGet -->
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>0.9.0</Version>
<Authors>QWERTYkez</Authors>
<Company>QWERTYkez</Company>
<Description>OpenXml Processor library for Excel</Description>
</PropertyGroup>
<ItemGroup>

View File

@@ -5,6 +5,13 @@
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<!-- NuGet -->
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>0.9.0</Version>
<Authors>QWERTYkez</Authors>
<Company>QWERTYkez</Company>
<Description>OpenXml Processor library for Word</Description>
</PropertyGroup>
<ItemGroup>