Skip to content

Commit eedfbef

Browse files
committed
Updated version info to 1.3
1 parent c45c6c7 commit eedfbef

2 files changed

Lines changed: 9 additions & 8 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

src/CSRakowski.Parallel/CSRakowski.Parallel.csproj

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,15 @@
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>

0 commit comments

Comments
 (0)