Skip to content

Commit

Permalink
Update to version 2022.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahmoud Fakhoury authored and Mahmoud Fakhoury committed Sep 7, 2022
1 parent d42fecc commit 2a785e2
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Exceptional is an extension for ReSharper which analyzes thrown and documented C# exceptions and suggests improvements.

**Last Update: Date: 16.8.2022 - Resharper SDK 2022.2.1 - Support Visual Studio 2022**
**Last Update: Date: 07.09.2022 - Resharper SDK 2022.2.2 - Support Visual Studio 2022**

### Motivation

Expand Down
2 changes: 1 addition & 1 deletion build/ExceptionalDevs.Exceptional.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<tags>Exception XMLdoc</tags>
<licenseUrl>https://github.com/CSharpAnalyzers/ExceptionalReSharper/blob/master/LICENSE.md</licenseUrl>
<dependencies>
<dependency id="Wave" version="[213]" />
<dependency id="Wave" version="*" />
</dependencies>
</metadata>
<files>
Expand Down
4 changes: 2 additions & 2 deletions build/Old Build/ExceptionalDevs.Exceptional.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>ExceptionalDevs.Exceptional.MF</id>
<version>2022.2.1</version>
<version>2022.2.2</version>
<title>Exceptional by MF</title>
<description>Analyzes thrown and documented C# exceptions and suggests improvements.</description>
<authors>Mahmoud Fakhoury</authors>
Expand All @@ -11,7 +11,7 @@
<tags>Exception XMLdoc</tags>
<licenseUrl>https://github.com/hhu-mahmoud/ExceptionalReSharper/blob/master/LICENSE.md</licenseUrl>
<dependencies>
<dependency id="Wave" version="[222]" />
<dependency id="Wave" version="*" />
</dependencies>
</metadata>
<files>
Expand Down
Binary file modified build/Old Build/lib/ReSharper.Exceptional.dll
Binary file not shown.
Binary file not shown.
6 changes: 3 additions & 3 deletions src/Exceptional/Exceptional.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@
<Version>2022.1.0</Version>
</PackageReference>
<PackageReference Include="JetBrains.Lifetimes">
<Version>2022.3.1</Version>
<Version>2022.3.2</Version>
</PackageReference>
<PackageReference Include="JetBrains.RdFramework">
<Version>2022.3.0</Version>
<Version>2022.3.2</Version>
</PackageReference>
<PackageReference Include="JetBrains.ReSharper.SDK" Version="2021.3.2">
<Version>2022.2.0-eap07</Version>
<Version>2022.2.2</Version>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion src/Exceptional/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
[assembly: System.Reflection.AssemblyProduct("Exceptional")]
[assembly: System.Reflection.AssemblyCompany("Mahmoud Fakhoury")]
[assembly: System.Reflection.AssemblyCopyright("Copyright © 2022 MF")]
[assembly: System.Reflection.AssemblyVersion("2022.2.1")]
[assembly: System.Reflection.AssemblyVersion("2022.2.2")]
[assembly: System.Runtime.InteropServices.ComVisible(false)]
[assembly: System.Runtime.InteropServices.Guid("3628d589-e118-4c2c-bd8e-fdef6b6ed07c")]

Expand Down

0 comments on commit 2a785e2

Please sign in to comment.