Skip to content

Commit 7705219

Browse files
committed
feat: begin development of version 0.0.9-alpha
1 parent d3e5ff3 commit 7705219

4 files changed

Lines changed: 5 additions & 15 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023 René Schwarzer
3+
Copyright (c) 2025 René Schwarzer
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
![WebExpress](https://raw.githubusercontent.com/ReneSchwarzer/WebExpress/main/assets/banner.png)
22

33
# WebExpress
4-
`WebExpress` is a lightweight web server optimized for use in low-performance environments (e.g. Rasperry PI). By providing
5-
a powerful plugin system and a comprehensive API, web applications can be easily and quickly integrated into a .net
6-
language (e.g. C#). Some advantages of `WebExpress` are:
4+
`WebExpress` is a lightweight web server optimized for use in low-performance environments (e.g. Rasperry PI). By providing a powerful plugin system and a comprehensive API, web applications can be easily and quickly integrated into a .net language (e.g. C#). Some advantages of `WebExpress` are:
75

86
- It is easy to use.
97
- It offers a variety of features and tools that can help you build and manage your website.

src/WebExpress.WebIndex/WebExpress.WebIndex.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<PropertyGroup>
44
<OutputType>Library</OutputType>
55
<Title>WebExpress.WebIndex</Title>
6-
<Version>0.0.8.0</Version>
7-
<AssemblyVersion>0.0.8.0</AssemblyVersion>
6+
<Version>0.0.9.0</Version>
7+
<AssemblyVersion>0.0.9.0</AssemblyVersion>
88
<TargetFramework>net9.0</TargetFramework>
99
<RuntimeIdentifiers>any</RuntimeIdentifiers>
1010
<RepositoryUrl>https://github.com/ReneSchwarzer/WebExpress.WebIndex</RepositoryUrl>
@@ -14,7 +14,7 @@
1414
<EnableDynamicLoading>true</EnableDynamicLoading>
1515
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
1616
<Description>Provide a reverse index for the WebExpress web server.</Description>
17-
<PackageVersion>0.0.8-alpha</PackageVersion>
17+
<PackageVersion>0.0.9-alpha</PackageVersion>
1818
<PackageProjectUrl>https://github.com/ReneSchwarzer/WebExpress</PackageProjectUrl>
1919
<PackageIcon>icon.png</PackageIcon>
2020
<PackageReadmeFile>README.md</PackageReadmeFile>

todos.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)