Skip to content

Commit

Permalink
prepare for 2.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
caleblloyd committed Feb 7, 2019
1 parent 121d741 commit c58e00c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Ensure that your `.csproj` file has the following references.

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.2.0" />
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="2.2.0-preview1-final" />
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="2.2.0" />
</ItemGroup>

</Project>
Expand Down Expand Up @@ -110,8 +110,7 @@ Refer to Microsoft's [EF Core Documentation](https://docs.microsoft.com/en-us/ef
Milestone | Release week
----------|-------------
2.1.4 | 11/29/2018
2.2.0-preview1-final | 1/26/2019
2.2.0 | 2/6/2019
2.2.0 | 2/7/2019

#### Scaffolding Tutorial

Expand Down
2 changes: 1 addition & 1 deletion build/dependencies.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<!-- EFCore.MySql Dependencies -->
<MicrosoftEntityFrameworkCoreRelationalVersion>2.2.0</MicrosoftEntityFrameworkCoreRelationalVersion>
<MySqlConnectorVersion>0.49.2</MySqlConnectorVersion>
<PomeloJsonObjectVersion>2.2.0-preview1-final</PomeloJsonObjectVersion>
<PomeloJsonObjectVersion>2.2.0</PomeloJsonObjectVersion>
<!-- Shared Test Dependencies -->
<MicrosoftNETTestSdkPackageVersion>15.6.1</MicrosoftNETTestSdkPackageVersion>
<XunitAssertPackageVersion>2.3.1</XunitAssertPackageVersion>
Expand Down
2 changes: 1 addition & 1 deletion version.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<VersionPrefix>2.2.0</VersionPrefix>
<VersionSuffix>preview1</VersionSuffix>
<VersionSuffix>rtm</VersionSuffix>
<PackageVersion Condition="'$(IsFinalBuild)' == 'true' AND '$(VersionSuffix)' == 'rtm' ">$(VersionPrefix)</PackageVersion>
<PackageVersion Condition="'$(IsFinalBuild)' == 'true' AND '$(VersionSuffix)' != 'rtm' ">$(VersionPrefix)-$(VersionSuffix)-final</PackageVersion>
<BuildNumber Condition="'$(BuildNumber)' == ''">t000</BuildNumber>
Expand Down

0 comments on commit c58e00c

Please sign in to comment.