mirror of
https://github.com/JDM170/SteamAchievementManager
synced 2025-12-10 05:37:18 +07:00
Fix AppVeyor version patching.
This commit is contained in:
@@ -27,12 +27,13 @@ install:
|
||||
configuration:
|
||||
- Release
|
||||
|
||||
assembly_info:
|
||||
dotnet_csproj:
|
||||
patch: true
|
||||
file: '**\AssemblyInfo.*'
|
||||
file: '**\*.csproj'
|
||||
version: '{version}'
|
||||
assembly_version: '{version}'
|
||||
assembly_file_version: '{version}'
|
||||
assembly_informational_version: '{version}'
|
||||
file_version: '{version}'
|
||||
informational_version: '{version}'
|
||||
|
||||
build:
|
||||
project: SAM.sln
|
||||
|
||||
@@ -5,6 +5,8 @@
|
||||
<Authors>Gibbed</Authors>
|
||||
<Description></Description>
|
||||
<Copyright>Copyright © Gibbed 2019</Copyright>
|
||||
<AssemblyVersion>7.0.0.0</AssemblyVersion>
|
||||
<FileVersion>7.0.0.0</FileVersion>
|
||||
<RepositoryUrl>https://github.com/gibbed/SteamAchievementManager/</RepositoryUrl>
|
||||
<RepositoryType>Git</RepositoryType>
|
||||
<ApplicationIcon>Pink.ico</ApplicationIcon>
|
||||
|
||||
@@ -7,6 +7,8 @@
|
||||
<Authors>Gibbed</Authors>
|
||||
<Description>A manager for game achievements in Steam.</Description>
|
||||
<Copyright>Copyright © Gibbed 2019</Copyright>
|
||||
<AssemblyVersion>7.0.0.0</AssemblyVersion>
|
||||
<FileVersion>7.0.0.0</FileVersion>
|
||||
<RepositoryUrl>https://github.com/gibbed/SteamAchievementManager/</RepositoryUrl>
|
||||
<RepositoryType>Git</RepositoryType>
|
||||
<ApplicationIcon>Blank.ico</ApplicationIcon>
|
||||
|
||||
@@ -7,6 +7,8 @@
|
||||
<Authors>Gibbed</Authors>
|
||||
<Description>A game picker for the Steam Achievement Manager.</Description>
|
||||
<Copyright>Copyright © Gibbed 2019</Copyright>
|
||||
<AssemblyVersion>7.0.0.0</AssemblyVersion>
|
||||
<FileVersion>7.0.0.0</FileVersion>
|
||||
<RepositoryUrl>https://github.com/gibbed/SteamAchievementManager/</RepositoryUrl>
|
||||
<RepositoryType>it</RepositoryType>
|
||||
<ApplicationIcon>SAM.ico</ApplicationIcon>
|
||||
|
||||
Reference in New Issue
Block a user