Skip to content

Commit

Permalink
Merge pull request #37 from emoacht/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
emoacht authored Feb 12, 2025
2 parents 70b1cc3 + d75e121 commit f745601
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 11 deletions.
2 changes: 2 additions & 0 deletions Source/Installer/Installer.wixproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,6 @@
<Content Include="Resources\banner.png" />
<Content Include="Resources\dialog.png" />
</ItemGroup>

<Target Name="CollectSuggestedVisualStudioComponentIds" />
</Project>
2 changes: 1 addition & 1 deletion Source/Installer/Product.wxs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"
xmlns:ui="http://wixtoolset.org/schemas/v4/wxs/ui">
<Package Name="Wifinian" Manufacturer="emoacht" Version="3.7.0"
<Package Name="Wifinian" Manufacturer="emoacht" Version="3.7.1"
Language="1033" Codepage="1252" UpgradeCode="{A8357D71-600C-462A-AEEE-BF1B988DD2E4}">
<SummaryInformation Description="Installer for Wifinian"/>

Expand Down
4 changes: 2 additions & 2 deletions Source/ReactivePropertyTest/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.5.0.0")]
[assembly: AssemblyFileVersion("3.5.0.0")]
[assembly: AssemblyVersion("3.7.1.0")]
[assembly: AssemblyFileVersion("3.7.1.0")]
2 changes: 1 addition & 1 deletion Source/ReactivePropertyTest/ReactivePropertyTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
<Version>1.1.135</Version>
</PackageReference>
<PackageReference Include="ReactiveProperty">
<Version>9.6.0</Version>
<Version>9.7.0</Version>
</PackageReference>
<PackageReference Include="System.Reactive.Core">
<Version>6.0.1</Version>
Expand Down
6 changes: 3 additions & 3 deletions Source/Wifinian.Test/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Reflection;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

Expand All @@ -16,5 +16,5 @@
[assembly: Guid("98c08e30-5716-4bca-99f6-80413d56867b")]

// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.7.0.0")]
[assembly: AssemblyFileVersion("3.7.0.0")]
[assembly: AssemblyVersion("3.7.1.0")]
[assembly: AssemblyFileVersion("3.7.1.0")]
2 changes: 1 addition & 1 deletion Source/Wifinian.Test/Wifinian.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<Version>2.2.10</Version>
</PackageReference>
<PackageReference Include="ReactiveProperty">
<Version>9.6.0</Version>
<Version>9.7.0</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
Expand Down
4 changes: 2 additions & 2 deletions Source/Wifinian/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.7.0.0")]
[assembly: AssemblyFileVersion("3.7.0.0")]
[assembly: AssemblyVersion("3.7.1.0")]
[assembly: AssemblyFileVersion("3.7.1.0")]
[assembly: Guid("056ef371-bf6b-42c3-82b7-a113cafa5718")]
[assembly: NeutralResourcesLanguage("en-US")]

Expand Down
2 changes: 1 addition & 1 deletion Source/Wifinian/Wifinian.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
<Version>1.1.135</Version>
</PackageReference>
<PackageReference Include="ReactiveProperty">
<Version>9.6.0</Version>
<Version>9.7.0</Version>
</PackageReference>
<PackageReference Include="System.Reactive.Core">
<Version>6.0.1</Version>
Expand Down

0 comments on commit f745601

Please sign in to comment.