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<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project ToolsVersion =" Current" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
33 <PropertyGroup >
4- <AssemblyFileVersion Condition =" '$(AssemblyFileVersion)' == ''" >1.0.0.0</AssemblyFileVersion >
5- <!-- This Assembly version corresponds to version of Microsoft.Data.SqlClient v2.0.0 Assembly. -->
4+ <MdsVersionDefault >3.1.0</MdsVersionDefault >
5+ <BuildNumber Condition =" '$(BuildNumber)' == ''" >0</BuildNumber >
6+ <AssemblyFileVersion Condition =" '$(AssemblyFileVersion)' == ''" >$(MdsVersionDefault).$(BuildNumber)</AssemblyFileVersion >
7+ <FileVersion >$(AssemblyFileVersion)</FileVersion >
8+ <!-- This Assembly version corresponds to version of Microsoft.Data.SqlClient Assembly. -->
69 <!-- Should only be changed in future when a non-backwards compatible driver is released. -->
7- <!-- Future Assembly Version values shall be Major.Minor.0.0; e.g. 3 .0.0.0 -->
10+ <!-- Future Assembly Version values shall be Major.Minor.0.0; e.g. 4 .0.0.0 -->
811 <AssemblyVersion >3.0.0.0</AssemblyVersion >
9- <NugetPackageVersion Condition =" '$(NugetPackageVersion)' == ''" >3.1.0 -dev</NugetPackageVersion >
12+ <NugetPackageVersion Condition =" '$(NugetPackageVersion)' == ''" >$(MdsVersionDefault) -dev</NugetPackageVersion >
1013 <Version >$(NugetPackageVersion)</Version >
1114 </PropertyGroup >
1215 <!-- NetFx project dependencies -->
You can’t perform that action at this time.
0 commit comments