Skip to content

Commit

Permalink
Update project to v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ygg01 committed Sep 13, 2023
1 parent d9e65eb commit adda21a
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 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.5.0</PackageVersion>
<PackageVersion>0.6.0</PackageVersion>
<TargetFrameworks>netstandard2.1;net6.0</TargetFrameworks>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion Linguini.Serialization/Linguini.Serialization.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<PackageVersion>0.3.0</PackageVersion>
<PackageVersion>0.6.0</PackageVersion>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion Linguini.Shared/Linguini.Shared.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PackageLicenseExpression>MIT OR Apache-2.0</PackageLicenseExpression>
<PackageTags>fluent, i18n, internationalization, l10n, l20n, globalization, translation</PackageTags>
<IncludeSymbols>false</IncludeSymbols>
<PackageVersion>0.5.0</PackageVersion>
<PackageVersion>0.6.0</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.5.0</PackageVersion>
<PackageVersion>0.6.0</PackageVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
8 changes: 7 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,10 @@ version 0.5.0
- LinguiniParser
- changed to use new ZeroCopyUtil internally.
Non-breaking changes:
- Fluent bundle private bundle method separated into `AddEntry` and `AddEntryOverriding`
- Fluent bundle private bundle method separated into `AddEntry` and `AddEntryOverriding`

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

0 comments on commit adda21a

Please sign in to comment.