Skip to content

Commit

Permalink
Update version to v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ygg01 committed Oct 23, 2023
1 parent 71bab31 commit 141d477
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 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.6.0</PackageVersion>
<PackageVersion>0.6.1</PackageVersion>
<TargetFrameworks>netstandard2.1;net6.0</TargetFrameworks>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion Linguini.Syntax/Linguini.Syntax.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PackageProjectUrl>https://github.com/Ygg01/Linguini</PackageProjectUrl>
<RepositoryType>git</RepositoryType>
<TargetFrameworks>netstandard2.1;net6.0</TargetFrameworks>
<PackageVersion>0.6.0</PackageVersion>
<PackageVersion>0.6.1</PackageVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
6 changes: 5 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,8 @@ version 0.6.0
========
- Fixes errors when reading line numbers due to interaction
with ZeroCopy Parser (thanks to @PJB3005)
- Moves project to minimal dotnet version to 6
- Moves project to minimal dotnet version to 6

version 0.6.1
========
- Fixes errors when reading an empty line on Windows (reported by @JosefNemec)

0 comments on commit 141d477

Please sign in to comment.