Skip to content

Commit

Permalink
Bump to 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hishamco committed Jan 5, 2025
1 parent a80e52b commit 83e8b2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# My.Extensions.Localization.Json

JSON Localization Resources

NuGet Package: [![NuGet](https://img.shields.io/nuget/v/My.Extensions.Localization.Json.svg)](https://www.nuget.org/packages/My.Extensions.Localization.Json/3.3.0)
NuGet Package: [![NuGet](https://img.shields.io/nuget/v/My.Extensions.Localization.Json.svg)](https://www.nuget.org/packages/My.Extensions.Localization.Json/3.4.0)

Build Status: [![Build status](/~https://github.com/hishamco/My.Extensions.Localization.Json/actions/workflows/build.yml/badge.svg)](/~https://github.com/hishamco/My.Extensions.Localization.Json/actions?query=workflow%3A%22My.Extensions.Localization.Json%22)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>3.3.0</Version>
<Version>3.4.0</Version>
<Authors>Hisham Bin Ateya</Authors>
<Company />
<Description>Provides an localizaton implementation APIs to support JSON as underlying source for localization strings.</Description>
Expand Down

0 comments on commit 83e8b2f

Please sign in to comment.