Skip to content

Commit

Permalink
verion increase
Browse files Browse the repository at this point in the history
  • Loading branch information
bdongus committed Mar 17, 2024
1 parent 2b2ded9 commit c380497
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
6 changes: 2 additions & 4 deletions idee5.Globalization.EFCore/idee5.Globalization.EFCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,12 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>idee5.Globalization.EFCore</RootNamespace>
<AssemblyVersion>3.2.0</AssemblyVersion>
<FileVersion>3.2.0</FileVersion>
<Company>idee5</Company>
<Description>Entity Framework Core context provider for idee5.Globalization.</Description>
<Copyright>© idee5 2022-2024</Copyright>
<PackageTags>idee5, Globalization, Localization, EFCore</PackageTags>
<PackageReleaseNotes>Renamed the table name, new idee5.Common.Data for DataDirectory handling.</PackageReleaseNotes>
<Version>3.2.0</Version>
<PackageReleaseNotes>Added get resource keys query</PackageReleaseNotes>
<Version>3.2.1</Version>
<Authors>Bernd Dongus</Authors>
<Nullable>enable</Nullable>
<Title>EF core data layer for idee5.Globalization</Title>
Expand Down
4 changes: 1 addition & 3 deletions idee5.Globalization.WebApi/idee5.Globalization.WebApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,9 @@
<ApplicationIcon />
<OutputType>Library</OutputType>
<StartupObject />
<AssemblyVersion>3.2.0</AssemblyVersion>
<FileVersion>3.2.0</FileVersion>
<Nullable>enable</Nullable>
<IsPackable>true</IsPackable>
<Version>3.2.0</Version>
<Version>3.2.1</Version>
<Copyright>© idee5 2020 - 2024</Copyright>
<PackageProjectUrl>https://github.com/bdongus/idee5.Globalization</PackageProjectUrl>
<PackageIcon>idee5 nuget icon.png</PackageIcon>
Expand Down
4 changes: 1 addition & 3 deletions idee5.Globalization/idee5.Globalization.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@
<LangVersion>12.0</LangVersion>
<RootNamespace>idee5.Globalization</RootNamespace>
<AssemblyName>idee5.Globalization</AssemblyName>
<AssemblyVersion>3.2.0.0</AssemblyVersion>
<FileVersion>3.2.0</FileVersion>
<Description>Globalization extensions. Enables database support for localization resources and parlances for industries and customers..</Description>
<Company>idee5</Company>
<Copyright>© idee5 2016 - 2024</Copyright>
<Version>3.2</Version>
<Version>3.2.1</Version>
<PackageTags>idee5, Globalization, Localization</PackageTags>
<PackageReleaseNotes>Removed own implementation of the resx stuff</PackageReleaseNotes>
<Nullable>enable</Nullable>
Expand Down

0 comments on commit c380497

Please sign in to comment.