Skip to content

Commit

Permalink
Argon 0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Jul 28, 2024
1 parent c57f764 commit aebefe7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project>
<PropertyGroup>
<NoWarn>CS1591;CS0649;xUnit1026;xUnit1013;CS1573;VerifyTestsProjectDir;VerifySetParameters;PolyFillTargetsForNuget</NoWarn>
<Version>26.1.4</Version>
<Version>26.1.5</Version>
<ImplicitUsings>enable</ImplicitUsings>
<LangVersion>preview</LangVersion>
<AssemblyVersion>1.0.0</AssemblyVersion>
Expand Down
4 changes: 2 additions & 2 deletions src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<CentralPackageTransitivePinningEnabled>false</CentralPackageTransitivePinningEnabled>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="Argon" Version="0.18.0" />
<PackageVersion Include="Argon.FSharp" Version="0.18.0" />
<PackageVersion Include="Argon" Version="0.19.0" />
<PackageVersion Include="Argon.FSharp" Version="0.19.0" />
<PackageVersion Include="BenchmarkDotNet" Version="0.13.12" />
<PackageVersion Include="DiffEngine" Version="15.5.0" />
<PackageVersion Include="Expecto" Version="10.2.1" />
Expand Down
8 changes: 3 additions & 5 deletions src/Verify.Expecto.Tests/Tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,16 @@
public class Tests
{
// ReSharper disable once UnusedMember.Local
static void DerivePathInfo()
{
#region DerivePathInfoExpecto
static void DerivePathInfo() =>
#region DerivePathInfoExpecto

Verifier.DerivePathInfo(
(sourceFile, projectDirectory, type, method) => new(
directory: Path.Combine(projectDirectory, "Snapshots"),
typeName: type,
methodName: method));
#endregion

#endregion
}

[Tests]
public static Test myTest = Runner.TestCase(
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@


0 comments on commit aebefe7

Please sign in to comment.