File tree 2 files changed +13
-15
lines changed
2 files changed +13
-15
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >netcoreapp3.1</TargetFramework >
5
- <Version >0 .0.2 </Version >
5
+ <Version >1 .0.0 </Version >
6
6
<PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
7
- <PackageLicenseExpression ></PackageLicenseExpression >
7
+ <PackageLicenseExpression >MIT </PackageLicenseExpression >
8
8
<PackageProjectUrl >https://github.com/Guzik1/MathGraph_for_.Net</PackageProjectUrl >
9
9
<RepositoryUrl >https://github.com/Guzik1/.Net_MathGraph</RepositoryUrl >
10
- <RepositoryType >Git </RepositoryType >
10
+ <RepositoryType >Github </RepositoryType >
11
11
<GeneratePackageOnBuild >false</GeneratePackageOnBuild >
12
12
<Copyright >MIT</Copyright >
13
+ <AssemblyName >Graph</AssemblyName >
14
+ <PackageId >MathGraph</PackageId >
15
+ <Company />
16
+ <Authors >Sebastian Guzik</Authors >
17
+ <AssemblyVersion >1.0.0.0</AssemblyVersion >
18
+ <FileVersion >1.0.0.0</FileVersion >
13
19
</PropertyGroup >
14
20
15
21
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
18
24
</PropertyGroup >
19
25
20
26
<ItemGroup >
21
- <PackageReference Include =" DefaultDocumentation" Version =" 0.5.2" >
22
- <PrivateAssets >all</PrivateAssets >
23
- <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
24
- </PackageReference >
25
27
<PackageReference Include =" OptimizedPriorityQueue" Version =" 4.2.0" />
26
28
</ItemGroup >
27
29
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >netcoreapp3.1</TargetFramework >
5
- <PackageProjectUrl >https://github.com/Guzik1/MathGraph_for_.Net </PackageProjectUrl >
5
+ <PackageProjectUrl ></PackageProjectUrl >
6
6
<Copyright >MIT</Copyright >
7
7
<RepositoryUrl >https://github.com/Guzik1/MathGraph_for_.Net</RepositoryUrl >
8
8
<RepositoryType >GIT</RepositoryType >
9
+ <PackageId >MathGraphSave</PackageId >
10
+ <Authors >Sebastian Guzik</Authors >
11
+ <PackageLicenseExpression >MIT</PackageLicenseExpression >
9
12
</PropertyGroup >
10
13
11
14
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
12
15
<DocumentationFile >A:\Visual studio project\GraphGit\docs\GraphSave\GraphSave.xml</DocumentationFile >
13
16
</PropertyGroup >
14
17
15
- <ItemGroup >
16
- <PackageReference Include =" DefaultDocumentation" Version =" 0.5.2" >
17
- <PrivateAssets >all</PrivateAssets >
18
- <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
19
- </PackageReference >
20
- </ItemGroup >
21
-
22
18
<ItemGroup >
23
19
<ProjectReference Include =" ..\Graph\Graph.csproj" />
24
20
</ItemGroup >
You can’t perform that action at this time.
0 commit comments