Skip to content

Commit

Permalink
Added settings for nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
Tornado-Technology committed Aug 15, 2024
1 parent ea399bb commit 670e5ce
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
11 changes: 10 additions & 1 deletion Hypercube.Dependencies/Hypercube.Dependencies.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PackageId>Hypercube.Dependecies</PackageId>
<Version>1.0.0</Version>
<Authors>TornadoTech</Authors>
<Product>Hypercube.Dependecies</Product>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<RepositoryUrl>https://github.com/technologists-team/hypercube</RepositoryUrl>
</PropertyGroup>

<ItemGroup>
Expand All @@ -14,5 +20,8 @@
<ItemGroup>
<PackageReference Include="JetBrains.Annotations" Version="2024.2.0" />
</ItemGroup>


<ItemGroup>
<None Include="..\LICENSE" Pack="true" PackagePath=""/>
</ItemGroup>
</Project>
9 changes: 9 additions & 0 deletions Hypercube.Logging/Hypercube.Logging.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PackageId>Hypercube.Logging</PackageId>
<Version>1.0.0</Version>
<Authors>TornadoTech</Authors>
<Product>Hypercube.Logging</Product>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<RepositoryUrl>https://github.com/technologists-team/hypercube</RepositoryUrl>
</PropertyGroup>

<ItemGroup>
<None Include="..\LICENSE" Pack="true" PackagePath=""/>
</ItemGroup>
</Project>
11 changes: 10 additions & 1 deletion Hypercube.Utilities/Hypercube.Utilities.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,19 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PackageId>Hypercube.Utilities</PackageId>
<Version>1.0.0</Version>
<Authors>TornadoTech</Authors>
<Product>Hypercube.Utilities</Product>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<RepositoryUrl>https://github.com/technologists-team/hypercube</RepositoryUrl>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="JetBrains.Annotations" Version="2024.2.0" />
</ItemGroup>

<ItemGroup>
<None Include="..\LICENSE" Pack="true" PackagePath=""/>
</ItemGroup>
</Project>

0 comments on commit 670e5ce

Please sign in to comment.