Skip to content

Commit

Permalink
Updated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tidyui committed Feb 17, 2020
1 parent 8ee9a2f commit 2f6ebdc
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 13 deletions.
2 changes: 1 addition & 1 deletion data/Piranha.Data.EF.MySql/Piranha.Data.EF.MySql.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>8.1.0</Version>
<Version>8.1.1</Version>
<Company>Piranha CMS</Company>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>8.1.0</Version>
<Version>8.1.1</Version>
<Company>Piranha CMS</Company>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion data/Piranha.Data.EF.SQLite/Piranha.Data.EF.SQLite.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>8.1.0</Version>
<Version>8.1.1</Version>
<Company>Piranha CMS</Company>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion data/Piranha.Data.EF/Piranha.Data.EF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>8.1.0</Version>
<Version>8.1.1</Version>
<Company>Piranha CMS</Company>
</PropertyGroup>

Expand Down
4 changes: 2 additions & 2 deletions nuspec/Piranha.Data.EF.MySql.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>Piranha.Data.EF.MySql</id>
<title>Piranha Data MySql</title>
<version>8.1.0</version>
<version>8.1.1</version>
<authors>Håkan Edling</authors>
<owners>Håkan Edling</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand All @@ -20,7 +20,7 @@ https://github.com/piranhacms/piranha.core/wiki/changelog
<dependencies>
<group targetFramework="netstandard2.0">
<dependency id="Piranha" version="[8.1.0,9.0.0)" />
<dependency id="Piranha.Data.EF" version="[8.1.0,9.0.0)" />
<dependency id="Piranha.Data.EF" version="[8.1.1,9.0.0)" />
<dependency id="Pomelo.EntityFrameworkCore.MySql" version="3.1.1" />
</group>
</dependencies>
Expand Down
5 changes: 2 additions & 3 deletions nuspec/Piranha.Data.EF.SQLServer.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>Piranha.Data.EF.SQLServer</id>
<title>Piranha Data SQLServer</title>
<version>8.1.0</version>
<version>8.1.1</version>
<authors>Håkan Edling</authors>
<owners>Håkan Edling</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand All @@ -20,8 +20,7 @@ https://github.com/piranhacms/piranha.core/wiki/changelog
<dependencies>
<group targetFramework="netstandard2.0">
<dependency id="Piranha" version="[8.1.0,9.0.0)" />
<dependency id="Piranha.Data.EF" version="[8.1.0,9.0.0)" />
<dependency id="AutoMapper" version="[9.0.0]" />
<dependency id="Piranha.Data.EF" version="[8.1.1,9.0.0)" />
<dependency id="Microsoft.EntityFrameworkCore.SqlServer" version="3.1.0" />
</group>
</dependencies>
Expand Down
5 changes: 2 additions & 3 deletions nuspec/Piranha.Data.EF.SQLite.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>Piranha.Data.EF.SQLite</id>
<title>Piranha Data SQLite</title>
<version>8.1.0</version>
<version>8.1.1</version>
<authors>Håkan Edling</authors>
<owners>Håkan Edling</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand All @@ -20,8 +20,7 @@ https://github.com/piranhacms/piranha.core/wiki/changelog
<dependencies>
<group targetFramework="netstandard2.0">
<dependency id="Piranha" version="[8.1.0,9.0.0)" />
<dependency id="Piranha.Data.EF" version="[8.1.0,9.0.0)" />
<dependency id="AutoMapper" version="[9.0.0]" />
<dependency id="Piranha.Data.EF" version="[8.1.1,9.0.0)" />
<dependency id="Microsoft.EntityFrameworkCore.Sqlite" version="3.1.0" />
</group>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion nuspec/Piranha.Data.EF.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>Piranha.Data.EF</id>
<title>Piranha Data EF</title>
<version>8.1.0</version>
<version>8.1.1</version>
<authors>Håkan Edling</authors>
<owners>Håkan Edling</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand Down

0 comments on commit 2f6ebdc

Please sign in to comment.