Change namespace, and attest contents of NuGet package (#21)

This commit is contained in:
Patrick Stevens
2024-06-17 23:22:27 +01:00
committed by GitHub
parent 4d4aa25825
commit 2655682e32
10 changed files with 106 additions and 27 deletions

View File

@@ -1,4 +1,4 @@
namespace PrattParser.Test
namespace WoofWare.PrattParser.Test
open ParseExample
open NUnit.Framework

View File

@@ -1,7 +1,7 @@
namespace PrattParser.Test
namespace WoofWare.PrattParser.Test
open ParseExample
open PrattParser
open WoofWare.PrattParser
open NUnit.Framework
open FsUnitTyped

View File

@@ -1,7 +1,7 @@
namespace PrattParser.Test
namespace WoofWare.PrattParser.Test
open NUnit.Framework
open PrattParser
open WoofWare.PrattParser
open ApiSurface
[<TestFixture>]