Skip to content

Commit eae488b

Browse files
committed
add new version
1 parent 37cd005 commit eae488b

11 files changed

Lines changed: 10 additions & 2 deletions

AntDesign.Avalonia.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".Build", ".Build", "{3DA99C
1414
Build\Directory.Packages.targets = Build\Directory.Packages.targets
1515
global.json = global.json
1616
license.md = license.md
17+
Nuget.bat = Nuget.bat
1718
README.md = README.md
1819
EndProjectSection
1920
EndProject

Build/Directory.Packages.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
33
<!--Package-->
4-
<AntDesignVersion>1.0.0-preview3</AntDesignVersion>
4+
<AntDesignVersion>0.1.0-preview-nigtly1.1</AntDesignVersion>
55
<AntDesignPackageOutputPath>$(RepositoryDirectory)nuget\</AntDesignPackageOutputPath>
66
<VersionPrefix>1.0.0-avalonia11p6-preview1</VersionPrefix>
77
<Authors>AvaloniaDeveloper</Authors>

Nuget.bat

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
echo a = %1
2+
echo b = %2
3+
4+
dotnet nuget push nuget\AntDesign.Avalonia.%1.nupkg --api-key %2 --source https://api.nuget.org/v3/index.json
5+
dotnet nuget push nuget\AntDesign.Style.%1.nupkg --api-key %2 --source https://api.nuget.org/v3/index.json
6+
dotnet nuget push nuget\AntDesign.ColorPicker.%1.nupkg --api-key %2 --source https://api.nuget.org/v3/index.json
7+
dotnet nuget push nuget\AntDesign.DataGrid.%1.nupkg --api-key %2 --source https://api.nuget.org/v3/index.json
8+
dotnet nuget push nuget\AntDesign.Toolkit.%1.nupkg --api-key %2 --source https://api.nuget.org/v3/index.json
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)