|
10 | 10 | <PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign> |
11 | 11 | < Authors>Igor Buchelnikov ( [email protected])</ Authors> |
12 | 12 | < Company>Igor Buchelnikov ( [email protected])</ Company> |
13 | | - <Description>Cross-platform .NET library for computations whose arguments and results are objects that implement INotifyPropertyChanged and INotifyCollectionChanged (ObservableCollection) interfaces. The computations include ones similar to LINQ, the computation of arbitrary expression and additional features. The computations are implemented as extension methods, like LINQ ones. You can combine calls of ObservableComputations extension methods including chaining and nesting, as you do for LINQ methods. Computations in background threads, including parallel ones, as well as time-related processing of CollectionChanged and PropertyChanged events, are supported. ObservableComputations is easy to use and powerful implementation of reactive programming paradigm. With ObservableComputations, your code will fit more to the functional style than with standard LINQ.</Description> |
| 13 | + <Description>Cross-platform .NET library for computations whose arguments and results are objects that implement INotifyPropertyChanged and INotifyCollectionChanged (ObservableCollection) interfaces. The computations include ones similar to LINQ, the computation of arbitrary expression, and additional features. The computations are implemented as extension methods, like LINQ ones. You can combine calls of ObservableComputations extension methods including chaining and nesting, as you do for LINQ methods. Computations in background threads, including parallel ones, as well as time-related processing of CollectionChanged and PropertyChanged events, are supported. ObservableComputations is easy to use and powerful implementation of reactive programming paradigm. With ObservableComputations, your code will fit more to the functional style than with standard LINQ.</Description> |
14 | 14 | <PackageLicenseUrl>https://github.com/IgorBuchelnikov/ObservableComputations/blob/master/LICENSE</PackageLicenseUrl> |
15 | 15 | <PackageProjectUrl>https://github.com/IgorBuchelnikov/ObservableComputations</PackageProjectUrl> |
16 | 16 | <RepositoryUrl>https://github.com/IgorBuchelnikov/ObservableComputations.git</RepositoryUrl> |
|
19 | 19 | <NeutralLanguage>en</NeutralLanguage> |
20 | 20 | <GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
21 | 21 | <PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance> |
22 | | - <PackageReleaseNotes>* New feaures |
23 | | -OcDispatcher async delegates with await |
24 | | -OcDispatcher InvocationResult IReadScalar |
25 | | -OcDispatcher InvocationResult Invocation |
26 | | -OcDispatcher Status Property |
27 | | - |
| 22 | + <PackageReleaseNotes>* New features |
| 23 | +"async" and "await" keywords support in OcDispatcher |
| 24 | +OcDispatcher's InvocationResult now implements IReadScalar |
28 | 25 |
|
29 | 26 | * Fixed: |
30 | 27 | — CollectionPausing |
31 | 28 | — ScalarPausing |
32 | 29 | — CollectionDispatching |
33 | 30 | — OcDispatcher |
| 31 | +— other bug fixes |
34 | 32 |
|
35 | 33 | * Renamed |
36 | 34 | InvocationResult.Result -> InvocationResult.Value |
37 | | -DebugInfo.ExecutingOcDispatcherInvocations -> StaticInfo.ExecutingOcDispatcherInvocationStacks |
| 35 | +DebugInfo -> StaticInfo |
38 | 36 | OcDispatcher.BeginInvoke -> OcDispatcher.InvokeAsync |
39 | 37 | Configuration -> OcConfiguration |
40 | 38 |
|
41 | 39 | * API changed |
42 | 40 | — Binding |
43 | | -</PackageReleaseNotes> |
| 41 | +— StaticInfo</PackageReleaseNotes> |
44 | 42 | <Version>2.1.0</Version> |
45 | 43 | <AssemblyName>ObservableComputations</AssemblyName> |
46 | 44 | <PackageId>ObservableComputations</PackageId> |
|
0 commit comments