Versions.props 456 B

123456789101112131415
  1. <Project>
  2. <PropertyGroup>
  3. <Version>2.2.1</Version>
  4. <Vitorm_Version>[2.2.1, 2.3.0)</Vitorm_Version>
  5. </PropertyGroup>
  6. <PropertyGroup>
  7. <Authors>Lith</Authors>
  8. <PackageProjectUrl>https://github.com/Vit-Orm/Vitorm.Excel</PackageProjectUrl>
  9. </PropertyGroup>
  10. <PropertyGroup>
  11. <DocumentationFile>bin\Debug\$(TargetFramework)\$(MSBuildProjectName).xml</DocumentationFile>
  12. </PropertyGroup>
  13. </Project>