Skip to content

Commit

Permalink
updater version and rolled back serilog
Browse files Browse the repository at this point in the history
  • Loading branch information
ewilliams0305 committed Mar 15, 2024
1 parent fd6b0a7 commit 05a5bfc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions source/WebLogger.Crestron/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.1.8.0")]
[assembly: AssemblyFileVersion("1.1.8.0")]
[assembly: AssemblyVersion("1.1.9.0")]
[assembly: AssemblyFileVersion("1.1.9.0")]
5 changes: 3 additions & 2 deletions source/WebLogger.Crestron/WebLogger.Crestron.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@
<package >
<metadata>
<id>WebLogger.Crestron</id>
<version>1.1.8</version>
<version>1.1.9</version>
<title>$title$</title>
<authors>ewilliams0305</authors>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<license type="expression">MIT</license>
<projectUrl>https://github.com/ewilliams0305/Weblogger</projectUrl>
<repository type="git" url="https://github.com/ewilliams0305/Weblogger" branch="Master"/>
<description>Crestron SDK Implementation of the WebLogger Console</description>
<releaseNotes>#### Version 1.1.8
<releaseNotes>#### Version 1.1.9
- Updated Crestron SDK
- Created HTML Renders
- Moved Source Generator static files to WebLogger project to resolve issues with multiple projects in a single solution
- Serilog sink is now formatting HTML messages.
Expand Down

0 comments on commit 05a5bfc

Please sign in to comment.