Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
hhblaze committed Feb 5, 2019
1 parent 09796bb commit cc6c72a
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 3 deletions.
Binary file modified BiserObjectify/bin/Release/BiserObjectify.dll
Binary file not shown.
7 changes: 4 additions & 3 deletions Deployment/BiserObjectify/!!!BiserObjectify.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<version>1.1.0</version>
<title>BiserObjectify is an object generator for Biser.NET</title>
<authors>Alex Solovyov</authors>
<owners>tiesky.com / Alex Solovyov</owners>
<licenseUrl>https://github.com/hhblaze/Biser/blob/master/LICENSE</licenseUrl>
<owners>tiesky.com / Alex Solovyov</owners>
<license type="file">LICENSE.txt</license>
<projectUrl>https://github.com/hhblaze/Biser</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>BiserObjectify is an object generator for Biser.NET</description>
Expand All @@ -19,6 +19,7 @@
<files>
<file src="BiserObjectify\bin\Release\BiserObjectify.dll" target="lib\net45\BiserObjectify.dll" />
<file src="BiserObjectify_Standard\bin\Release\netstandard2.0\BiserObjectify.deps.json" target="lib\netstandard2.0\Biser.deps.json" />
<file src="BiserObjectify_Standard\bin\Release\netstandard2.0\BiserObjectify.dll" target="lib\netstandard2.0\BiserObjectify.dll" />
<file src="BiserObjectify_Standard\bin\Release\netstandard2.0\BiserObjectify.dll" target="lib\netstandard2.0\BiserObjectify.dll" />
<file src="licenses\LICENSE.txt" />
</files>
</package>
5 changes: 5 additions & 0 deletions Deployment/BiserObjectify/!!!Build_packOnlyNoRecompile.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
rem "C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\MSBuild\15.0\Bin\msbuild.exe" "%~dp0..\..\BiserObjectify\BiserObjectify.csproj" /t:rebuild /p:Configuration=Release

rem "C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\MSBuild\15.0\Bin\msbuild.exe" "%~dp0..\..\BiserObjectify_Standard\BiserObjectify_Standard.csproj" /t:rebuild /p:Configuration=Release

nuget.exe pack "%~dp0!!!BiserObjectify.nuspec" -BasePath "%~dp0..\.." -OutputDirectory "%~dp0\"
Binary file modified Deployment/BiserObjectify/BiserObjectify.1.1.0.nupkg
Binary file not shown.
25 changes: 25 additions & 0 deletions licenses/LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
BSD 2-Clause License

Copyright (c) 2018, Alexey Solovyov
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

* Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.

* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

0 comments on commit cc6c72a

Please sign in to comment.