Skip to content

Commit 4b6254f

Browse files
committed
nuget package
1 parent 67f4d44 commit 4b6254f

File tree

5 files changed

+108
-152
lines changed

5 files changed

+108
-152
lines changed
Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,43 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>netstandard2.0</TargetFramework>
4+
<TargetFramework>netstandard2.1</TargetFramework>
55
</PropertyGroup>
66

77
<PropertyGroup>
8-
<Version>0.4.12-alpha</Version>
9-
<FileVersion>0.4.12.0</FileVersion>
8+
<Version>0.4.14</Version>
9+
<FileVersion>0.4.14.0</FileVersion>
1010
<Authors>Cedric Bovar</Authors>
1111
<Description>Deep learning in C#</Description>
12-
<Copyright>Copyright (c) 2018</Copyright>
12+
<Copyright>Copyright (c) 2020</Copyright>
1313
</PropertyGroup>
1414

1515
<PropertyGroup>
1616
<PackageId>Cognitio.ConvNetSharp.Core</PackageId>
17-
<PackageVersion>0.4.12-alpha</PackageVersion>
17+
<PackageVersion>0.4.14</PackageVersion>
1818
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
19-
<PackageTags>Deep Learning Convolution</PackageTags>
19+
<PackageTags>Deep Learning Convolution AI</PackageTags>
2020
<PackageLicenseUrl>https://github.com/cbovar/ConvNetSharp/blob/master/LICENSE</PackageLicenseUrl>
2121
<PackageProjectUrl>https://github.com/cbovar/ConvNetSharp</PackageProjectUrl>
2222
<AssemblyName>ConvNetSharp.Core</AssemblyName>
2323
<RootNamespace>ConvNetSharp.Core</RootNamespace>
24-
<PackageReleaseNotes>https://github.com/cbovar/ConvNetSharp/releases/tag/v0.4.12</PackageReleaseNotes>
24+
<PackageReleaseNotes>https://github.com/cbovar/ConvNetSharp/releases/tag/v0.4.14</PackageReleaseNotes>
2525
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
26-
<AssemblyVersion>0.4.12.0</AssemblyVersion>
26+
<AssemblyVersion>0.4.14.0</AssemblyVersion>
27+
<PackageIcon>icon.png</PackageIcon>
2728
</PropertyGroup>
2829

2930
<ItemGroup>
30-
<Compile Remove="Properties\AssemblyInfo.cs" />
31+
<PackageReference Include="Cognitio.ConvNetSharp.Volume" Version="0.4.14" />
32+
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
3133
</ItemGroup>
3234

3335
<ItemGroup>
34-
<PackageReference Include="Cognitio.ConvNetSharp.Volume" Version="0.4.12-alpha" />
35-
<PackageReference Include="Newtonsoft.Json" Version="12.0.1" />
36+
<None Remove="img\icon.png" />
3637
</ItemGroup>
3738

3839
<ItemGroup>
39-
<Folder Include="Properties\" />
40+
<None Include="img\icon.png" Pack="true" PackagePath="" />
4041
</ItemGroup>
4142

4243
</Project>
Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,44 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>netstandard2.0</TargetFramework>
4+
<TargetFramework>netstandard2.1</TargetFramework>
55
</PropertyGroup>
66

77
<PropertyGroup>
8-
<Version>0.4.12-alpha</Version>
9-
<FileVersion>0.4.12.0</FileVersion>
8+
<Version>0.4.14</Version>
9+
<FileVersion>0.4.14.0</FileVersion>
1010
<Authors>Cedric Bovar</Authors>
1111
<Description>Deep learning in C#</Description>
12-
<Copyright>Copyright (c) 2018</Copyright>
12+
<Copyright>Copyright (c) 2020</Copyright>
1313
</PropertyGroup>
1414

1515
<PropertyGroup>
1616
<PackageId>Cognitio.ConvNetSharp.Flow</PackageId>
17-
<PackageVersion>0.4.12-alpha</PackageVersion>
17+
<PackageVersion>0.4.14</PackageVersion>
1818
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
19-
<PackageTags>Deep Learning Convolution</PackageTags>
19+
<PackageTags>Deep Learning Convolution AI</PackageTags>
2020
<PackageLicenseUrl>https://github.com/cbovar/ConvNetSharp/blob/master/LICENSE</PackageLicenseUrl>
2121
<PackageProjectUrl>https://github.com/cbovar/ConvNetSharp</PackageProjectUrl>
2222
<AssemblyName>ConvNetSharp.Flow</AssemblyName>
2323
<RootNamespace>ConvNetSharp.Flow</RootNamespace>
24-
<PackageReleaseNotes>https://github.com/cbovar/ConvNetSharp/releases/tag/v0.4.12</PackageReleaseNotes>
24+
<PackageReleaseNotes>https://github.com/cbovar/ConvNetSharp/releases/tag/v0.4.14</PackageReleaseNotes>
2525
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
2626
<Product>ConvNetSharp.Flow</Product>
27-
<AssemblyVersion>0.4.12.0</AssemblyVersion>
28-
</PropertyGroup>
27+
<AssemblyVersion>0.4.14.0</AssemblyVersion>
28+
<PackageIcon>icon.png</PackageIcon>
29+
</PropertyGroup>
2930

3031
<ItemGroup>
31-
<Compile Remove="Properties\AssemblyInfo.cs" />
32+
<PackageReference Include="Cognitio.ConvNetSharp.Core" Version="0.4.14" />
33+
<PackageReference Include="Cognitio.ConvNetSharp.Volume" Version="0.4.14" />
3234
</ItemGroup>
3335

3436
<ItemGroup>
35-
<PackageReference Include="Cognitio.ConvNetSharp.Core" Version="0.4.12-alpha" />
36-
<PackageReference Include="Cognitio.ConvNetSharp.Volume" Version="0.4.12-alpha" />
37+
<None Remove="img\icon.png" />
3738
</ItemGroup>
3839

3940
<ItemGroup>
40-
<Folder Include="Properties\" />
41+
<None Include="img\icon.png" Pack="true" PackagePath=""/>
4142
</ItemGroup>
4243

4344
</Project>
Lines changed: 32 additions & 96 deletions
Original file line numberDiff line numberDiff line change
@@ -1,108 +1,44 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
43
<PropertyGroup>
5-
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6-
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7-
<ProjectGuid>{64DB0F34-099A-41F8-A9D5-E58DD66A1276}</ProjectGuid>
8-
<OutputType>Library</OutputType>
9-
<AppDesignerFolder>Properties</AppDesignerFolder>
10-
<RootNamespace>ConvNetSharp.Utils</RootNamespace>
11-
<AssemblyName>ConvNetSharp.Utils</AssemblyName>
12-
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
13-
<FileAlignment>512</FileAlignment>
14-
<TargetFrameworkProfile />
4+
<TargetFramework>netstandard2.1</TargetFramework>
155
</PropertyGroup>
16-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17-
<DebugSymbols>true</DebugSymbols>
18-
<DebugType>full</DebugType>
19-
<Optimize>false</Optimize>
20-
<OutputPath>bin\Debug\</OutputPath>
21-
<DefineConstants>DEBUG;TRACE</DefineConstants>
22-
<ErrorReport>prompt</ErrorReport>
23-
<WarningLevel>4</WarningLevel>
24-
</PropertyGroup>
25-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26-
<DebugType>pdbonly</DebugType>
27-
<Optimize>true</Optimize>
28-
<OutputPath>bin\Release\</OutputPath>
29-
<DefineConstants>TRACE</DefineConstants>
30-
<ErrorReport>prompt</ErrorReport>
31-
<WarningLevel>4</WarningLevel>
6+
7+
<PropertyGroup>
8+
<Version>0.4.13</Version>
9+
<FileVersion>0.4.13.0</FileVersion>
10+
<Authors>Cedric Bovar</Authors>
11+
<Description>Deep learning in C#</Description>
12+
<Copyright>Copyright (c) 2020</Copyright>
3213
</PropertyGroup>
14+
3315
<PropertyGroup>
34-
<StartupObject />
16+
<PackageId>Cognitio.ConvNetSharp.Utils</PackageId>
17+
<PackageVersion>0.4.13</PackageVersion>
18+
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
19+
<PackageTags>Deep Learning Convolution AI</PackageTags>
20+
<PackageLicenseUrl>https://github.com/cbovar/ConvNetSharp/blob/master/LICENSE</PackageLicenseUrl>
21+
<PackageProjectUrl>https://github.com/cbovar/ConvNetSharp</PackageProjectUrl>
22+
<AssemblyName>Cognitio.ConvNetSharp.Utils</AssemblyName>
23+
<RootNamespace>Cognitio.ConvNetSharp.Utils</RootNamespace>
24+
<PackageReleaseNotes>https://github.com/cbovar/ConvNetSharp/releases/tag/v0.4.13</PackageReleaseNotes>
25+
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
26+
<Product>Cognitio.ConvNetSharp.Utils</Product>
27+
<AssemblyVersion>0.4.13.0</AssemblyVersion>
28+
<PackageIcon>icon.png</PackageIcon>
3529
</PropertyGroup>
30+
3631
<ItemGroup>
37-
<Reference Include="ConvNetSharp.Core, Version=0.4.12.0, Culture=neutral, processorArchitecture=MSIL">
38-
<HintPath>..\..\packages\Cognitio.ConvNetSharp.Core.0.4.12-alpha\lib\netstandard2.0\ConvNetSharp.Core.dll</HintPath>
39-
</Reference>
40-
<Reference Include="ConvNetSharp.Flow, Version=0.4.12.0, Culture=neutral, processorArchitecture=MSIL">
41-
<HintPath>..\..\packages\Cognitio.ConvNetSharp.Flow.0.4.12-alpha\lib\netstandard2.0\ConvNetSharp.Flow.dll</HintPath>
42-
</Reference>
43-
<Reference Include="ConvNetSharp.Volume, Version=0.4.12.0, Culture=neutral, processorArchitecture=MSIL">
44-
<HintPath>..\..\packages\Cognitio.ConvNetSharp.Volume.0.4.12-alpha\lib\netstandard2.0\ConvNetSharp.Volume.dll</HintPath>
45-
</Reference>
46-
<Reference Include="GraphSharp, Version=1.0.2.0, Culture=neutral, PublicKeyToken=f9c24778325a6b82, processorArchitecture=MSIL">
47-
<HintPath>..\..\packages\GraphSharp.1.1.0.0\lib\net40\GraphSharp.dll</HintPath>
48-
</Reference>
49-
<Reference Include="GraphSharp.Controls, Version=1.1.0.0, Culture=neutral, PublicKeyToken=f9c24778325a6b82, processorArchitecture=MSIL">
50-
<HintPath>..\..\packages\GraphSharp.1.1.0.0\lib\net40\GraphSharp.Controls.dll</HintPath>
51-
</Reference>
52-
<Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
53-
<HintPath>..\..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
54-
</Reference>
55-
<Reference Include="PresentationCore" />
56-
<Reference Include="PresentationFramework" />
57-
<Reference Include="QuickGraph, Version=3.6.61114.0, Culture=neutral, PublicKeyToken=f3fb40175eec2af3, processorArchitecture=MSIL">
58-
<HintPath>..\..\packages\QuickGraph.3.6.61119.7\lib\net4\QuickGraph.dll</HintPath>
59-
</Reference>
60-
<Reference Include="QuickGraph.Data, Version=3.6.61114.0, Culture=neutral, processorArchitecture=MSIL">
61-
<HintPath>..\..\packages\QuickGraph.3.6.61119.7\lib\net4\QuickGraph.Data.dll</HintPath>
62-
</Reference>
63-
<Reference Include="QuickGraph.Graphviz, Version=3.6.61114.0, Culture=neutral, PublicKeyToken=f3fb40175eec2af3, processorArchitecture=MSIL">
64-
<HintPath>..\..\packages\QuickGraph.3.6.61119.7\lib\net4\QuickGraph.Graphviz.dll</HintPath>
65-
</Reference>
66-
<Reference Include="QuickGraph.Serialization, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
67-
<HintPath>..\..\packages\QuickGraph.3.6.61119.7\lib\net4\QuickGraph.Serialization.dll</HintPath>
68-
</Reference>
69-
<Reference Include="System" />
70-
<Reference Include="System.Core" />
71-
<Reference Include="System.Drawing" />
72-
<Reference Include="System.Runtime" />
73-
<Reference Include="System.Xaml" />
74-
<Reference Include="System.Xml.Linq" />
75-
<Reference Include="System.Data.DataSetExtensions" />
76-
<Reference Include="Microsoft.CSharp" />
77-
<Reference Include="System.Data" />
78-
<Reference Include="System.Net.Http" />
79-
<Reference Include="System.Xml" />
80-
<Reference Include="WindowsBase" />
81-
<Reference Include="WPFExtensions, Version=1.0.3437.34043, Culture=neutral, processorArchitecture=MSIL">
82-
<HintPath>..\..\packages\WPFExtensions.1.0.0\lib\WPFExtensions.dll</HintPath>
83-
</Reference>
84-
</ItemGroup>
85-
<ItemGroup>
86-
<Compile Include="GraphVisualizer\GraphControl.xaml.cs">
87-
<DependentUpon>GraphControl.xaml</DependentUpon>
88-
</Compile>
89-
<Compile Include="GraphVisualizer\OpEdge.cs" />
90-
<Compile Include="GraphVisualizer\ViewModel.cs" />
91-
<Compile Include="Image.cs" />
92-
<Compile Include="Properties\AssemblyInfo.cs" />
32+
<PackageReference Include="Cognitio.ConvNetSharp.Core" Version="0.4.13" />
33+
<PackageReference Include="Cognitio.ConvNetSharp.Volume" Version="0.4.13" />
9334
</ItemGroup>
35+
9436
<ItemGroup>
95-
<Page Include="GraphVisualizer\GraphControl.xaml">
96-
<SubType>Designer</SubType>
97-
<Generator>MSBuild:Compile</Generator>
98-
</Page>
37+
<None Remove="img\icon.png" />
9938
</ItemGroup>
39+
10040
<ItemGroup>
101-
<None Include="app.config" />
102-
<None Include="packages.config" />
41+
<None Include="img\icon.png" Pack="true" PackagePath=""/>
10342
</ItemGroup>
104-
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
105-
<PropertyGroup>
106-
<PostBuildEvent>nuget pack "$(ProjectPath)" -Version 0.4.12-alpha -Prop Configuration=Release</PostBuildEvent>
107-
</PropertyGroup>
43+
10844
</Project>

src/ConvNetSharp.Volume.GPU/ConvNetSharp.Volume.GPU.Nuget.csproj

Lines changed: 39 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,59 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>netstandard2.0</TargetFramework>
4+
<TargetFramework>netstandard2.1</TargetFramework>
55
</PropertyGroup>
66

77
<PropertyGroup>
8-
<Version>0.4.12-alpha</Version>
9-
<FileVersion>0.4.12.0</FileVersion>
8+
<Version>0.4.14</Version>
9+
<FileVersion>0.4.14.0</FileVersion>
1010
<Authors>Cedric Bovar</Authors>
1111
<Description>Deep learning in C#</Description>
12-
<Copyright>Copyright (c) 2018</Copyright>
12+
<Copyright>Copyright (c) 2020</Copyright>
1313
</PropertyGroup>
1414

1515
<PropertyGroup>
1616
<PackageId>Cognitio.ConvNetSharp.Volume.GPU</PackageId>
17-
<PackageVersion>0.4.12-alpha</PackageVersion>
17+
<PackageVersion>0.4.14</PackageVersion>
1818
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
19-
<PackageTags>Deep Learning Convolution GPU</PackageTags>
19+
<PackageTags>Deep Learning Convolution GPU AI</PackageTags>
2020
<PackageLicenseUrl>https://github.com/cbovar/ConvNetSharp/blob/master/LICENSE</PackageLicenseUrl>
2121
<PackageProjectUrl>https://github.com/cbovar/ConvNetSharp</PackageProjectUrl>
2222
<AssemblyName>ConvNetSharp.Volume.GPU</AssemblyName>
2323
<RootNamespace>ConvNetSharp.Volume.GPU</RootNamespace>
24-
<AssemblyVersion>0.4.12.0</AssemblyVersion>
25-
<PackageReleaseNotes>https://github.com/cbovar/ConvNetSharp/releases/tag/v0.4.12</PackageReleaseNotes>
24+
<AssemblyVersion>0.4.14.0</AssemblyVersion>
25+
<PackageReleaseNotes>https://github.com/cbovar/ConvNetSharp/releases/tag/v0.4.14</PackageReleaseNotes>
2626
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
27+
<PackageIcon>icon.png</PackageIcon>
2728
</PropertyGroup>
2829

29-
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net45|AnyCPU'">
30-
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
31-
</PropertyGroup>
32-
33-
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net45|AnyCPU'">
34-
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
30+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug'">
31+
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
3532
<PlatformTarget>x64</PlatformTarget>
3633
</PropertyGroup>
3734

38-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
35+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release'">
3936
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
37+
<PlatformTarget>x64</PlatformTarget>
4038
</PropertyGroup>
4139

4240
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
4341
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
42+
<PlatformTarget>x64</PlatformTarget>
4443
</PropertyGroup>
4544

4645
<ItemGroup>
47-
<Compile Remove="Properties\AssemblyInfo.cs" />
46+
<Compile Remove="Properties\**" />
47+
<EmbeddedResource Remove="Properties\**" />
48+
<None Remove="Properties\**" />
49+
</ItemGroup>
50+
51+
<ItemGroup>
52+
<None Remove="img\icon.png" />
53+
</ItemGroup>
54+
55+
<ItemGroup>
56+
<None Include="img\icon.png" Pack="true" PackagePath="" />
4857
</ItemGroup>
4958

5059
<ItemGroup>
@@ -90,15 +99,23 @@
9099
</ItemGroup>
91100

92101
<ItemGroup>
93-
<Folder Include="Properties\" />
102+
<PackageReference Include="Cognitio.ConvNetSharp.Core" Version="0.4.14" />
103+
<PackageReference Include="Cognitio.ConvNetSharp.Volume" Version="0.4.14" />
94104
</ItemGroup>
95105

96106
<ItemGroup>
97-
<PackageReference Include="Cognitio.ConvNetSharp.Core" Version="0.4.12-alpha" />
98-
<PackageReference Include="Cognitio.ConvNetSharp.Volume" Version="0.4.12-alpha" />
99-
<PackageReference Include="ManagedCuda-CUBLAS.NETStandard" Version="9.1.300" />
100-
<PackageReference Include="ManagedCuda-CudaDNN.NETStandard" Version="9.1.300" />
101-
<PackageReference Include="ManagedCuda-NVRTC.NETStandard" Version="9.1.300" />
107+
<Reference Include="CudaBlas">
108+
<HintPath>..\external\ManagedCuda\CudaBlas.dll</HintPath>
109+
</Reference>
110+
<Reference Include="CudaDNN">
111+
<HintPath>..\external\ManagedCuda\CudaDNN.dll</HintPath>
112+
</Reference>
113+
<Reference Include="ManagedCuda">
114+
<HintPath>..\external\ManagedCuda\ManagedCuda.dll</HintPath>
115+
</Reference>
116+
<Reference Include="NVRTC">
117+
<HintPath>..\external\ManagedCuda\NVRTC.dll</HintPath>
118+
</Reference>
102119
</ItemGroup>
103120

104121
</Project>

0 commit comments

Comments
 (0)