diff --git a/VAR.Json/Build.NuGet.cmd b/VAR.Json/Build.NuGet.cmd deleted file mode 100644 index 9ea48f1..0000000 --- a/VAR.Json/Build.NuGet.cmd +++ /dev/null @@ -1,20 +0,0 @@ -@echo off - -:: MSBuild and tools path -if exist "%ProgramFiles%\MSBuild\14.0\bin" set PATH=%ProgramFiles%\MSBuild\14.0\bin;%PATH% -if exist "%ProgramFiles(x86)%\MSBuild\14.0\bin" set PATH=%ProgramFiles(x86)%\MSBuild\14.0\bin;%PATH% - -:: NuGet -set nuget="nuget" -if exist "%~dp0..\packages\NuGet.CommandLine.3.4.3\tools\NuGet.exe" set nuget="%~dp0\..\packages\NuGet.CommandLine.3.4.3\tools\NuGet.exe" - -:: Release -Title Building Release -msbuild VAR.Json.csproj /t:Build /p:Configuration="Release" /p:Platform="AnyCPU" - -:: Packing Nuget -Title Packing Nuget -%nuget% pack VAR.Json.csproj -Verbosity detailed -OutputDir "NuGet" -MSBuildVersion "14.0" -Properties Configuration="Release" -Prop Platform=AnyCPU - -title Finished -pause diff --git a/VAR.Json/Properties/AssemblyInfo.cs b/VAR.Json/Properties/AssemblyInfo.cs deleted file mode 100644 index 475314b..0000000 --- a/VAR.Json/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,14 +0,0 @@ -using System.Reflection; -using System.Runtime.InteropServices; - -[assembly: AssemblyTitle("VAR.Json")] -[assembly: AssemblyDescription(".Net library for JSON parsing")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("VAR")] -[assembly: AssemblyProduct("VAR.Json")] -[assembly: AssemblyCopyright("Copyright © VAR 2016-2021")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] -[assembly: ComVisible(false)] -[assembly: Guid("28b3f937-145c-4fd4-a75b-a25ea4cc0428")] -[assembly: AssemblyVersion("1.2.0.*")] \ No newline at end of file diff --git a/VAR.Json/VAR.Json.csproj b/VAR.Json/VAR.Json.csproj index 1f1ab38..c827880 100644 --- a/VAR.Json/VAR.Json.csproj +++ b/VAR.Json/VAR.Json.csproj @@ -1,14 +1,33 @@ - + netstandard2.0 Library false false + true + true + + + VAR.Json + VAR.Json + 1.2.1 + .Net library for JSON parsing + VAR + VAR + Copyright © VAR 2016-2021 + false + LICENSE.txt + https://github.com/Kableado/VAR.Json + JSON;JSON Library - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - + + + + + \ No newline at end of file diff --git a/VAR.Json/VAR.Json.nuspec b/VAR.Json/VAR.Json.nuspec deleted file mode 100644 index 11638b8..0000000 --- a/VAR.Json/VAR.Json.nuspec +++ /dev/null @@ -1,22 +0,0 @@ - - - - $id$ - $version$ - $title$ - $author$ - $author$ - https://github.com/Kableado/VAR.Json/blob/master/LICENSE.txt - https://github.com/Kableado/VAR.Json - false - $description$ - Copyright VAR 2016-2017 - JSON Library - - - - - - - - \ No newline at end of file