Skip to content

Commit fb9d23e

Browse files
committed
1.3.1
Cleanup
1 parent 1293ca4 commit fb9d23e

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed
0 Bytes
Binary file not shown.

Source/HDRProfile/App.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<system:String x:Key="DonateLink">https://paypal.me/pools/c/8vksshrMln</system:String>
1414
<system:String x:Key="InfoLink">https://sourceforge.net/projects/hdr-profile</system:String>
15-
<system:String x:Key="Version">1.3.0</system:String>
15+
<system:String x:Key="Version">1.3.1</system:String>
1616
<SolidColorBrush x:Key="ButtonBackground" Color="#FF0086F5"/>
1717
<SolidColorBrush x:Key="AccentColor" Color="#FFFF581A"/>
1818
<SolidColorBrush x:Key="AccentColor2" Color="#4C87B3"/>

Source/HDRProfile/FodyWeavers.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
<Weavers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FodyWeavers.xsd">
22
<Costura CreateTemporaryAssemblies='true'>
3+
<Unmanaged32Assemblies>
4+
HDRController
5+
</Unmanaged32Assemblies>
36
<Unmanaged64Assemblies>
47
HDRController
5-
nvapi64
68
</Unmanaged64Assemblies>
79
</Costura>
810
</Weavers>

Source/HDRProfile/HDRProfile.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
<EmbeddedResource Include="Costura64\HDRController.dll" />
236236
</ItemGroup>
237237
<ItemGroup>
238-
<Content Include="Costura32\HDRController.dll" />
238+
<EmbeddedResource Include="Costura32\HDRController.dll" />
239239
<Content Include="Externals\CodectoryCore.Logging.dll" />
240240
</ItemGroup>
241241
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

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.3.0.0")]
56-
[assembly: AssemblyFileVersion("1.3.0.0")]
55+
[assembly: AssemblyVersion("1.3.1.0")]
56+
[assembly: AssemblyFileVersion("1.3.1.0")]

0 commit comments

Comments
 (0)