Skip to content

Commit ca3b5a9

Browse files
Update assembly version
1 parent 2d256b2 commit ca3b5a9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<Authors>EntityFramework.DynamicFilters</Authors>
1010
<Product>EntityFramework.DynamicFilters</Product>
1111
<Company>ZZZ Projects</Company>
12-
<Version>3.0.2</Version>
12+
<Version>3.1.0</Version>
1313
<Copyright>Copyright © ZZZ Projects, John Cachat</Copyright>
1414
</PropertyGroup>
1515

@@ -23,7 +23,7 @@
2323
</PropertyGroup>
2424

2525
<ItemGroup>
26-
<PackageReference Include="EntityFramework" Version="6.3.0-preview6-19304-03" />
26+
<PackageReference Include="EntityFramework" Version="6.3.0-preview7-19363-02" />
2727
</ItemGroup>
2828

2929
<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.0.2")]
36-
[assembly: AssemblyFileVersion("3.0.2")]
37-
[assembly: AssemblyInformationalVersion("3.0.2")]
35+
[assembly: AssemblyVersion("3.1.0")]
36+
[assembly: AssemblyFileVersion("3.1.0")]
37+
[assembly: AssemblyInformationalVersion("3.1.0")]

0 commit comments

Comments
 (0)