Skip to content

Commit 5076a1e

Browse files
authored
Change back to v3.6.0 as this was unreleased (#103)
1 parent 00327bf commit 5076a1e

3 files changed

Lines changed: 6 additions & 11 deletions

File tree

src/ParallelHelper.Plugin/ReleaseNotes.txt

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
1-
v3.7.0
2-
3-
- New Analyzer: PH_S035 - Blocking Async Method Invocation in Constructor
4-
5-
6-
------------------
7-
8-
v3.6.0
1+
v3.6.0
92

103
- New Analyzer: PH_S034 - Async Lambda Inferred to Async Void
4+
- New Analyzer: PH_S035 - Blocking Async Method Invocation in Constructor
115

126

137
------------------

src/ParallelHelper.Plugin/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
33
<Metadata>
4-
<Identity Id="ParallelHelper.f833642b-cd24-49ac-addc-e5328ce8fe88" Version="3.7.0" Language="en-US" Publisher="Christoph Amrein" />
4+
<Identity Id="ParallelHelper.f833642b-cd24-49ac-addc-e5328ce8fe88" Version="3.6.0" Language="en-US" Publisher="Christoph Amrein" />
55
<DisplayName>ParallelHelper</DisplayName>
66
<Description xml:space="preserve">ParallelHelper is a static code analyzer that helps to identify concurrency related issues. Moreover, it provides hints to improve the robustness of code with concurrency in mind.</Description>
77
<MoreInfo>https://github.com/Concurrency-Lab/ParallelHelper</MoreInfo>

src/ParallelHelper/ParallelHelper.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,14 @@
1010

1111
<PropertyGroup>
1212
<PackageId>ParallelHelper</PackageId>
13-
<Version>3.7.0</Version>
13+
<Version>3.6.0</Version>
1414
<Authors>Christoph Amrein</Authors>
1515
<PackageProjectUrl>https://github.com/Concurrency-Lab/ParallelHelper</PackageProjectUrl>
1616
<RepositoryUrl>https://github.com/Concurrency-Lab/ParallelHelper</RepositoryUrl>
1717
<RepositoryType>git</RepositoryType>
1818
<Description>ParallelHelper is a static code analyzer that helps to identify concurrency related issues. Moreover, it provides hints to improve the robustness of code with concurrency in mind.</Description>
19-
<PackageReleaseNotes>- New Analyzer: PH_S035 - Blocking Async Method Invocation in Constructor</PackageReleaseNotes>
19+
<PackageReleaseNotes>- New Analyzer: PH_S034 - Async Lambda Inferred to Async Void
20+
- New Analyzer: PH_S035 - Blocking Async Method Invocation in Constructor</PackageReleaseNotes>
2021
<Copyright>Copyright (C) 2022 Christoph Amrein</Copyright>
2122
<PackageTags>C#, Parallel, Asynchronous, Concurrency, Bugs, Best Practices, TPL, Task, QC, Static Analysis, async, await</PackageTags>
2223
<NoPackageAnalysis>true</NoPackageAnalysis>

0 commit comments

Comments
 (0)