File tree Expand file tree Collapse file tree 5 files changed +7
-5
lines changed Expand file tree Collapse file tree 5 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 12
12
13
13
<system : String x : Key =" DonateLink" >https://paypal.me/pools/c/8vksshrMln</system : String >
14
14
<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 >
16
16
<SolidColorBrush x : Key =" ButtonBackground" Color =" #FF0086F5" />
17
17
<SolidColorBrush x : Key =" AccentColor" Color =" #FFFF581A" />
18
18
<SolidColorBrush x : Key =" AccentColor2" Color =" #4C87B3" />
Original file line number Diff line number Diff line change 1
1
<Weavers xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" FodyWeavers.xsd" >
2
2
<Costura CreateTemporaryAssemblies =' true' >
3
+ <Unmanaged32Assemblies >
4
+ HDRController
5
+ </Unmanaged32Assemblies >
3
6
<Unmanaged64Assemblies >
4
7
HDRController
5
- nvapi64
6
8
</Unmanaged64Assemblies >
7
9
</Costura >
8
10
</Weavers >
Original file line number Diff line number Diff line change 235
235
<EmbeddedResource Include =" Costura64\HDRController.dll" />
236
236
</ItemGroup >
237
237
<ItemGroup >
238
- <Content Include =" Costura32\HDRController.dll" />
238
+ <EmbeddedResource Include =" Costura32\HDRController.dll" />
239
239
<Content Include =" Externals\CodectoryCore.Logging.dll" />
240
240
</ItemGroup >
241
241
<Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Original file line number Diff line number Diff line change 52
52
// Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden,
53
53
// indem Sie "*" wie unten gezeigt eingeben:
54
54
// [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" ) ]
You can’t perform that action at this time.
0 commit comments