Skip to content

Commit

Permalink
Version 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
virzak committed Jan 17, 2024
1 parent f69f105 commit e596a52
Show file tree
Hide file tree
Showing 16 changed files with 4 additions and 16 deletions.
4 changes: 2 additions & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<PackageVersion Include="StyleCop.Analyzers" Version="1.2.0-beta.556" />
<PackageVersion Include="System.Runtime.Experimental" Version="6.0.2" />
<PackageVersion Include="Verify.SourceGenerators" Version="2.2.0" />
<PackageVersion Include="Verify.XUnit" Version="22.11.5" />
<PackageVersion Include="xunit" Version="2.6.5" />
<PackageVersion Include="Verify.XUnit" Version="23.0.0" />
<PackageVersion Include="xunit" Version="2.6.6" />
<PackageVersion Include="xunit.runner.visualstudio" Version="2.5.6" />
</ItemGroup>
</Project>
1 change: 1 addition & 0 deletions Zomp.SyncMethodGenerator.sln
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
Directory.Packages.props = Directory.Packages.props
NuGet.Config = NuGet.Config
package.json = package.json
version.json = version.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Generator.Tests", "tests\Generator.Tests\Generator.Tests.csproj", "{DEB7DF97-43ED-49D6-8C05-6B2681208610}"
Expand Down
1 change: 0 additions & 1 deletion tests/Generator.Tests/ArgumentTests.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
namespace Generator.Tests;

[UsesVerify]
public class ArgumentTests
{
[Fact]
Expand Down
1 change: 0 additions & 1 deletion tests/Generator.Tests/ConditionalExtensionTests.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
namespace Generator.Tests;

[UsesVerify]
public class ConditionalExtensionTests
{
[Fact]
Expand Down
1 change: 0 additions & 1 deletion tests/Generator.Tests/DelegateTests.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
namespace Generator.Tests;

[UsesVerify]
public class DelegateTests
{
[Theory]
Expand Down
1 change: 0 additions & 1 deletion tests/Generator.Tests/GenericMathTests.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
namespace Generator.Tests;

[UsesVerify]
public class GenericMathTests
{
[Fact]
Expand Down
1 change: 0 additions & 1 deletion tests/Generator.Tests/IntegrationTesting.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
namespace Generator.Tests;

[UsesVerify]
public class IntegrationTesting
{
#if NETCOREAPP1_0_OR_GREATER
Expand Down
1 change: 0 additions & 1 deletion tests/Generator.Tests/InterpolatedStringTests.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
namespace Generator.Tests;

[UsesVerify]
public class InterpolatedStringTests
{
[Theory]
Expand Down
1 change: 0 additions & 1 deletion tests/Generator.Tests/MemoryTests.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
namespace Generator.Tests;

[UsesVerify]
public class MemoryTests
{
#if NETCOREAPP1_0_OR_GREATER
Expand Down
1 change: 0 additions & 1 deletion tests/Generator.Tests/NullabilityTests.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
namespace Generator.Tests;

[UsesVerify]
public class NullabilityTests
{
[Fact(Skip = "Execute when resolved: https://github.com/dotnet/roslyn/issues/49555")]
Expand Down
1 change: 0 additions & 1 deletion tests/Generator.Tests/SpecialMethodsTests.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
namespace Generator.Tests;

[UsesVerify]
public class SpecialMethodsTests
{
[Theory]
Expand Down
1 change: 0 additions & 1 deletion tests/Generator.Tests/SyncOnlyTests.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
namespace Generator.Tests;

[UsesVerify]
public class SyncOnlyTests
{
[Theory]
Expand Down
1 change: 0 additions & 1 deletion tests/Generator.Tests/SystemAsyncExtensionsTests.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
namespace Generator.Tests;

[UsesVerify]
public class SystemAsyncExtensionsTests
{
[Fact]
Expand Down
1 change: 0 additions & 1 deletion tests/Generator.Tests/TypeTests.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
namespace Generator.Tests;

[UsesVerify]
public class TypeTests
{
[Fact]
Expand Down
1 change: 0 additions & 1 deletion tests/Generator.Tests/UnitTests.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
namespace Generator.Tests;

[UsesVerify]
public class UnitTests
{
[Fact]
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "1.2",
"version": "1.3",
"assemblyVersion": {
"precision": "revision"
},
Expand Down

0 comments on commit e596a52

Please sign in to comment.