Skip to content

Commit

Permalink
Customised project description
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeantSerk committed Sep 19, 2019
1 parent a35adb7 commit b30b7f0
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion MCQuery/MCQuery.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>MCQuery.pfx</AssemblyOriginatorKeyFile>
<DelaySign>true</DelaySign>
<Version>0.1</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<AssemblyVersion>0.0.1.0</AssemblyVersion>
<FileVersion>0.0.1.0</FileVersion>
<Company>Crystalize</Company>
<Authors>SergeantSerk</Authors>
</PropertyGroup>

</Project>

0 comments on commit b30b7f0

Please sign in to comment.