Skip to content

Commit

Permalink
Final changes for version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
steffen-liersch committed May 13, 2019
1 parent 17a342a commit b8bb34e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased
## [Unreleased]

## [1.0.0] - 2019-05-13
### Added
- CHANGELOG.md introduced
- Conditional directives added to platform-specific files
Expand Down
9 changes: 8 additions & 1 deletion Liersch.Json/Liersch.Json_sdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@
<Product>Liersch.Json</Product>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>Properties\KeyPrivate.snk</AssemblyOriginatorKeyFile>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageLicenseFile>Liersch.Json_License.txt</PackageLicenseFile>
<PackageProjectUrl>https://github.com/steffen-liersch/Liersch.Json</PackageProjectUrl>
<RepositoryUrl>https://github.com/steffen-liersch/Liersch.Json</RepositoryUrl>
<RepositoryType>Git</RepositoryType>
<PackageTags>json iot</PackageTags>
</PropertyGroup>

<ItemGroup>
Expand All @@ -26,7 +33,7 @@
</ItemGroup>

<ItemGroup>
<None Update="Liersch.Json_License.txt">
<None Include="Liersch.Json_License.txt" Pack="true" PackagePath="$(PackageLicenseFile)">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Liersch.Json/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[assembly: AssemblyTitle("Liersch.Json")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCulture("")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyDescription("Liersch.Json provides support for parsing and generating JSON expressions. The library is written in pure C# 3.0 and should work for the most .NET platforms.")]
[assembly: AssemblyTrademark("")]

[assembly: AssemblyVersion("1.0.0.0")]
Expand Down

0 comments on commit b8bb34e

Please sign in to comment.