Skip to content

Commit ccb28f9

Browse files
Update assembly version; add missing compilation constant
1 parent 3d95b06 commit ccb28f9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</PropertyGroup>
55

66
<PropertyGroup>
7-
<VersionPrefix>1.2.0</VersionPrefix>
7+
<VersionPrefix>1.2.1</VersionPrefix>
88
</PropertyGroup>
99

1010
<Choose>

src/Microsoft.EntityFrameworkCore.DynamicLinq.EFCore2/Microsoft.EntityFrameworkCore.DynamicLinq.EFCore2.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
2525
<Company>ZZZ Projects</Company>
2626
<Copyright>Copyright © ZZZ Projects</Copyright>
27-
<Version>2.2.0</Version>
27+
<Version>2.2.1</Version>
2828
</PropertyGroup>
2929

3030
<PropertyGroup Condition=" '$(buildType)' == 'azure-pipelines-ci' ">

src/Microsoft.EntityFrameworkCore.DynamicLinq.EFCore3/Microsoft.EntityFrameworkCore.DynamicLinq.EFCore3.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
2525
<Company>ZZZ Projects</Company>
2626
<Copyright>Copyright © ZZZ Projects</Copyright>
27-
<Version>3.2.0</Version>
27+
<Version>3.2.1</Version>
2828
</PropertyGroup>
2929

3030
<PropertyGroup Condition=" '$(buildType)' == 'azure-pipelines-ci' ">

test/EntityFramework.DynamicLinq.Tests.net452/EntityFramework.DynamicLinq.Tests.net452.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<DebugType>pdbonly</DebugType>
3030
<Optimize>true</Optimize>
3131
<OutputPath>bin\Release\</OutputPath>
32-
<DefineConstants>TRACE</DefineConstants>
32+
<DefineConstants>TRACE;NET452</DefineConstants>
3333
<ErrorReport>prompt</ErrorReport>
3434
<WarningLevel>4</WarningLevel>
3535
</PropertyGroup>

0 commit comments

Comments
 (0)