File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ var files = await fileUrls
3232
3333# Release notes
3434
35- ### 1.3-preview
36- #### Changed assembly signing key
35+ ### 1.3
36+ * Changed assembly signing key
3737* Further changes to internal implementation details
3838* Performance improvements when the input collection is a ` T[] ` or ` IList<T> ` and ` maxBatchSize ` is set to ` 1 `
3939* Performance improvements in the ` allowOutOfOrder ` code paths.
Original file line number Diff line number Diff line change 1717 <LangVersion >latest</LangVersion >
1818 <SignAssembly >true</SignAssembly >
1919 <AssemblyOriginatorKeyFile >CSRakowski.Parallel.snk</AssemblyOriginatorKeyFile >
20- <AssemblyVersion >1.3.0.0 </AssemblyVersion >
21- <FileVersion >1.3.0.0 </FileVersion >
20+ <AssemblyVersion >1.3.0.1 </AssemblyVersion >
21+ <FileVersion >1.3.0.1 </FileVersion >
2222 <PackageReleaseNotes >
23- * Further changes to internal implementation details
24- * Performance improvements when the input collection is a `T[]` or `IList{T}` and `maxBatchSize` is set to `1`
25- * Performance improvements in the `allowOutOfOrder` code paths.
23+ * Changed assembly signing key
24+ * Further changes to internal implementation details
25+ * Performance improvements when the input collection is a `T[]` or `IList{T}` and `maxBatchSize` is set to `1`
26+ * Performance improvements in the `allowOutOfOrder` code paths.
2627 </PackageReleaseNotes >
27- <Version >1.3-preview </Version >
28+ <Version >1.3</Version >
2829 <RootNamespace >CSRakowski.Parallel</RootNamespace >
2930 <AssemblyName >CSRakowski.Parallel</AssemblyName >
3031 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments