Skip to content

Commit

Permalink
v3.2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
runceel committed Mar 9, 2020
1 parent 8b4e076 commit ffcb76d
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Livet.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Version>3.2.2.1</Version>
<Version>3.2.2.2</Version>
<PackageVersion>$(Version)</PackageVersion>
</PropertyGroup>
</Project>
18 changes: 18 additions & 0 deletions NuGet/build.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
@echo off
cd /d %~dp0
set PACKAGEVERSION=3.2.2.2
dotnet build ..\Livet.Code.sln -c=Release

mkdir dist
mkdir dist\%PACKAGEVERSION%
copy ..\LivetCask.Extensions\bin\Release\LivetExtensions.%PACKAGEVERSION%.nupkg .\dist\%PACKAGEVERSION%
copy ..\LivetCask.Core\bin\Release\LivetCask.Core.%PACKAGEVERSION%.nupkg .\dist\%PACKAGEVERSION%
copy ..\LivetCask.Messaging\bin\Release\LivetCask.Messaging.%PACKAGEVERSION%.nupkg .\dist\%PACKAGEVERSION%
copy ..\LivetCask.EventListeners\bin\Release\LivetCask.EventListeners.%PACKAGEVERSION%.nupkg .\dist\%PACKAGEVERSION%
copy ..\LivetCask.Converters\bin\Release\LivetCask.Converters.%PACKAGEVERSION%.nupkg .\dist\%PACKAGEVERSION%
copy ..\LivetCask.Behaviors\bin\Release\LivetCask.Behaviors.%PACKAGEVERSION%.nupkg .\dist\%PACKAGEVERSION%
copy ..\LivetCask.Mvvm\bin\Release\LivetCask.Mvvm.%PACKAGEVERSION%.nupkg .\dist\%PACKAGEVERSION%
copy ..\LivetCask.Collections\bin\Release\LivetCask.Collections.%PACKAGEVERSION%.nupkg .\dist\%PACKAGEVERSION%
copy ..\LivetCask.StatefulModel\bin\Release\LivetCask.StatefulModel.%PACKAGEVERSION%.nupkg .\dist\%PACKAGEVERSION%
copy ..\LivetCask\bin\Release\LivetCask.%PACKAGEVERSION%.nupkg .\dist\%PACKAGEVERSION%
copy ..\LivetCask2\bin\Release\LivetCask2.%PACKAGEVERSION%.nupkg .\dist\%PACKAGEVERSION%
2 changes: 1 addition & 1 deletion NuGet/push.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off
cd /d %~dp0
set PACKAGEVERSION=3.2.2.1
set PACKAGEVERSION=3.2.2.2
dotnet build ..\Livet.Code.sln -c=Release
rem Please get an API Key from nuget.org, and set the key using nuget setApiKey xxxx command
dotnet nuget push ..\LivetCask.Extensions\bin\Release\LivetExtensions.%PACKAGEVERSION%.nupkg -s https://www.nuget.org/api/v2/package
Expand Down

0 comments on commit ffcb76d

Please sign in to comment.