Skip to content

Commit

Permalink
Merge pull request #12 from space928/metadataForRelease
Browse files Browse the repository at this point in the history
 + Metadata for 1.2.0 release
  • Loading branch information
space928 authored Apr 17, 2022
2 parents 8251c14 + a17d104 commit 5fa864d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
Binary file added Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 12 additions & 1 deletion OmsiHook/OmsiHook.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,23 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<AssemblyVersion>1.0.1.0</AssemblyVersion>
<FileVersion>1.0.1.0</FileVersion>
<Version>1.0.1</Version>
<Version>1.2.0</Version>
<PackageLicenseExpression>GPL-3.0-only</PackageLicenseExpression>
<SignAssembly>False</SignAssembly>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageIcon>Logo.png</PackageIcon>
</PropertyGroup>

<ItemGroup>
<None Include="..\.editorconfig" Link=".editorconfig" />
<None Include="..\Logo.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="..\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>

</Project>

0 comments on commit 5fa864d

Please sign in to comment.