Browse Source

update nuget and cli assembly info.

master
Craig Oates 5 years ago
parent
commit
00088607f9
  1. 7
      DeathSocketCLI/AssemblyInfo.fs
  2. 5
      DeathSocketCLI/DeathSocketCLI.fsproj
  3. BIN
      DeathSocketCLI/WaterWorksIcon.ico
  4. 4
      DeathSocketCLI/packages.config

7
DeathSocketCLI/AssemblyInfo.fs

@ -8,8 +8,7 @@ open System.Runtime.InteropServices
// associated with an assembly.
[<assembly: AssemblyTitle("Death Socket CLI")>]
[<assembly: AssemblyDescription(
"\nDeath Socket [ALPHA] is a console program for adding a grid overlay to a JPEG or PNG file.\n" +
"Visit https://github.com/CraigOates/Death-Socket to submit issues and pull requests.\n" +
"\nDeath Socket is a console program for adding a grid overlay to a JPEG or PNG file.\n" +
"Type 'help' into the prompt for a list of available commands.\n" +
"For a list of available grid colours, enter 'list-colours' into the prompt.\n")>]
@ -38,8 +37,8 @@ open System.Runtime.InteropServices
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [<assembly: AssemblyVersion("1.0.*")>]
[<assembly: AssemblyVersion("0.5.0.0")>]
[<assembly: AssemblyFileVersion("0.5.0.0")>]
[<assembly: AssemblyVersion("1.0.0.0")>]
[<assembly: AssemblyFileVersion("1.0.0.0")>]
do
()

5
DeathSocketCLI/DeathSocketCLI.fsproj

@ -56,13 +56,14 @@
<None Include="resources.res" />
<Content Include="logo.ico" />
<Content Include="packages.config" />
<Content Include="WaterWorksIcon.ico" />
</ItemGroup>
<ItemGroup>
<Reference Include="Console.Waterworks">
<HintPath>..\packages\Console.Waterworks.1.0.1\lib\net47\Console.Waterworks.dll</HintPath>
<HintPath>..\packages\Console.Waterworks.1.0.0.2\lib\net47\Console.Waterworks.dll</HintPath>
</Reference>
<Reference Include="FSharp.Core">
<HintPath>..\packages\FSharp.Core.4.6.0\lib\net45\FSharp.Core.dll</HintPath>
<HintPath>..\packages\FSharp.Core.4.6.1\lib\net45\FSharp.Core.dll</HintPath>
</Reference>
<Reference Include="mscorlib" />
<Reference Include="SkiaSharp">

BIN
DeathSocketCLI/WaterWorksIcon.ico

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

4
DeathSocketCLI/packages.config

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Console.Waterworks" version="1.0.1" targetFramework="net471" />
<package id="FSharp.Core" version="4.6.0" targetFramework="net471" />
<package id="Console.Waterworks" version="1.0.0.2" targetFramework="net471" />
<package id="FSharp.Core" version="4.6.1" targetFramework="net471" />
<package id="SkiaSharp" version="1.60.3" targetFramework="net471" />
<package id="System.Drawing.Common" version="4.5.1" targetFramework="net471" />
<package id="System.ValueTuple" version="4.5.0" targetFramework="net471" />

Loading…
Cancel
Save