• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Cysharp/ObservableCollections をベースにしたUI表示用の同期ビュー


Commit MetaInfo

Revisión56bc383dd622b1f07225d201b8ba83aab165617e (tree)
Tiempo2022-10-08 16:55:42
Autoryoshy <yoshy.org.bitbucket@gz.j...>
Commiteryoshy

Log Message

[UPG] ObservableCollections 1.1.3 が ISSUE#11 に対応したのでパッケージ版を参照するように更新, NLog 更新

Cambiar Resumen

Diferencia incremental

--- a/CleanAuLait.ObservableCollectionsMod.csproj
+++ b/CleanAuLait.ObservableCollectionsMod.csproj
@@ -9,13 +9,13 @@
99 <Choose>
1010 <When Condition=" '$(Configuration)'=='debug' ">
1111 <ItemGroup>
12- <PackageReference Include="NLog" Version="5.0.2" />
12+ <PackageReference Include="NLog" Version="5.0.4" />
1313 </ItemGroup>
1414 </When>
1515 </Choose>
1616
1717 <ItemGroup>
18- <PackageReference Include="ObservableCollections" Version="1.1.2" />
18+ <PackageReference Include="ObservableCollections" Version="1.1.3" />
1919 </ItemGroup>
2020
2121 </Project>