Skip to content

Commit

Permalink
Version update 2023.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahmoud Fakhoury authored and Mahmoud Fakhoury committed Aug 29, 2023
1 parent 5220a48 commit 069e061
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 9 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

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

**Last Update: Date: 22.06.2023 - Resharper SDK 2023.1.2**
**Coming Soon - Update for Resharper SDK 2023.2.0**
**Last Update: Date: 29.08.2023 - Resharper SDK 2023.2.1**

### 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="[223]" />
<dependency id="Wave" version="[232]" />
</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>2023.1.4</version>
<version>2023.2.1</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="[231]" />
<dependency id="Wave" version="[232]" />
</dependencies>
</metadata>
<files>
Expand Down
Binary file modified build/Old Build/lib/ReSharper.Exceptional.MF.dll
Binary file not shown.
Binary file modified build/Packages/ExceptionalDevs.Exceptional.MF.2023.1.4.nupkg
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 @@ -60,13 +60,13 @@
<Version>2023.2.0</Version>
</PackageReference>
<PackageReference Include="JetBrains.Lifetimes">
<Version>2023.3.0</Version>
<Version>2023.3.1</Version>
</PackageReference>
<PackageReference Include="JetBrains.RdFramework">
<Version>2023.3.0</Version>
<Version>2023.3.1</Version>
</PackageReference>
<PackageReference Include="JetBrains.ReSharper.SDK" Version="2021.3.2">
<Version>2023.1.4</Version>
<Version>2023.2.1</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 © 2023 MF")]
[assembly: System.Reflection.AssemblyVersion("2023.1.4")]
[assembly: System.Reflection.AssemblyVersion("2023.2.1")]
[assembly: System.Runtime.InteropServices.ComVisible(false)]
[assembly: System.Runtime.InteropServices.Guid("3628d589-e118-4c2c-bd8e-fdef6b6ed07c")]

Expand Down

0 comments on commit 069e061

Please sign in to comment.