Skip to content

Commit

Permalink
Change version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
allenlooplee committed Jun 1, 2021
1 parent 65d3cba commit f739ec2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions DialogUtils.Demo/DialogUtils.Demo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<TargetFramework>net48</TargetFramework>
<UseWPF>true</UseWPF>
<Authors>Allen Lee</Authors>
<Version>1.1.0</Version>
<AssemblyVersion>1.1.0.1</AssemblyVersion>
<FileVersion>1.1.0.1</FileVersion>
<Version>1.2.0</Version>
<AssemblyVersion>1.2.0.0</AssemblyVersion>
<FileVersion>1.2.0.0</FileVersion>
<ApplicationIcon>Assets\logo-128.ico</ApplicationIcon>
</PropertyGroup>

Expand Down
6 changes: 3 additions & 3 deletions DialogUtils/DialogUtils.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
<PackageProjectUrl>https://github.com/allenlooplee/DialogUtils</PackageProjectUrl>
<RepositoryUrl>https://github.com/allenlooplee/DialogUtils</RepositoryUrl>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Version>1.1.0</Version>
<Version>1.2.0</Version>
<RepositoryType>git</RepositoryType>
<AssemblyVersion>1.1.0.1</AssemblyVersion>
<FileVersion>1.1.0.1</FileVersion>
<AssemblyVersion>1.2.0.0</AssemblyVersion>
<FileVersion>1.2.0.0</FileVersion>
<PackageIcon>logo-128.png</PackageIcon>
</PropertyGroup>

Expand Down

0 comments on commit f739ec2

Please sign in to comment.