Skip to content

Commit

Permalink
Update to version 2023.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hhu-mahmoud committed Dec 18, 2023
1 parent 8efc3e0 commit 94cc6e6
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 9 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>2023.2.1</version>
<version>2023.3.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="[232]" />
<dependency id="Wave" version="[233]" />
</dependencies>
</metadata>
<files>
Expand Down
Binary file modified build/Old Build/lib/ReSharper.Exceptional.MF.dll
Binary file not shown.
Binary file not shown.
3 changes: 2 additions & 1 deletion src/Exceptional.Playground/Exceptional.Playground.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Exceptional.Playground</RootNamespace>
<AssemblyName>Exceptional.Playground</AssemblyName>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
11 changes: 6 additions & 5 deletions src/Exceptional/Exceptional.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>ReSharper.Exceptional.MF</RootNamespace>
<AssemblyName>ReSharper.Exceptional.MF</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -57,16 +58,16 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="JetBrains.Annotations">
<Version>2023.2.0</Version>
<Version>2023.3.0</Version>
</PackageReference>
<PackageReference Include="JetBrains.Lifetimes">
<Version>2023.3.1</Version>
<Version>2023.3.3</Version>
</PackageReference>
<PackageReference Include="JetBrains.RdFramework">
<Version>2023.3.1</Version>
<Version>2023.3.3</Version>
</PackageReference>
<PackageReference Include="JetBrains.ReSharper.SDK" Version="2021.3.2">
<Version>2023.2.1</Version>
<Version>2023.3.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.2.1")]
[assembly: System.Reflection.AssemblyVersion("2023.3.1")]
[assembly: System.Runtime.InteropServices.ComVisible(false)]
[assembly: System.Runtime.InteropServices.Guid("3628d589-e118-4c2c-bd8e-fdef6b6ed07c")]

Expand Down

0 comments on commit 94cc6e6

Please sign in to comment.