Skip to content

Commit 99aafe5

Browse files
Update packages (preview to 6.3 stable) & assembly version
1 parent 54cd8a9 commit 99aafe5

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

src/DynamicFiltersTests.NetStandard21/DynamicFiltersTests.NetStandard21.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<ItemGroup>
1414
<PackageReference Include="Effort.EF6" Version="2.2.1" />
15-
<PackageReference Include="EntityFramework" Version="6.3.0-preview7-19363-02" />
15+
<PackageReference Include="EntityFramework" Version="6.3.0" />
1616
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.0.1" />
1717
<PackageReference Include="MSTest.TestAdapter" Version="1.4.0" />
1818
<PackageReference Include="MSTest.TestFramework" Version="1.4.0" />

src/EntityFramework.DynamicFilters.NetStandard21/EntityFramework.DynamicFilters.NetStandard21.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.1</TargetFramework>
@@ -9,7 +9,7 @@
99
<Authors>EntityFramework.DynamicFilters</Authors>
1010
<Product>EntityFramework.DynamicFilters</Product>
1111
<Company>ZZZ Projects</Company>
12-
<Version>3.1.0</Version>
12+
<Version>3.1.1</Version>
1313
<Copyright>Copyright © ZZZ Projects, John Cachat</Copyright>
1414
<AssemblyName>EntityFramework.DynamicFilters</AssemblyName>
1515
<RootNamespace>EntityFramework.DynamicFilters</RootNamespace>
@@ -25,7 +25,7 @@
2525
</PropertyGroup>
2626

2727
<ItemGroup>
28-
<PackageReference Include="EntityFramework" Version="6.3.0-preview7-19363-02" />
28+
<PackageReference Include="EntityFramework" Version="6.3.0" />
2929
</ItemGroup>
3030

3131
<Import Project="..\EntityFramework.DynamicFilters.Shared\EntityFramework.DynamicFilters.Shared.projitems" Label="Shared" />

src/EntityFramework.DynamicFilters/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("3.1.0")]
36-
[assembly: AssemblyFileVersion("3.1.0")]
37-
[assembly: AssemblyInformationalVersion("3.1.0")]
35+
[assembly: AssemblyVersion("3.1.1")]
36+
[assembly: AssemblyFileVersion("3.1.1")]
37+
[assembly: AssemblyInformationalVersion("3.1.1")]

0 commit comments

Comments
 (0)