Skip to content

Commit

Permalink
Updated Build.props for new version and new license
Browse files Browse the repository at this point in the history
  • Loading branch information
maxisoft committed Apr 2, 2022
1 parent 8ebf8e8 commit 8ffeb25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@

<PropertyGroup>
<PluginName>ASFFreeGames</PluginName>
<Version>1.1.0.0</Version>
<Version>1.2.0.0</Version>
</PropertyGroup>

<PropertyGroup>
<AnalysisMode>AllEnabledByDefault</AnalysisMode>
<ApplicationIcon />
<Authors>Maxisoft</Authors>
<Company>$(Authors)</Company>
<Copyright>Copyright © 2021-$([System.DateTime]::UtcNow.Year) $(Company)</Copyright>
<Copyright>Copyright © 2022-$([System.DateTime]::UtcNow.Year) $(Company)</Copyright>
<Description>Gather free steam games</Description>
<PackageIcon />
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageLicenseExpression>AGPL</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/$(Company)/$(PluginName)</PackageProjectUrl>
<PackageReleaseNotes>$(PackageProjectUrl)/releases</PackageReleaseNotes>
<RepositoryUrl>$(PackageProjectUrl).git</RepositoryUrl>
Expand Down

0 comments on commit 8ffeb25

Please sign in to comment.