Skip to content

Commit

Permalink
Update to version 2024.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahmoud Fakhoury authored and Mahmoud Fakhoury committed Dec 17, 2024
1 parent bdb3b3a commit fe485e2
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
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>2024.2.1</version>
<version>2024.3.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="[242]" />
<dependency id="Wave" version="[243]" />
</dependencies>
</metadata>
<files>
Expand Down
Binary file modified build/Old Build/lib/ReSharper.Exceptional.MF.dll
Binary file not shown.
Binary file not shown.
8 changes: 4 additions & 4 deletions src/Exceptional/Exceptional.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,16 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="JetBrains.Annotations">
<Version>2024.2.0</Version>
<Version>2024.3.0</Version>
</PackageReference>
<PackageReference Include="JetBrains.Lifetimes">
<Version>2024.1.1</Version>
<Version>2024.3.1</Version>
</PackageReference>
<PackageReference Include="JetBrains.RdFramework">
<Version>2024.1.1</Version>
<Version>2024.3.1</Version>
</PackageReference>
<PackageReference Include="JetBrains.ReSharper.SDK" Version="2021.3.2">
<Version>2024.2.1</Version>
<Version>2024.3.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 © 2024 MF")]
[assembly: System.Reflection.AssemblyVersion("2024.2.1")]
[assembly: System.Reflection.AssemblyVersion("2024.3.2")]
[assembly: System.Runtime.InteropServices.ComVisible(false)]
[assembly: System.Runtime.InteropServices.Guid("3628d589-e118-4c2c-bd8e-fdef6b6ed07c")]

Expand Down

0 comments on commit fe485e2

Please sign in to comment.