Skip to content
This repository has been archived by the owner on May 1, 2023. It is now read-only.

Commit

Permalink
Bump version 4.71.2.0 -> 4.72.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Wenveo authored and Wenveo committed Mar 28, 2023
1 parent 5c8ef79 commit 9eda791
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<TargetFrameworks>net462;netcoreapp3.1;net6.0-windows</TargetFrameworks>
<UseWPF>true</UseWPF>
<LangVersion>9.0</LangVersion>
<Version>4.71.2.0</Version>
<AssemblyVersion>4.71.2.0</AssemblyVersion>
<FileVersion>4.71.2.0</FileVersion>
<Version>4.72.0.0</Version>
<AssemblyVersion>$(Version)</AssemblyVersion>
<FileVersion>$(Version)</FileVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<EnableWindowsTargeting>true</EnableWindowsTargeting>
<Nullable>enable</Nullable>
Expand Down Expand Up @@ -44,7 +44,7 @@
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<RepositoryUrl>https://github.com/Wenveo/AakStudio.Shell.UI.Themes.AvalonDock</RepositoryUrl>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<PackageVersion>4.71.2.0</PackageVersion>
<PackageVersion>$(Version)</PackageVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<GenerateDocumentationFile>false</GenerateDocumentationFile>
</PropertyGroup>
Expand Down

0 comments on commit 9eda791

Please sign in to comment.