Skip to content

Commit

Permalink
Package setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
tacosontitan committed Apr 11, 2024
1 parent 6d2ba2d commit 894a816
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Glitter" />
<PackageReference Include="SuperLinq" />
<PackageReference Include="Glitter" Version="2024.3.1.1" />
<PackageReference Include="SuperLinq" Version="6.0.0" />
</ItemGroup>
</Project>
6 changes: 0 additions & 6 deletions Directory.Package.props

This file was deleted.

7 changes: 5 additions & 2 deletions src/Hussy.Net/Hussy.Net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
</PropertyGroup>

<PropertyGroup Label="Package Details">
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<GenerateDocumentationFile>false</GenerateDocumentationFile>

<Title>Hussy.Net</Title>
<Company>tacosontitan</Company>
Expand All @@ -31,5 +31,8 @@
<Content Include="..\..\README.md">
<Link>README.md</Link>
</Content>
<Content Include="..\..\LICENSE">
<Link>LICENSE</Link>
</Content>
</ItemGroup>
</Project>
5 changes: 5 additions & 0 deletions src/Hussy.Net/Hussy.Net.csproj.DotSettings
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@
<s:Boolean x:Key="/Default/CodeInspection/NamespaceProvider/NamespaceFoldersToSkip/=iterators_005Cforeach/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/CodeInspection/NamespaceProvider/NamespaceFoldersToSkip/=iterators_005Cforeach_005Ccartesian/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/CodeInspection/NamespaceProvider/NamespaceFoldersToSkip/=linq/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/CodeInspection/NamespaceProvider/NamespaceFoldersToSkip/=linq_005Cbegin/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/CodeInspection/NamespaceProvider/NamespaceFoldersToSkip/=linq_005Cfirst/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/CodeInspection/NamespaceProvider/NamespaceFoldersToSkip/=linq_005Cindex/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/CodeInspection/NamespaceProvider/NamespaceFoldersToSkip/=linq_005Cmap_005Ccartesian/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/CodeInspection/NamespaceProvider/NamespaceFoldersToSkip/=linq_005Cmap_005Cindexed/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/CodeInspection/NamespaceProvider/NamespaceFoldersToSkip/=linq_005Cstart/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/CodeInspection/NamespaceProvider/NamespaceFoldersToSkip/=logic/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/CodeInspection/NamespaceProvider/NamespaceFoldersToSkip/=modules/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/CodeInspection/NamespaceProvider/NamespaceFoldersToSkip/=output/@EntryIndexedValue">True</s:Boolean>
Expand Down

0 comments on commit 894a816

Please sign in to comment.