File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <PackageId />
5+ <PackageVersion >Buttplug.Client</PackageVersion >
56 <RootNamespace >Buttplug.Client</RootNamespace >
67 <AssemblyName >Buttplug.Client</AssemblyName >
78 <TargetFrameworks >net452;netstandard1.4</TargetFrameworks >
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <PackageId />
5+ <PackageVersion >Buttplug.Core</PackageVersion >
56 <RootNamespace >Buttplug.Core</RootNamespace >
67 <AssemblyName >Buttplug.Core</AssemblyName >
78 <TargetFrameworks >net452;netstandard1.4</TargetFrameworks >
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <PackageId />
5+ <PackageVersion >Buttplug.Server</PackageVersion >
56 <RootNamespace >Buttplug.Server</RootNamespace >
67 <AssemblyName >Buttplug.Server</AssemblyName >
78 <TargetFrameworks >net452;netstandard1.4</TargetFrameworks >
Original file line number Diff line number Diff line change @@ -58,6 +58,12 @@ assembly_info:
5858 assembly_version : $(appveyor_build_version)
5959 assembly_file_version : $(appveyor_build_version)
6060 assembly_informational_version : $(appveyor_info_version)
61+
62+ # Patch <PackageVersion> in new .csproj files
63+ dotnet_csproj :
64+ patch : true
65+ file : ' **\*.csproj'
66+ package_version : $(appveyor_build_version)
6167
6268# Automatically register private account and/or project AppVeyor NuGet feeds.
6369nuget :
You can’t perform that action at this time.
0 commit comments