Versions.props 452 B

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