Skip to content

Commit

Permalink
chore(release): 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mu88 committed Nov 19, 2024
1 parent 2a6f631 commit f95c0e5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [versionize](https://github.com/versionize/versionize) for commit guidelines.

<a name="1.2.0"></a>
## [1.2.0](https://www.github.com/mu88/ElectronWebsiteWrapper/releases/tag/v1.2.0) (2024-11-19)

### Features

* set window title of app ([2a6f631](https://www.github.com/mu88/ElectronWebsiteWrapper/commit/2a6f63176587e685774d408a9b5a393a827c04b2))

<a name="1.1.0"></a>
## [1.1.0](https://www.github.com/mu88/ElectronWebsiteWrapper/releases/tag/v1.1.0) (2024-06-13)

Expand Down
4 changes: 2 additions & 2 deletions ElectronWebsiteWrapper.csproj
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Version>1.1.0</Version>
<Version>1.2.0</Version>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AspNetCoreAnalyzers"/>
<PackageReference Include="AspNetCoreAnalyzers" />
<PackageReference Include="ElectronNET.API" />
<PackageReference Include="IDisposableAnalyzers">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit f95c0e5

Please sign in to comment.