Skip to content

Commit

Permalink
Merge pull request #30 from emoacht/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
emoacht authored Jul 5, 2024
2 parents eef116d + b197cec commit 532eec4
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion Source/Installer/Product.wxs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Product Id="*" Name="Wifinian" Manufacturer="emoacht" Version="3.4.0"
<Product Id="*" Name="Wifinian" Manufacturer="emoacht" Version="3.5.0"
Language="1033" Codepage="1252" UpgradeCode="{A8357D71-600C-462A-AEEE-BF1B988DD2E4}">
<Package Id="*" InstallerVersion="500" Compressed="yes"
InstallScope="perMachine" InstallPrivileges="elevated"
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.4.0.0")]
[assembly: AssemblyFileVersion("3.4.0.0")]
[assembly: AssemblyVersion("3.5.0.0")]
[assembly: AssemblyFileVersion("3.5.0.0")]
14 changes: 7 additions & 7 deletions Source/ReactivePropertyTest/ReactivePropertyTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -106,25 +106,25 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf">
<Version>1.1.77</Version>
<Version>1.1.122</Version>
</PackageReference>
<PackageReference Include="ReactiveProperty">
<Version>9.3.4</Version>
<Version>9.5.0</Version>
</PackageReference>
<PackageReference Include="System.Reactive.Core">
<Version>6.0.0</Version>
<Version>6.0.1</Version>
</PackageReference>
<PackageReference Include="System.Reactive.Interfaces">
<Version>6.0.0</Version>
<Version>6.0.1</Version>
</PackageReference>
<PackageReference Include="System.Reactive.Linq">
<Version>6.0.0</Version>
<Version>6.0.1</Version>
</PackageReference>
<PackageReference Include="System.Reactive.PlatformServices">
<Version>6.0.0</Version>
<Version>6.0.1</Version>
</PackageReference>
<PackageReference Include="System.Reactive.Windows.Threading">
<Version>6.0.0</Version>
<Version>6.0.1</Version>
</PackageReference>
<PackageReference Include="System.Runtime.CompilerServices.Unsafe">
<Version>6.0.0</Version>
Expand Down
4 changes: 2 additions & 2 deletions Source/VisualStateTest/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.4.0.0")]
[assembly: AssemblyFileVersion("3.4.0.0")]
[assembly: AssemblyVersion("3.5.0.0")]
[assembly: AssemblyFileVersion("3.5.0.0")]
2 changes: 1 addition & 1 deletion Source/VisualStateTest/VisualStateTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf">
<Version>1.1.77</Version>
<Version>1.1.122</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
2 changes: 1 addition & 1 deletion Source/Wifinian/Common/DisposableBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace Wifinian.Common;
public abstract class DisposableBase : BindableBase, IDisposable
{
protected CompositeDisposable Subscription => _subscription.Value;
private readonly Lazy<CompositeDisposable> _subscription = new(() => new CompositeDisposable());
private readonly Lazy<CompositeDisposable> _subscription = new(() => []);

#region Dispose

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.4.0.0")]
[assembly: AssemblyFileVersion("3.4.0.0")]
[assembly: AssemblyVersion("3.5.0.0")]
[assembly: AssemblyFileVersion("3.5.0.0")]
[assembly: Guid("056ef371-bf6b-42c3-82b7-a113cafa5718")]
[assembly: NeutralResourcesLanguage("en-US")]

Expand Down
16 changes: 8 additions & 8 deletions Source/Wifinian/Wifinian.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -187,28 +187,28 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="ManagedNativeWifi">
<Version>2.5.0</Version>
<Version>2.6.0</Version>
</PackageReference>
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf">
<Version>1.1.77</Version>
<Version>1.1.122</Version>
</PackageReference>
<PackageReference Include="ReactiveProperty">
<Version>9.3.4</Version>
<Version>9.5.0</Version>
</PackageReference>
<PackageReference Include="System.Reactive.Core">
<Version>6.0.0</Version>
<Version>6.0.1</Version>
</PackageReference>
<PackageReference Include="System.Reactive.Interfaces">
<Version>6.0.0</Version>
<Version>6.0.1</Version>
</PackageReference>
<PackageReference Include="System.Reactive.Linq">
<Version>6.0.0</Version>
<Version>6.0.1</Version>
</PackageReference>
<PackageReference Include="System.Reactive.PlatformServices">
<Version>6.0.0</Version>
<Version>6.0.1</Version>
</PackageReference>
<PackageReference Include="System.Reactive.Windows.Threading">
<Version>6.0.0</Version>
<Version>6.0.1</Version>
</PackageReference>
<PackageReference Include="System.Runtime.CompilerServices.Unsafe">
<Version>6.0.0</Version>
Expand Down

0 comments on commit 532eec4

Please sign in to comment.