Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruben2776 committed Sep 29, 2021
1 parent 116c4c2 commit d568169
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions PicView/PicView.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<PlatformTarget>x64</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>False</Optimize>
<Optimize>True</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
Expand All @@ -49,7 +49,7 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>x64</PlatformTarget>
<DebugType>none</DebugType>
<Optimize>False</Optimize>
<Optimize>True</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>
</DefineConstants>
Expand Down Expand Up @@ -362,7 +362,7 @@
</ItemGroup>

<PropertyGroup>
<FileVersion>1.4.0.0</FileVersion>
<FileVersion>1.4.3.0</FileVersion>
<SignAssembly>true</SignAssembly>
<Copyright>© Ruben Hyldgaard Negendahl</Copyright>
<PackageProjectUrl>https://github.com/Ruben2776/PicView</PackageProjectUrl>
Expand All @@ -374,7 +374,7 @@
<Authors>Ruben2776</Authors>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<PackageIcon>icon-raster.128b.png</PackageIcon>
<AssemblyVersion>1.4.0.0</AssemblyVersion>
<AssemblyVersion>1.4.3.0</AssemblyVersion>
<EnableNETAnalyzers>true</EnableNETAnalyzers>
<EnforceCodeStyleInBuild>True</EnforceCodeStyleInBuild>
<TargetFramework>net6.0-windows</TargetFramework>
Expand Down

0 comments on commit d568169

Please sign in to comment.