|
4 | 4 | <Nullable>enable</Nullable>
|
5 | 5 | <TargetFramework>netstandard2.1</TargetFramework>
|
6 | 6 | <RootNamespace>Godot.Modding</RootNamespace>
|
| 7 | + <GenerateDocumentationFile>true</GenerateDocumentationFile> |
7 | 8 | <!-- Workaround as Godot does not know how to properly load NuGet packages -->
|
8 | 9 | <CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
9 | 10 | <GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
10 |
| - <PackageVersion>1.0.0</PackageVersion> |
| 11 | + <PackageVersion>1.0.1</PackageVersion> |
11 | 12 | <Title>Modot</Title>
|
12 | 13 | <Authors>Carnagion</Authors>
|
13 | 14 | <Description>A mod loader and API for applications made using Godot, with the ability to load C# assemblies, XML data, and resource packs at runtime.</Description>
|
14 | 15 | <RepositoryUrl>https://github.com/Carnagion/Modot</RepositoryUrl>
|
15 | 16 | <PackageLicenseFile>LICENSE</PackageLicenseFile>
|
16 | 17 | </PropertyGroup>
|
17 |
| - <PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> |
18 |
| - <DocumentationFile>C:\Users\Indraneel\Projects\Modot\.mono\temp\bin\Debug\Modot.xml</DocumentationFile> |
19 |
| - </PropertyGroup> |
20 |
| - <PropertyGroup Condition=" '$(Configuration)' == 'ExportDebug' "> |
21 |
| - <DocumentationFile>C:\Users\Indraneel\Projects\Modot\.mono\temp\bin\ExportDebug\Modot.xml</DocumentationFile> |
22 |
| - </PropertyGroup> |
23 |
| - <PropertyGroup Condition=" '$(Configuration)' == 'ExportRelease' "> |
24 |
| - <DocumentationFile>C:\Users\Indraneel\Projects\Modot\.mono\temp\bin\ExportRelease\Modot.xml</DocumentationFile> |
25 |
| - </PropertyGroup> |
26 |
| - <ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.1'"> |
27 |
| - <PackageReference Include="GDSerializer" Version="1.0.0" /> |
28 |
| - </ItemGroup> |
29 | 18 | <ItemGroup>
|
30 |
| - <PackageReference Include="GDLogger" Version="1.0.0" /> |
31 |
| - <PackageReference Include="JetBrains.Annotations" Version="2022.1.0" /> |
| 19 | + <PackageReference Include="GDLogger" Version="1.0.1"/> |
| 20 | + <PackageReference Include="GDSerializer" Version="1.1.0"/> |
| 21 | + <PackageReference Include="JetBrains.Annotations" Version="2022.1.0"/> |
32 | 22 | </ItemGroup>
|
33 | 23 | <ItemGroup>
|
34 |
| - <Content Include=".gitignore" /> |
35 |
| - <Content Include="LICENSE" /> |
36 |
| - <Content Include="README.md" /> |
| 24 | + <Content Include=".gitignore"/> |
| 25 | + <Content Include="LICENSE"/> |
| 26 | + <Content Include="README.md"/> |
37 | 27 | </ItemGroup>
|
38 | 28 | <ItemGroup>
|
39 | 29 | <None Include="LICENSE" Pack="true" PackagePath=""/>
|
|
0 commit comments