diff --git a/TestCentre/TestCentre.fsproj b/TestCentre/TestCentre.fsproj index e43c58d..14624b9 100644 --- a/TestCentre/TestCentre.fsproj +++ b/TestCentre/TestCentre.fsproj @@ -79,14 +79,17 @@ - ..\packages\FsCheck.2.13.0\lib\net452\FsCheck.dll + ..\packages\FsCheck.2.14.0\lib\net452\FsCheck.dll + - ..\packages\FsCheck.Xunit.2.13.0\lib\net452\FsCheck.Xunit.dll + ..\packages\FsCheck.Xunit.2.14.0\lib\net452\FsCheck.Xunit.dll + - ..\packages\FSharp.Core.4.6.1\lib\net45\FSharp.Core.dll + ..\packages\FSharp.Core.4.7.0\lib\net45\FSharp.Core.dll + diff --git a/TestCentre/packages.config b/TestCentre/packages.config index 6f17d4d..58848ee 100644 --- a/TestCentre/packages.config +++ b/TestCentre/packages.config @@ -1,8 +1,8 @@  - - - + + + diff --git a/WetPancake.sln b/WetPancake.sln index 105f185..24513d1 100644 --- a/WetPancake.sln +++ b/WetPancake.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.27703.2000 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.29709.97 MinimumVisualStudioVersion = 10.0.40219.1 Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "WetPancake", "WetPancake\WetPancake.fsproj", "{CB878C2D-EDBA-490B-B6B3-01B57779A28F}" EndProject diff --git a/WetPancake/WetPancake.fsproj b/WetPancake/WetPancake.fsproj index 351320d..2a2b4f4 100644 --- a/WetPancake/WetPancake.fsproj +++ b/WetPancake/WetPancake.fsproj @@ -74,6 +74,7 @@ + diff --git a/WetPancake/WetPancake.nuspec b/WetPancake/WetPancake.nuspec new file mode 100644 index 0000000..fd08fd8 --- /dev/null +++ b/WetPancake/WetPancake.nuspec @@ -0,0 +1,18 @@ + + + + WetPancake + 2.0.0.0 + Wet Pancake + Craig Oates + Craig Oates + true + MIT + https://git.abbether.net/craig.oates/Wet-Pancake + https://git.abbether.net/craig.oates/Wet-Pancake/src/branch/master/WetPancake/wet-pancake-repo-logo.png + A markov chain library for generating random text. + A minor release. Mostly to signify the change from GitLab to git.abbether. NuGet dependencies updates and package info. too. + Copyright 2020 + f-sharp dot-net markov text random + + \ No newline at end of file diff --git a/WetPancake/wet-pancake-repo-logo.png b/WetPancake/wet-pancake-repo-logo.png new file mode 100644 index 0000000..6067132 Binary files /dev/null and b/WetPancake/wet-pancake-repo-logo.png differ diff --git a/WetPancakeCLI/WaterWorksIcon.ico b/WetPancakeCLI/WaterWorksIcon.ico deleted file mode 100644 index ca3bed5..0000000 Binary files a/WetPancakeCLI/WaterWorksIcon.ico and /dev/null differ diff --git a/WetPancakeCLI/WetPancakeCLI.csproj b/WetPancakeCLI/WetPancakeCLI.csproj index ad5c21d..83a9074 100644 --- a/WetPancakeCLI/WetPancakeCLI.csproj +++ b/WetPancakeCLI/WetPancakeCLI.csproj @@ -71,9 +71,11 @@ - ..\packages\Console.Waterworks.1.0.0.2\lib\net47\Console.Waterworks.dll + ..\packages\Console.Waterworks.2.0.0\lib\net47\Console.Waterworks.dll + + + ..\packages\FSharp.Core.4.7.0\lib\net45\FSharp.Core.dll - @@ -105,7 +107,6 @@ - diff --git a/WetPancakeCLI/packages.config b/WetPancakeCLI/packages.config index 165f853..48a631f 100644 --- a/WetPancakeCLI/packages.config +++ b/WetPancakeCLI/packages.config @@ -1,5 +1,6 @@  - + + \ No newline at end of file