|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 |
|
3 | 3 | <PropertyGroup> |
4 | | - <Version>0.0.1.0</Version> |
| 4 | + <Version>1.14.0</Version> |
| 5 | + <BuildInfoVSSBE></BuildInfoVSSBE> |
5 | 6 | <!-- <AssemblyVersion>0.0.1.0</AssemblyVersion> --> |
6 | 7 | <!-- <FileVersion>0.0.1.0</FileVersion> --> |
7 | 8 | </PropertyGroup> |
|
17 | 18 | <Description>Extended Core components for SobaScript -- Extensible Modular Scripting Programming Language |
18 | 19 |
|
19 | 20 | https://github.com/3F/SobaScript.Z.Ext |
| 21 | + |
| 22 | + ======================================= |
| 23 | + gnt /p:ngpackages="SobaScript.Z.Ext/$(Version)" |
| 24 | + ================== https://github.com/3F/GetNuTool |
| 25 | + |
| 26 | + Build info: |
| 27 | + |
| 28 | + $(BuildInfoVSSBE) |
20 | 29 | </Description> |
21 | 30 | <PackageOwners>reg</PackageOwners> |
22 | 31 | <PackageProjectUrl>https://github.com/3F/SobaScript.Z.Ext</PackageProjectUrl> |
|
49 | 58 | <Pack>True</Pack> |
50 | 59 | <PackagePath></PackagePath> |
51 | 60 | </None> |
| 61 | + <None Include="..\changelog.txt"> |
| 62 | + <Pack>True</Pack> |
| 63 | + <PackagePath></PackagePath> |
| 64 | + </None> |
| 65 | + <None Include="..\.version"> |
| 66 | + <Pack>True</Pack> |
| 67 | + <PackagePath></PackagePath> |
| 68 | + </None> |
52 | 69 | <!-- <Content Include="NuGet\gnt.bat"> |
53 | 70 | <Pack>True</Pack> |
54 | 71 | <PackagePath>lib\net40\</PackagePath> |
|
62 | 79 | <EmbeddedResource Include="NuGet\gnt.bat" /> |
63 | 80 | </ItemGroup> |
64 | 81 |
|
| 82 | + <ItemGroup> |
| 83 | + <None Include="..\tools\hMSBuild.bat"> |
| 84 | + <Visible>false</Visible> |
| 85 | + <Pack>True</Pack> |
| 86 | + <PackagePath>tools\</PackagePath> |
| 87 | + </None> |
| 88 | + <None Include="..\tools\gnt.bat"> |
| 89 | + <Visible>false</Visible> |
| 90 | + <Pack>True</Pack> |
| 91 | + <PackagePath>tools\</PackagePath> |
| 92 | + </None> |
| 93 | + </ItemGroup> |
| 94 | + |
65 | 95 | <ItemGroup> |
66 | 96 | <ProjectReference Include="..\SobaScript.Mapper\SobaScript.Mapper\SobaScript.Mapper.csproj" /> |
67 | 97 | <ProjectReference Include="..\SobaScript\SobaScript\SobaScript.csproj" /> |
|
0 commit comments