Skip to content

Commit

Permalink
Update the version number to 0.2.0 .
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoYang06 committed Apr 13, 2021
1 parent 3de31ea commit 7d24196
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Source/Wif.Core/Wif.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<TargetFrameworks>net472;netcoreapp3.1;net5.0-windows</TargetFrameworks>
<UseWPF>true</UseWPF>
<RootNamespace>Frontier.Wif.Core</RootNamespace>
<Version>0.1.0</Version>
<Version>0.2.0</Version>
<Authors>LeoYang-Chuese</Authors>
<Description>WPF Infrastructure Framework(WIF)is an infrastructure framework that helps you develop WPF applications quickly.</Description>
<Copyright>Copyright © 2020 LeoYang-Chuese. All rights reserved.</Copyright>
<Copyright>Copyright © 2021 LeoYang-Chuese. All rights reserved.</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/LeoYang-Chuese/wif</PackageProjectUrl>
<PackageIcon>wif_logo.png</PackageIcon>
Expand Down
4 changes: 2 additions & 2 deletions Source/Wif.Infrastructure/Wif.Infrastructure.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<TargetFrameworks>net472;netcoreapp3.1;net5.0-windows</TargetFrameworks>
<UseWPF>true</UseWPF>
<RootNamespace>Frontier.Wif.Infrastructure</RootNamespace>
<Version>0.1.0</Version>
<Version>0.2.0</Version>
<Description>WPF Infrastructure Framework(WIF)is an infrastructure framework that helps you develop WPF applications quickly.</Description>
<Authors>LeoYang-Chuese</Authors>
<Copyright>Copyright © 2020 LeoYang-Chuese. All rights reserved.</Copyright>
<Copyright>Copyright © 2021 LeoYang-Chuese. All rights reserved.</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/LeoYang-Chuese/wif</PackageProjectUrl>
<RepositoryUrl>https://github.com/LeoYang-Chuese/wif.git</RepositoryUrl>
Expand Down
4 changes: 2 additions & 2 deletions Source/Wif.Utilities/Wif.Utilities.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<UseWPF>true</UseWPF>
<UseWindowsForms>true</UseWindowsForms>
<RootNamespace>Frontier.Wif.Utilities</RootNamespace>
<Version>0.1.0</Version>
<Version>0.2.0</Version>
<Authors>LeoYang-Chuese</Authors>
<Description>WPF Infrastructure Framework(WIF)is an infrastructure framework that helps you develop WPF applications quickly.</Description>
<Copyright>Copyright © 2020 LeoYang-Chuese. All rights reserved.</Copyright>
<Copyright>Copyright © 2021 LeoYang-Chuese. All rights reserved.</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/LeoYang-Chuese/wif</PackageProjectUrl>
<PackageTags>WPF;UI;Infrastructure;Utilities;Modern;XAML;Toolkit;Library;.NET;OpenSource</PackageTags>
Expand Down

0 comments on commit 7d24196

Please sign in to comment.