Skip to content

Commit

Permalink
Update packages (preview to 6.3 stable) & assembly version
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanMagnan committed Nov 3, 2019
1 parent 54cd8a9 commit 99aafe5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<ItemGroup>
<PackageReference Include="Effort.EF6" Version="2.2.1" />
<PackageReference Include="EntityFramework" Version="6.3.0-preview7-19363-02" />
<PackageReference Include="EntityFramework" Version="6.3.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.0.1" />
<PackageReference Include="MSTest.TestAdapter" Version="1.4.0" />
<PackageReference Include="MSTest.TestFramework" Version="1.4.0" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
Expand All @@ -9,7 +9,7 @@
<Authors>EntityFramework.DynamicFilters</Authors>
<Product>EntityFramework.DynamicFilters</Product>
<Company>ZZZ Projects</Company>
<Version>3.1.0</Version>
<Version>3.1.1</Version>
<Copyright>Copyright © ZZZ Projects, John Cachat</Copyright>
<AssemblyName>EntityFramework.DynamicFilters</AssemblyName>
<RootNamespace>EntityFramework.DynamicFilters</RootNamespace>
Expand All @@ -25,7 +25,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="EntityFramework" Version="6.3.0-preview7-19363-02" />
<PackageReference Include="EntityFramework" Version="6.3.0" />
</ItemGroup>

<Import Project="..\EntityFramework.DynamicFilters.Shared\EntityFramework.DynamicFilters.Shared.projitems" Label="Shared" />
Expand Down
6 changes: 3 additions & 3 deletions src/EntityFramework.DynamicFilters/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.1.0")]
[assembly: AssemblyFileVersion("3.1.0")]
[assembly: AssemblyInformationalVersion("3.1.0")]
[assembly: AssemblyVersion("3.1.1")]
[assembly: AssemblyFileVersion("3.1.1")]
[assembly: AssemblyInformationalVersion("3.1.1")]

0 comments on commit 99aafe5

Please sign in to comment.