Skip to content

Commit

Permalink
Change back to v3.6.0 as this was unreleased (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
camrein authored May 1, 2022
1 parent 00327bf commit 5076a1e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
10 changes: 2 additions & 8 deletions src/ParallelHelper.Plugin/ReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
v3.7.0

- New Analyzer: PH_S035 - Blocking Async Method Invocation in Constructor


------------------

v3.6.0
v3.6.0

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


------------------
Expand Down
2 changes: 1 addition & 1 deletion src/ParallelHelper.Plugin/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<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">
<Metadata>
<Identity Id="ParallelHelper.f833642b-cd24-49ac-addc-e5328ce8fe88" Version="3.7.0" Language="en-US" Publisher="Christoph Amrein" />
<Identity Id="ParallelHelper.f833642b-cd24-49ac-addc-e5328ce8fe88" Version="3.6.0" Language="en-US" Publisher="Christoph Amrein" />
<DisplayName>ParallelHelper</DisplayName>
<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>
<MoreInfo>https://github.com/Concurrency-Lab/ParallelHelper</MoreInfo>
Expand Down
5 changes: 3 additions & 2 deletions src/ParallelHelper/ParallelHelper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@

<PropertyGroup>
<PackageId>ParallelHelper</PackageId>
<Version>3.7.0</Version>
<Version>3.6.0</Version>
<Authors>Christoph Amrein</Authors>
<PackageProjectUrl>https://github.com/Concurrency-Lab/ParallelHelper</PackageProjectUrl>
<RepositoryUrl>https://github.com/Concurrency-Lab/ParallelHelper</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<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>
<PackageReleaseNotes>- New Analyzer: PH_S035 - Blocking Async Method Invocation in Constructor</PackageReleaseNotes>
<PackageReleaseNotes>- New Analyzer: PH_S034 - Async Lambda Inferred to Async Void
- New Analyzer: PH_S035 - Blocking Async Method Invocation in Constructor</PackageReleaseNotes>
<Copyright>Copyright (C) 2022 Christoph Amrein</Copyright>
<PackageTags>C#, Parallel, Asynchronous, Concurrency, Bugs, Best Practices, TPL, Task, QC, Static Analysis, async, await</PackageTags>
<NoPackageAnalysis>true</NoPackageAnalysis>
Expand Down

0 comments on commit 5076a1e

Please sign in to comment.