Skip to content

Commit

Permalink
Package spec updates
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisg32 committed Apr 27, 2021
1 parent c3fa8d9 commit e958133
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -286,3 +286,4 @@ __pycache__/
*.btm.cs
*.odx.cs
*.xsd.cs
.DS_Store
17 changes: 14 additions & 3 deletions Commons/Commons.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,31 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Description>A collection of useful C# utilities, extensions, and data structures.</Description>
<Authors>Chris Gonzales</Authors>
<Version>1.0.7</Version>
<Version>1.0.8</Version>
<PackageTags>Commons C# DataStructures Dictionary Extensions</PackageTags>
<Copyright>Copyright 2020 Chris Gonzales</Copyright>
<Copyright>Copyright 2021 Chris Gonzales</Copyright>
<PackageIconUrl>https://chrisg32.github.io/assets/cg_logo.png</PackageIconUrl>
<PackageIcon>logo.png</PackageIcon>
<PackageProjectUrl>https://github.com/chrisg32/Commons</PackageProjectUrl>
<PackageLicense>MIT</PackageLicense>
<PackageLicenseUrl>https://github.com/chrisg32/Commons/blob/master/LICENSE</PackageLicenseUrl>
<PackageId>CG.Commons</PackageId>
<Company>Chris Gonzales</Company>
<Product>CG Commons Library</Product>
<RepositoryType>Git</RepositoryType>
<RepositoryUrl>https://github.com/chrisg32/Commons</RepositoryUrl>
<PackageReleaseNotes>Natural comparer implements IComparer (non-generic).</PackageReleaseNotes>
<PackageReleaseNotes>Fix for string Cypher AES bit length.</PackageReleaseNotes>
<AssemblyName>CG.Commons</AssemblyName>
<NeutralLanguage>en-US</NeutralLanguage>
<PackageVersion>1.0.8</PackageVersion>
<Title>Commons</Title>
<LangVersion>9</LangVersion>
<AssemblyVersion>1.0.8</AssemblyVersion>
<FileVersion>1.0.8</FileVersion>
</PropertyGroup>

<ItemGroup>
<None Include="logo.png" Pack="true" PackagePath=""/>
</ItemGroup>

</Project>
Binary file added Commons/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e958133

Please sign in to comment.