Skip to content

Commit

Permalink
Release: version 0.3.1
Browse files Browse the repository at this point in the history
- Fixed error in `Linguini.Bundle` that prevented term and scope arguments from coexisting. @adcdefg30
  • Loading branch information
Ygg01 committed Sep 19, 2022
1 parent cb0b17c commit 602bd6b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Linguini.Bundle/Linguini.Bundle.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ It provides easy to use and extend system for describing translations.</Descript
<Win32Resource />
<PackageProjectUrl>https://github.com/Ygg01/Linguini</PackageProjectUrl>
<RepositoryType>git</RepositoryType>
<PackageVersion>0.3.0</PackageVersion>
<PackageVersion>0.3.1</PackageVersion>
<TargetFrameworks>net461;net5.0;netstandard2.1</TargetFrameworks>
</PropertyGroup>

Expand Down
7 changes: 6 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,9 @@ version 0.3.0

- Extracted `Linguini.Syntax.Serializers` to a separate package
- Changed the way `InsertBehavior` works
- Add support for net461 @mtkennerly
- Add support for net461 @mtkennerly

version 0.3.1
========

- Fixed error in `Linguini.Bundle` that prevented term and scope arguments from coexisting. @adcdefg30

0 comments on commit 602bd6b

Please sign in to comment.