Skip to content

Commit

Permalink
Update Version
Browse files Browse the repository at this point in the history
  • Loading branch information
Yu-Core committed May 30, 2023
1 parent 08f896f commit 6dc84e4
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 23 deletions.
2 changes: 1 addition & 1 deletion YourWeather/YourWeather.Client/YourWeather.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<ServiceWorkerAssetsManifest>service-worker-assets.js</ServiceWorkerAssetsManifest>
<Version>0.9.6</Version>
<Version>1.2.5</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
35 changes: 18 additions & 17 deletions YourWeather/YourWeather.Photino/YourWeather.Photino.csproj
Original file line number Diff line number Diff line change
@@ -1,23 +1,24 @@
<Project Sdk="Microsoft.NET.Sdk.Razor">

<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>1.2.5</Version>
</PropertyGroup>

<ItemGroup>
<None Remove="Resources\favicon.ico" />
</ItemGroup>
<ItemGroup>
<None Remove="Resources\favicon.ico" />
</ItemGroup>

<ItemGroup>
<Content Include="Resources\favicon.ico">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<ExcludeFromSingleFile>true</ExcludeFromSingleFile>
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<Content Include="Resources\favicon.ico">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<ExcludeFromSingleFile>true</ExcludeFromSingleFile>
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
</Content>
</ItemGroup>

<ItemGroup>
<PackageReference Include="AZ.Photino.Blazor.UnOfficial" Version="2.6.0.1" />
Expand All @@ -27,7 +28,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\YourWeather.Rcl\YourWeather.Rcl.csproj" />
<ProjectReference Include="..\YourWeather.Rcl\YourWeather.Rcl.csproj" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion YourWeather/YourWeather.Server/YourWeather.Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net7.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<Version>0.9.6</Version>
<Version>1.2.5</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion YourWeather/YourWeather.Winform/YourWeather.Winform.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
<ApplicationIcon>Resources\favicon.ico</ApplicationIcon>
<Version>0.9.6</Version>
<Version>1.2.5</Version>
<AssemblyName>你的天气</AssemblyName>
<PublishSingleFile>true</PublishSingleFile>
<SelfContained>true</SelfContained>
Expand Down
2 changes: 1 addition & 1 deletion YourWeather/YourWeather.Wpf/YourWeather.Wpf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<RootNamespace>YourWeather.Wpf</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<ApplicationIcon>Resources\favicon.ico</ApplicationIcon>
<Version>0.9.6</Version>
<Version>1.2.5</Version>
<AssemblyName>你的天气</AssemblyName>
<PublishSingleFile>true</PublishSingleFile>
<SelfContained>true</SelfContained>
Expand Down
4 changes: 2 additions & 2 deletions YourWeather/YourWeather/YourWeather.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
<ApplicationIdGuid>51BB1FB4-E5F4-4A9F-AD35-F805AC8F33E6</ApplicationIdGuid>

<!-- Versions -->
<ApplicationDisplayVersion>0.9.6</ApplicationDisplayVersion>
<ApplicationVersion>96</ApplicationVersion>
<ApplicationDisplayVersion>1.2.5</ApplicationDisplayVersion>
<ApplicationVersion>125</ApplicationVersion>

<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">14.2</SupportedOSPlatformVersion>
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'maccatalyst'">14.0</SupportedOSPlatformVersion>
Expand Down

0 comments on commit 6dc84e4

Please sign in to comment.