Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
TehGM committed Apr 4, 2021
1 parent 78a3aa7 commit f67af7d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions fsriev/fsriev.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,19 @@
<TargetFramework>net5.0</TargetFramework>
<RootNamespace>TehGM.Fsriev</RootNamespace>
<AssemblyName>fsriev</AssemblyName>
<Version>1.0.1</Version>
<Version>1.1.0</Version>
<Authors>TehGM</Authors>
<Description>A simple but highly configurable file watch utility</Description>
<Copyright>Copyright (c) 2021 TehGM</Copyright>
<RepositoryUrl>https://github.com/TehGM/fsriev</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageProjectUrl>https://github.com/TehGM/fsriev</PackageProjectUrl>
<PackageTags>watch, filewatch</PackageTags>
<PackageReleaseNotes>- Fix hot-reload of config file.
- Kill commands loop when exiting.
- Add finish logs when executing commands has finished.
- Count of disabled watchers will be now shown in debug logs.</PackageReleaseNotes>
<PackageReleaseNotes>- Added displaying command output.
- Working directory is now pre-calculated on worker creation.
- Normalize path slashes on config load.
- Fix fallback log not being initialized on some systems.
- Fix some log messages inconsitencies.</PackageReleaseNotes>
<PackageLicenseExpression>MPL-2.0</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
</PropertyGroup>
Expand Down

0 comments on commit f67af7d

Please sign in to comment.