Skip to content

Commit

Permalink
Version to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ttu committed Jun 16, 2019
1 parent 348363a commit 654a2fe
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

### [Unreleased]

### [0.10.0] - 2019-06-16
* ADDED: Token endpoint to support username/password in JSON content
* ADDED: Define stored data id-field name
* CHANGED: Rename Common property from appsettings.json to DataStore
Expand Down
11 changes: 9 additions & 2 deletions FakeServer/FakeServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,18 @@
<Authors>Tomi Tuhkanen</Authors>
<Company />
<Description>Fake JSON Server</Description>
<Version>0.9.1</Version>
<Version>0.10.0</Version>
<PackageProjectUrl>https://github.com/ttu/dotnet-fake-json-server</PackageProjectUrl>
<RepositoryUrl>https://github.com/ttu/dotnet-fake-json-server</RepositoryUrl>
<PackageLicenseUrl>https://raw.githubusercontent.com/ttu/dotnet-fake-json-server/master/LICENSE</PackageLicenseUrl>
<PackageLicenseUrl></PackageLicenseUrl>
<PackageTags>fake json server rest api</PackageTags>
</PropertyGroup>

<PropertyGroup>
<DocumentationFile>FakeServer.xml</DocumentationFile>
<NoWarn>1591;1701;1702;1705</NoWarn>
<AssemblyName>FakeServer</AssemblyName>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
</PropertyGroup>

<!--
Expand Down Expand Up @@ -70,5 +71,11 @@
<ItemGroup>
<Content Include="FakeServer.xml" CopyToPublishDirectory="Always" />
</ItemGroup>
<ItemGroup>
<None Include="..\LICENSE">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>

</Project>

0 comments on commit 654a2fe

Please sign in to comment.