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:
|
configuration:
|
||||||
- Release
|
- Release
|
||||||
|
|
||||||
assembly_info:
|
dotnet_csproj:
|
||||||
patch: true
|
patch: true
|
||||||
file: '**\AssemblyInfo.*'
|
file: '**\*.csproj'
|
||||||
|
version: '{version}'
|
||||||
assembly_version: '{version}'
|
assembly_version: '{version}'
|
||||||
assembly_file_version: '{version}'
|
file_version: '{version}'
|
||||||
assembly_informational_version: '{version}'
|
informational_version: '{version}'
|
||||||
|
|
||||||
build:
|
build:
|
||||||
project: SAM.sln
|
project: SAM.sln
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
<Authors>Gibbed</Authors>
|
<Authors>Gibbed</Authors>
|
||||||
<Description></Description>
|
<Description></Description>
|
||||||
<Copyright>Copyright © Gibbed 2019</Copyright>
|
<Copyright>Copyright © Gibbed 2019</Copyright>
|
||||||
|
<AssemblyVersion>7.0.0.0</AssemblyVersion>
|
||||||
|
<FileVersion>7.0.0.0</FileVersion>
|
||||||
<RepositoryUrl>https://github.com/gibbed/SteamAchievementManager/</RepositoryUrl>
|
<RepositoryUrl>https://github.com/gibbed/SteamAchievementManager/</RepositoryUrl>
|
||||||
<RepositoryType>Git</RepositoryType>
|
<RepositoryType>Git</RepositoryType>
|
||||||
<ApplicationIcon>Pink.ico</ApplicationIcon>
|
<ApplicationIcon>Pink.ico</ApplicationIcon>
|
||||||
|
|||||||
@@ -7,6 +7,8 @@
|
|||||||
<Authors>Gibbed</Authors>
|
<Authors>Gibbed</Authors>
|
||||||
<Description>A manager for game achievements in Steam.</Description>
|
<Description>A manager for game achievements in Steam.</Description>
|
||||||
<Copyright>Copyright © Gibbed 2019</Copyright>
|
<Copyright>Copyright © Gibbed 2019</Copyright>
|
||||||
|
<AssemblyVersion>7.0.0.0</AssemblyVersion>
|
||||||
|
<FileVersion>7.0.0.0</FileVersion>
|
||||||
<RepositoryUrl>https://github.com/gibbed/SteamAchievementManager/</RepositoryUrl>
|
<RepositoryUrl>https://github.com/gibbed/SteamAchievementManager/</RepositoryUrl>
|
||||||
<RepositoryType>Git</RepositoryType>
|
<RepositoryType>Git</RepositoryType>
|
||||||
<ApplicationIcon>Blank.ico</ApplicationIcon>
|
<ApplicationIcon>Blank.ico</ApplicationIcon>
|
||||||
|
|||||||
@@ -7,6 +7,8 @@
|
|||||||
<Authors>Gibbed</Authors>
|
<Authors>Gibbed</Authors>
|
||||||
<Description>A game picker for the Steam Achievement Manager.</Description>
|
<Description>A game picker for the Steam Achievement Manager.</Description>
|
||||||
<Copyright>Copyright © Gibbed 2019</Copyright>
|
<Copyright>Copyright © Gibbed 2019</Copyright>
|
||||||
|
<AssemblyVersion>7.0.0.0</AssemblyVersion>
|
||||||
|
<FileVersion>7.0.0.0</FileVersion>
|
||||||
<RepositoryUrl>https://github.com/gibbed/SteamAchievementManager/</RepositoryUrl>
|
<RepositoryUrl>https://github.com/gibbed/SteamAchievementManager/</RepositoryUrl>
|
||||||
<RepositoryType>it</RepositoryType>
|
<RepositoryType>it</RepositoryType>
|
||||||
<ApplicationIcon>SAM.ico</ApplicationIcon>
|
<ApplicationIcon>SAM.ico</ApplicationIcon>
|
||||||
|
|||||||
Reference in New Issue
Block a user