Skip to content

Commit

Permalink
2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
GooRiOn committed Oct 13, 2019
1 parent c65c2d2 commit 8ab363e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
8 changes: 4 additions & 4 deletions src/Chronicle/Chronicle.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
<PackageProjectUrl>https://github.com/chronicle-stack/Chronicle</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/chronicle-stack/Chronicle/blob/master/LICENSE</PackageLicenseUrl>
<PackageIconUrl>https://avatars1.githubusercontent.com/u/42150754?s=200</PackageIconUrl>
<VersionPrefix>2.0.1</VersionPrefix>
<Version>2.0.1</Version>
<AssemblyVersion>2.0.1.0</AssemblyVersion>
<FileVersion>2.0.1.0</FileVersion>
<VersionPrefix>2.0.2</VersionPrefix>
<Version>2.0.2</Version>
<AssemblyVersion>2.0.2.0</AssemblyVersion>
<FileVersion>2.0.2.0</FileVersion>
<LangVersion>latest</LangVersion>
</PropertyGroup>

Expand Down
7 changes: 4 additions & 3 deletions src/TestApp/TestApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Chronicle_" Version="2.0.1"/>
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Chronicle\Chronicle.csproj" />
</ItemGroup>
<!-- <ItemGroup>-->
<!-- <ProjectReference Include="..\Chronicle\Chronicle.csproj" />-->
<!-- </ItemGroup>-->

</Project>

0 comments on commit 8ab363e

Please sign in to comment.