Skip to content

Commit

Permalink
Update version to 2.3.3 (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
masesdevelopers authored Jul 2, 2024
1 parent 3aba45f commit 434910b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/net/Common/Common.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Owners>MASES s.r.l.</Owners>
<Authors>MASES s.r.l.</Authors>
<Company>MASES s.r.l.</Company>
<Version>2.3.2.0</Version>
<Version>2.3.3.0</Version>
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
<LangVersion>latest</LangVersion>
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
Expand Down
2 changes: 1 addition & 1 deletion src/net/templates/templates/kefcoreApp/kefcoreApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
</ItemGroup>
<ItemGroup Condition="!Exists('..\..\..\KEFCore\KEFCore.csproj')">
<!--Outside GitHub repo-->
<PackageReference Include="MASES.EntityFrameworkCore.KNet" Version="2.3.2" IncludeAssets="All" PrivateAssets="None" />
<PackageReference Include="MASES.EntityFrameworkCore.KNet" Version="2.3.3" IncludeAssets="All" PrivateAssets="None" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
</ItemGroup>
<ItemGroup Condition="!Exists('..\..\..\KEFCore\KEFCore.csproj')">
<!--Outside GitHub repo-->
<PackageReference Include="MASES.EntityFrameworkCore.KNet" Version="2.3.2" IncludeAssets="All" PrivateAssets="None" />
<PackageReference Include="MASES.EntityFrameworkCore.KNet" Version="2.3.3" IncludeAssets="All" PrivateAssets="None" />
</ItemGroup>
</Project>

0 comments on commit 434910b

Please sign in to comment.