Skip to content

Commit

Permalink
1.3.1
Browse files Browse the repository at this point in the history
Cleanup
  • Loading branch information
Codectory committed Jan 16, 2021
1 parent 1293ca4 commit fb9d23e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
Binary file modified Source/Debug_x64/de/HDRProfile.resources.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion Source/HDRProfile/App.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<system:String x:Key="DonateLink">https://paypal.me/pools/c/8vksshrMln</system:String>
<system:String x:Key="InfoLink">https://sourceforge.net/projects/hdr-profile</system:String>
<system:String x:Key="Version">1.3.0</system:String>
<system:String x:Key="Version">1.3.1</system:String>
<SolidColorBrush x:Key="ButtonBackground" Color="#FF0086F5"/>
<SolidColorBrush x:Key="AccentColor" Color="#FFFF581A"/>
<SolidColorBrush x:Key="AccentColor2" Color="#4C87B3"/>
Expand Down
4 changes: 3 additions & 1 deletion Source/HDRProfile/FodyWeavers.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
<Weavers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FodyWeavers.xsd">
<Costura CreateTemporaryAssemblies='true'>
<Unmanaged32Assemblies>
HDRController
</Unmanaged32Assemblies>
<Unmanaged64Assemblies>
HDRController
nvapi64
</Unmanaged64Assemblies>
</Costura>
</Weavers>
2 changes: 1 addition & 1 deletion Source/HDRProfile/HDRProfile.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@
<EmbeddedResource Include="Costura64\HDRController.dll" />
</ItemGroup>
<ItemGroup>
<Content Include="Costura32\HDRController.dll" />
<EmbeddedResource Include="Costura32\HDRController.dll" />
<Content Include="Externals\CodectoryCore.Logging.dll" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
4 changes: 2 additions & 2 deletions Source/HDRProfile/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@
// Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden,
// indem Sie "*" wie unten gezeigt eingeben:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.3.0.0")]
[assembly: AssemblyFileVersion("1.3.0.0")]
[assembly: AssemblyVersion("1.3.1.0")]
[assembly: AssemblyFileVersion("1.3.1.0")]

0 comments on commit fb9d23e

Please sign in to comment.