Skip to content

Commit 92ac647

Browse files
committed
1.6.1
[Changes] - Fixed logo
1 parent a5dd0d0 commit 92ac647

File tree

14 files changed

+33
-14
lines changed

14 files changed

+33
-14
lines changed

Photoshop/Logo.ico

0 Bytes
Binary file not shown.

Photoshop/Logo.png

250 Bytes
Loading

Photoshop/Logo_256.png

1.94 KB
Loading

Photoshop/Logo_Git.png

-2.65 KB
Loading

Photoshop/Logo_Git.psd

1.26 KB
Binary file not shown.

Source/HDRProfile/AutoHDR.csproj

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -320,12 +320,15 @@
320320
<EmbeddedResource Include="Costura64\HDRController.dll" />
321321
</ItemGroup>
322322
<ItemGroup>
323-
<Resource Include="Logo.ico" />
324-
<Resource Include="Info\Logo.png" />
325323
<EmbeddedResource Include="Costura32\HDRController.dll" />
326324
<None Include="Externals\CodectoryCore.Logging.dll" />
327325
</ItemGroup>
328-
<ItemGroup />
326+
<ItemGroup>
327+
<Resource Include="Logo.ico" />
328+
</ItemGroup>
329+
<ItemGroup>
330+
<None Include="Resources\Logo.png" />
331+
</ItemGroup>
329332
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
330333
<Import Project="..\packages\Fody.6.0.0\build\Fody.targets" Condition="Exists('..\packages\Fody.6.0.0\build\Fody.targets')" />
331334
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">

Source/HDRProfile/Info/Logo.png

-79.8 KB
Binary file not shown.

Source/HDRProfile/Logo.ico

0 Bytes
Binary file not shown.

Source/HDRProfile/Logo.png

250 Bytes
Loading

Source/HDRProfile/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@
5252
// Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden,
5353
// indem Sie "*" wie unten gezeigt eingeben:
5454
// [assembly: AssemblyVersion("1.0.*")]
55-
[assembly: AssemblyVersion("1.6.0.0")]
56-
[assembly: AssemblyFileVersion("1.6.0.0")]
55+
[assembly: AssemblyVersion("1.6.1.0")]
56+
[assembly: AssemblyFileVersion("1.6.1.0")]

0 commit comments

Comments
 (0)