Skip to content

Commit

Permalink
Release: updated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
yannikHoeflich committed Sep 8, 2023
1 parent 0f7f8ad commit e71f167
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/MatrixWeatherDisplay/MatrixWeatherDisplay.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>1.1.1</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>1.1.0</Version>
<Version>1.1.1</Version>
<Authors>Yannik Höflich</Authors>
<RepositoryType>https://github.com/yannikHoeflich/MatrixWeb</RepositoryType>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
<RepositoryUrl>https://github.com/yannikHoeflich/MatrixWeb</RepositoryUrl>
<Version>1.1.0</Version>
<Version>1.1.1</Version>
<PackageReleaseNotes>Changed Logging</PackageReleaseNotes>
</PropertyGroup>

Expand Down
1 change: 1 addition & 0 deletions src/MatrixWeb/MatrixWeb.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<TargetFramework>net7.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<Version>1.1.1</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit e71f167

Please sign in to comment.