File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
3- <VersionPrefix Condition =" '$(VersionPrefix)' == ''" >1.0.0</VersionPrefix >
4- <Version Condition =" '$(APPVEYOR_BUILD_VERSION)' != ''" >$(APPVEYOR_BUILD_VERSION)</Version >
5- <AssemblyVersion >1.0.0.0</AssemblyVersion >
3+ <MinVerMinimumMajorMinor >1.0</MinVerMinimumMajorMinor >
64
75 <Authors >ProductiveRage; VisualOn GmbH</Authors >
8- <Copyright >Copyright © VisualOn GmbH 2018 </Copyright >
6+ <Copyright >Copyright © VisualOn GmbH 2019 </Copyright >
97
108 <PackageIconUrl >https://visualon.github.io/img/nuget.png</PackageIconUrl >
119 <PackageProjectUrl >https://github.com/VisualOn/cssparser</PackageProjectUrl >
2523 <SignAssembly >true</SignAssembly >
2624 <AssemblyOriginatorKeyFile >$(MSBuildThisFileDirectory)CSSParser.snk</AssemblyOriginatorKeyFile >
2725 </PropertyGroup >
26+
27+ <ItemGroup >
28+ <PackageReference Include =" MinVer" Version =" 1.0.0-beta.4" PrivateAssets =" All" />
29+ </ItemGroup >
2830</Project >
You can’t perform that action at this time.
0 commit comments