diff --git a/source/RINGS/RINGS.csproj b/source/RINGS/RINGS.csproj
index a278271..ed2d94e 100644
--- a/source/RINGS/RINGS.csproj
+++ b/source/RINGS/RINGS.csproj
@@ -254,54 +254,54 @@
- 5.6.0
- all
+ 4.1.0
- 2.4.0
+ 2.2.0
- 6.5.2
+ 6.1.1
+ runtime; build; native; contentfiles; analyzers
all
- 1.1.0
+ 1.0.8
3.0.0
- 2.4.7
+ 1.6.5
- 4.8.0
+ 4.0.0
- 2.0.1
+ 1.2.4
- 4.1.0
+ 3.1.1
- 0.1.7
+ 0.1.0
5.6.0
- 13.0.1
+ 12.0.3
- 4.7.11
+ 4.7.0
- 8.1.97
+ 7.2.0.1422
- 3.4.0
+ 3.2.8
- 7.0.1
+ 5.0.5
diff --git a/source/RINGS/Views/ChatLinkSettingsView.xaml b/source/RINGS/Views/ChatLinkSettingsView.xaml
index da2883d..1daf22e 100644
--- a/source/RINGS/Views/ChatLinkSettingsView.xaml
+++ b/source/RINGS/Views/ChatLinkSettingsView.xaml
@@ -131,15 +131,15 @@
HorizontalAlignment="Left"
Style="{StaticResource MahApps.Metro.Styles.ToggleSwitch.Win10}"
Content="Enabled"
- IsOn="{Binding IsEnabled, Mode=TwoWay}" />
+ IsChecked="{Binding IsEnabled, Mode=TwoWay}" />
+ IsChecked="{Binding IsFixedActivate, Mode=TwoWay}"
+ CheckChangedCommand="{Binding FixedChangeCommand, Mode=OneWay}" />
@@ -175,7 +175,7 @@
VerticalAlignment="Center"
Style="{StaticResource MahApps.Metro.Styles.ToggleSwitch.Win10}"
Content="{Binding ChannelName, Mode=OneWay}"
- IsOn="{Binding IsEnabled, Mode=TwoWay}" />
+ IsChecked="{Binding IsEnabled, Mode=TwoWay}" />
-
+
@@ -107,7 +107,7 @@
Margin="0 8 0 0"
HorizontalAlignment="Left"
Style="{StaticResource MahApps.Metro.Styles.ToggleSwitch.Win10}"
- IsOn="{Binding Model.IsLock, Mode=TwoWay}"
+ IsChecked="{Binding Model.IsLock, Mode=TwoWay}"
Content="Lock" />
@@ -144,7 +144,7 @@
@@ -247,7 +247,7 @@
-
+
@@ -350,7 +350,7 @@
-
+
@@ -375,7 +375,7 @@
HorizontalAlignment="Left"
Style="{StaticResource MahApps.Metro.Styles.ToggleSwitch.Win10}"
Content="{Binding ChannelName, Mode=OneWay}"
- IsOn="{Binding IsEnabled, Mode=TwoWay}" />
+ IsChecked="{Binding IsEnabled, Mode=TwoWay}" />
@@ -385,13 +385,13 @@
Margin="0 8 0 0"
HorizontalAlignment="Left"
Style="{StaticResource MahApps.Metro.Styles.ToggleSwitch.Win10}"
- IsOn="{Binding IsEnabledAllChannels, Mode=TwoWay}"
+ IsChecked="{Binding IsEnabledAllChannels, Mode=TwoWay}"
Content="ALL" />
-
+
-
+
@@ -175,7 +175,7 @@
-
+
@@ -273,7 +273,7 @@
@@ -288,19 +288,19 @@
-
+
diff --git a/source/RINGS/Views/ConfigView.xaml b/source/RINGS/Views/ConfigView.xaml
index 00fc52d..80edece 100644
--- a/source/RINGS/Views/ConfigView.xaml
+++ b/source/RINGS/Views/ConfigView.xaml
@@ -73,14 +73,14 @@
Style="{StaticResource MahApps.Metro.Styles.ToggleSwitch.Win10}"
Margin="0 25 0 0"
HorizontalAlignment="Left"
- IsOn="{Binding Config.IsStartupWithWindows, Mode=TwoWay}"
+ IsChecked="{Binding Config.IsStartupWithWindows, Mode=TwoWay}"
Content="Windows のスタート時に起動する" />
@@ -88,14 +88,14 @@
Style="{StaticResource MahApps.Metro.Styles.ToggleSwitch.Win10}"
Margin="{DynamicResource ContentMargin}"
HorizontalAlignment="Left"
- IsOn="{Binding Config.IsMinimizeStartup, Mode=TwoWay}"
+ IsChecked="{Binding Config.IsMinimizeStartup, Mode=TwoWay}"
Content="最小化状態で起動する" />
@@ -162,7 +162,7 @@
Style="{StaticResource MahApps.Metro.Styles.ToggleSwitch.Win10}"
Margin="{DynamicResource ContentParagraphMargin}"
HorizontalAlignment="Left"
- IsOn="{Binding Config.IsEnabledChatRawLog, Mode=TwoWay}"
+ IsChecked="{Binding Config.IsEnabledChatRawLog, Mode=TwoWay}"
Content="チャットのデバッグログを有効にする" />
diff --git a/source/RINGS/Views/HomeView.xaml b/source/RINGS/Views/HomeView.xaml
index db6e474..da951c7 100644
--- a/source/RINGS/Views/HomeView.xaml
+++ b/source/RINGS/Views/HomeView.xaml
@@ -46,7 +46,7 @@
-
+
-
+
Used to control if the On_PropertyName_Changed feature is enabled.
-
-
- Used to control if the Dependent properties feature is enabled.
-
-
-
-
- Used to control if the IsChanged property feature is enabled.
-
-
Used to change the name of the method that fires the notify event. This is a string that accepts multiple values in a comma separated form.
diff --git a/source/aframe/source/aframe.Core/aframe.Core.csproj b/source/aframe/source/aframe.Core/aframe.Core.csproj
index 6307225..bfcd120 100644
--- a/source/aframe/source/aframe.Core/aframe.Core.csproj
+++ b/source/aframe/source/aframe.Core/aframe.Core.csproj
@@ -215,26 +215,27 @@
- 6.5.2
+ 6.1.1
+ runtime; build; native; contentfiles; analyzers
all
3.0.0
- 2.4.7
+ 1.6.5
- 4.8.0
+ 4.0.0
- 2.0.1
+ 1.2.4
- 4.1.0
+ 3.1.1
- 0.1.7
+ 0.1.0
5.2.7
@@ -246,32 +247,31 @@
1.0.0
- 13.0.1
+ 12.0.3
- 4.7.11
+ 4.7.0
- 8.1.97
+ 7.2.0.1422
- 3.4.0
- all
+ 3.2.8
- 7.12.0
+ 6.2.0
- 5.0.1
+ 4.7.0
4.5.0
- 5.0.0
+ 4.4.1
- 5.0.0
+ 4.7.1
4.3.0
diff --git a/source/aframe/source/aframe.Updater/FodyWeavers.xsd b/source/aframe/source/aframe.Updater/FodyWeavers.xsd
index ff119f7..8ac6e92 100644
--- a/source/aframe/source/aframe.Updater/FodyWeavers.xsd
+++ b/source/aframe/source/aframe.Updater/FodyWeavers.xsd
@@ -17,16 +17,6 @@
A list of assembly names to include from the default action of "embed all Copy Local references", delimited with line breaks.
-
-
- A list of runtime assembly names to exclude from the default action of "embed all Copy Local references", delimited with line breaks
-
-
-
-
- A list of runtime assembly names to include from the default action of "embed all Copy Local references", delimited with line breaks.
-
-
A list of unmanaged 32 bit assembly names to include, delimited with line breaks.
@@ -53,16 +43,6 @@
Controls if .pdbs for reference assemblies are also embedded.
-
-
- Controls if runtime assemblies are also embedded.
-
-
-
-
- Controls whether the runtime assemblies are embedded with their full path or only with their assembly name.
-
-
Embedded assemblies are compressed by default, and uncompressed when they are loaded. You can turn compression off with this option.
@@ -93,16 +73,6 @@
A list of assembly names to include from the default action of "embed all Copy Local references", delimited with |.
-
-
- A list of runtime assembly names to exclude from the default action of "embed all Copy Local references", delimited with |
-
-
-
-
- A list of runtime assembly names to include from the default action of "embed all Copy Local references", delimited with |.
-
-
A list of unmanaged 32 bit assembly names to include, delimited with |.
diff --git a/source/aframe/source/aframe.Updater/aframe.Updater.csproj b/source/aframe/source/aframe.Updater/aframe.Updater.csproj
index 466249a..1e45da0 100644
--- a/source/aframe/source/aframe.Updater/aframe.Updater.csproj
+++ b/source/aframe/source/aframe.Updater/aframe.Updater.csproj
@@ -104,15 +104,15 @@
- 5.6.0
- all
+ 4.1.0
- 6.5.2
+ 6.1.1
+ runtime; build; native; contentfiles; analyzers; buildtransitive
all
- 13.0.1
+ 12.0.3