Skip to content

Commit

Permalink
Update project versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 5, 2024
1 parent d533760 commit 11a393f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/App/LionkApp/LionkApp.csproj
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version='1.0' encoding='utf-8'?>
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<Version>1.0.1</Version>
<Version>1.0.2</Version>
<Description>

## Change Log
- First release of LionkApp
- Delete documentation to put it in own repo
- Fix loading components/views from base assembly
- Fix crash when dependency is missing
- Deserialize component one by one to avoid data loss
- Fix concurrency exception in cycle view

# Lionk App

Expand Down

0 comments on commit 11a393f

Please sign in to comment.