mirror of
https://github.com/FabInfra/capnproto-dotnetcore_Runtime.git
synced 2025-03-12 14:51:41 +01:00
versioning
This commit is contained in:
parent
b948b84111
commit
766e823aab
@ -19,6 +19,8 @@
|
|||||||
<RepositoryType>Git</RepositoryType>
|
<RepositoryType>Git</RepositoryType>
|
||||||
<PackageTags>capnp "Cap'n Proto" RPC serialization cerealization</PackageTags>
|
<PackageTags>capnp "Cap'n Proto" RPC serialization cerealization</PackageTags>
|
||||||
<Version>1.3-local$([System.DateTime]::UtcNow.ToString(yyMMddHHmm))</Version>
|
<Version>1.3-local$([System.DateTime]::UtcNow.ToString(yyMMddHHmm))</Version>
|
||||||
|
<FileVersion>1.3.0.0</FileVersion>
|
||||||
|
<AssemblyVersion>1.3.0.0</AssemblyVersion>
|
||||||
<Configurations>Debug;Release</Configurations>
|
<Configurations>Debug;Release</Configurations>
|
||||||
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
@ -3,6 +3,9 @@
|
|||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFrameworks>netstandard2.0;netcoreapp2.1</TargetFrameworks>
|
<TargetFrameworks>netstandard2.0;netcoreapp2.1</TargetFrameworks>
|
||||||
<Configurations>Debug;Release</Configurations>
|
<Configurations>Debug;Release</Configurations>
|
||||||
|
<Version>1.3.0.0</Version>
|
||||||
|
<FileVersion>1.3.0.0</FileVersion>
|
||||||
|
<AssemblyVersion>1.3.0.0</AssemblyVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
10
appveyor.yml
10
appveyor.yml
@ -50,19 +50,19 @@ build_script:
|
|||||||
after_build:
|
after_build:
|
||||||
# For once the build has completed
|
# For once the build has completed
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: bin\Release\Capnp.Net.Runtime.$(appveyor_build_version).nupkg
|
- path: bin\Release\Capnp.Net.Runtime.$(semver).nupkg
|
||||||
name: Capnp.Net.Runtime
|
name: Capnp.Net.Runtime
|
||||||
type: NuGetPackage
|
type: NuGetPackage
|
||||||
- path: bin\Release\CapnpC.CSharp.MsBuild.Generation.$(appveyor_build_version).nupkg
|
- path: bin\Release\CapnpC.CSharp.MsBuild.Generation.$(semver).nupkg
|
||||||
name: CapnpC.CSharp.MsBuild.Generation
|
name: CapnpC.CSharp.MsBuild.Generation
|
||||||
type: NuGetPackage
|
type: NuGetPackage
|
||||||
- path: chocolatey\install\capnpc-csharp-win-x86.$(appveyor_build_version).nupkg
|
- path: chocolatey\install\capnpc-csharp-win-x86.$(semver).nupkg
|
||||||
name: capnpc-csharp-win-x86
|
name: capnpc-csharp-win-x86
|
||||||
type: NuGetPackage
|
type: NuGetPackage
|
||||||
- path: chocolatey\install\capnpc-csharp.$(appveyor_build_version)-deprecated.nupkg
|
- path: chocolatey\install\capnpc-csharp.$(semver)-deprecated.nupkg
|
||||||
name: capnpc-csharp-deprecated
|
name: capnpc-csharp-deprecated
|
||||||
type: NuGetPackage
|
type: NuGetPackage
|
||||||
- path: capnpc-csharp\nupkg\capnpc-csharp.$(appveyor_build_version).nupkg
|
- path: capnpc-csharp\nupkg\capnpc-csharp.$(semver).nupkg
|
||||||
name: capnpc-csharp
|
name: capnpc-csharp
|
||||||
type: NuGetPackage
|
type: NuGetPackage
|
||||||
clone_depth: 1
|
clone_depth: 1
|
||||||
|
@ -17,6 +17,8 @@
|
|||||||
<RepositoryType>Git</RepositoryType>
|
<RepositoryType>Git</RepositoryType>
|
||||||
<PackageTags>capnp capnpc RPC serialization cerealization</PackageTags>
|
<PackageTags>capnp capnpc RPC serialization cerealization</PackageTags>
|
||||||
<Version>1.3.0</Version>
|
<Version>1.3.0</Version>
|
||||||
|
<FileVersion>1.3.0.0</FileVersion>
|
||||||
|
<AssemblyVersion>1.3.0.0</AssemblyVersion>
|
||||||
<Configurations>Debug;Release</Configurations>
|
<Configurations>Debug;Release</Configurations>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user