Skip to content

Commit

Permalink
Preparing project for publishing to NuGet.
Browse files Browse the repository at this point in the history
  • Loading branch information
zlatanov committed Feb 11, 2019
1 parent 226f99b commit eaa5257
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
4 changes: 4 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,13 @@

<!--Deterministic Build (tm)-->
<Deterministic>true</Deterministic>
<PathMap>$(MSBuildThisFileDirectory)=Z:\Projects\Json\</PathMap>

<!--Embedded Debug Symbols-->
<DebugType Condition="$(Configuration) == Release">embedded</DebugType>
<DebugSymbols>True</DebugSymbols>

<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)Maverick.Json.snk</AssemblyOriginatorKeyFile>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
</Project>
Binary file added Maverick.Json.snk
Binary file not shown.
16 changes: 12 additions & 4 deletions src/Maverick.Json.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,28 @@
<Description>Provides standards-based support for the serialization of JSON.</Description>
<Version>1.0</Version>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>

<PackageVersion>1.0</PackageVersion>
<PackageProjectUrl>https://github.com/zlatanov/json</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageTags>json</PackageTags>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.Buffers" Version="4.5.0" />
<PackageReference Include="System.Memory" Version="4.5.1" />
<PackageReference Include="System.Memory" Version="4.5.2" />
<PackageReference Include="System.Reflection.Emit.Lightweight" Version="4.3.0" />
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="4.5.1" />
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="4.5.2" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta-63127-02" PrivateAssets="All" />
</ItemGroup>

<ItemGroup>
<None Update="Helpers\ObjectConstructor.Variants.tt">
<Generator>TextTemplatingFileGenerator</Generator>
<LastGenOutput>ObjectConstructor.Variants.cs</LastGenOutput>
</None>
</ItemGroup>
<ItemGroup>

<Compile Update="Helpers\ObjectConstructor.Variants.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
Expand Down

0 comments on commit eaa5257

Please sign in to comment.