Skip to content

Commit

Permalink
Update version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
Ygg01 committed Nov 18, 2023
1 parent 97d022f commit 5473045
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions Linguini.Bundle.Test/Linguini.Bundle.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<Nullable>enable</Nullable>
<TargetFrameworks>netstandard2.1;net6.0</TargetFrameworks>
<OutputType>Library</OutputType>
<PackageVersion>0.7.0</PackageVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
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.1</PackageVersion>
<PackageVersion>0.7.0</PackageVersion>
<TargetFrameworks>netstandard2.1;net6.0</TargetFrameworks>
<PackageIcon>linguini.jpg</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
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.6.0</PackageVersion>
<PackageVersion>0.7.0</PackageVersion>
<TargetFramework>net6.0</TargetFramework>
<PackageIcon>linguini.jpg</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
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.6.0</PackageVersion>
<PackageVersion>0.7.0</PackageVersion>
<TargetFrameworks>netstandard2.1;net6.0</TargetFrameworks>
<PackageIcon>linguini.jpg</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
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.1</PackageVersion>
<PackageVersion>0.7.0</PackageVersion>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageIcon>linguini.jpg</PackageIcon>
</PropertyGroup>
Expand Down

0 comments on commit 5473045

Please sign in to comment.