Skip to content

Commit

Permalink
更新到v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
YJammak committed Mar 24, 2021
1 parent 7fb979c commit 19d02b1
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
7 changes: 7 additions & 0 deletions src/SharpSxwnl/SharpSxwnl.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Copyright>Copyright © 2021 Y.J.K. All rights reserved.</Copyright>
<AssemblyVersion>0.2.1.0</AssemblyVersion>
<FileVersion>0.2.1.0</FileVersion>
<Version>0.2.1.0</Version>
<Authors>Y.J.K</Authors>
<Product>天气日历</Product>
<PackageProjectUrl>https://github.com/yjk282/Weather</PackageProjectUrl>
</PropertyGroup>

<ItemGroup>
Expand Down
9 changes: 8 additions & 1 deletion src/Weather/Weather.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Copyright>Copyright © 2021 Y.J.K. All rights reserved.</Copyright>
<AssemblyVersion>0.2.1.0</AssemblyVersion>
<FileVersion>0.2.1.0</FileVersion>
<Version>0.2.1.0</Version>
<Authors>Y.J.K</Authors>
<Product>天气日历</Product>
<PackageProjectUrl>https://github.com/yjk282/Weather</PackageProjectUrl>
</PropertyGroup>

<ItemGroup>
Expand All @@ -24,5 +31,5 @@
<LastGenOutput>Resource.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>

</Project>
6 changes: 3 additions & 3 deletions src/WeatherCalendar/WeatherCalendar.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<UseWPF>true</UseWPF>
<ApplicationIcon>Icon.ico</ApplicationIcon>
<Copyright>Copyright © 2021 Y.J.K. All rights reserved.</Copyright>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<FileVersion>1.0.0.0</FileVersion>
<Version>1.0.0.0</Version>
<AssemblyVersion>0.2.1.0</AssemblyVersion>
<FileVersion>0.2.1.0</FileVersion>
<Version>0.2.1.0</Version>
<Authors>Y.J.K</Authors>
<Product>天气日历</Product>
<PackageProjectUrl>https://github.com/yjk282/Weather</PackageProjectUrl>
Expand Down

0 comments on commit 19d02b1

Please # to comment.