diff --git a/RunSharp/RunSharp.csproj b/RunSharp/RunSharp.csproj index 587e5ca..a733abc 100644 --- a/RunSharp/RunSharp.csproj +++ b/RunSharp/RunSharp.csproj @@ -10,7 +10,7 @@ o:\Dropbox\CodeProjects\RunSharp\src\RunSharp\RunSharp.xml - 1.0.22 + 1.0.23 true @@ -57,8 +57,8 @@ $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb - 1.0.22.0 - 1.0.22.0 + 1.0.23.0 + 1.0.23.0 diff --git a/RunSharpIKVM/Properties/AssemblyInfo.cs b/RunSharpIKVM/Properties/AssemblyInfo.cs index d66e70c..ff52368 100644 Binary files a/RunSharpIKVM/Properties/AssemblyInfo.cs and b/RunSharpIKVM/Properties/AssemblyInfo.cs differ diff --git a/RunSharpIKVM/package.nuspec b/RunSharpIKVM/package.nuspec index 49a8688..9c566ad 100644 --- a/RunSharpIKVM/package.nuspec +++ b/RunSharpIKVM/package.nuspec @@ -4,7 +4,7 @@ Aqla.RunSharp.IKVM - 1.0.22 + 1.0.23 RunSharp.IKVM Vladyslav Taranov diff --git a/all.build b/all.build index e8e5de8..d2f659a 100644 --- a/all.build +++ b/all.build @@ -6,7 +6,6 @@ - Nuget\lib Package $(MSBuildThisFileDirectory) @@ -35,7 +34,6 @@ - diff --git a/buildpack.cmd b/buildpack.cmd index 011db08..02a5c1d 100644 --- a/buildpack.cmd +++ b/buildpack.cmd @@ -1,2 +1,7 @@ +del *.nupkg +del RunSharp\bin\Release\*.nupkg @"%ProgramFiles(x86)%\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\msbuild" all.build /p:WarningLevel=0 +@"%ProgramFiles(x86)%\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\msbuild" /t:pack /p:Configuration=Release RunSharp\RunSharp.csproj +copy /y RunSharp\bin\Release\*.nupkg . +nuget pack RunSharpIKVM\package.nuspec -Prop Configuration=Release pause \ No newline at end of file diff --git a/nuget.exe b/nuget.exe new file mode 100644 index 0000000..ad35fa4 Binary files /dev/null and b/nuget.exe differ