mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-06 02:15:17 +00:00
created reöease branch 0.19.0
This commit is contained in:
parent
bccca9301d
commit
0d5b4f9fa1
@ -19,14 +19,14 @@
|
||||
the "Thrift" project.
|
||||
2. nuget setApiKey <your-api-key>
|
||||
3. nuget pack ApacheThrift.nuspec -Symbols -SymbolPackageFormat snupkg
|
||||
4. nuget push ApacheThrift.0.19.0.nupkg -Source https://api.nuget.org/v3/index.json
|
||||
4. nuget push ApacheThrift.0.20.0.nupkg -Source https://api.nuget.org/v3/index.json
|
||||
-->
|
||||
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>ApacheThrift</id>
|
||||
<version>0.19.0</version>
|
||||
<title>Apache Thrift 0.19.0</title>
|
||||
<version>0.20.0</version>
|
||||
<title>Apache Thrift 0.20.0</title>
|
||||
<authors>Apache Thrift Developers</authors>
|
||||
<owners>Apache Software Foundation</owners>
|
||||
<license type="expression">Apache-2.0</license>
|
||||
@ -36,7 +36,7 @@
|
||||
<description>
|
||||
Contains runtime libraries from lib/netstd for netstandard2.0 framework development.
|
||||
</description>
|
||||
<repository type="GitHub" url="https://github.com/apache/thrift" branch="release/0.19.0" />
|
||||
<repository type="GitHub" url="https://github.com/apache/thrift" branch="release/0.20.0" />
|
||||
<tags>Apache Thrift RPC</tags>
|
||||
</metadata>
|
||||
<files>
|
||||
|
@ -28,7 +28,7 @@ endif()
|
||||
|
||||
# PACKAGE_VERSION is used by cpack scripts currently
|
||||
# Both thrift_VERSION and PACKAGE_VERSION should be the same for now
|
||||
set(thrift_VERSION "0.19.0")
|
||||
set(thrift_VERSION "0.20.0")
|
||||
set(PACKAGE_VERSION ${thrift_VERSION})
|
||||
|
||||
project("thrift" VERSION ${PACKAGE_VERSION})
|
||||
|
@ -1,6 +1,6 @@
|
||||
Pod::Spec.new do |s|
|
||||
s.name = 'Thrift'
|
||||
s.version = '0.19.0'
|
||||
s.version = '0.20.0'
|
||||
s.summary = "Apache Thrift is a lightweight, language-independent software stack with an associated code generation mechanism for RPC."
|
||||
s.description = <<-DESC
|
||||
The Apache Thrift scalable cross-language software framework for networked services development combines a software stack with a code generation engine to build services that work efficiently and seamlessly between many programming languages.
|
||||
@ -10,6 +10,6 @@ The Apache Thrift scalable cross-language software framework for networked servi
|
||||
s.author = { 'Apache Thrift Developers' => 'dev@thrift.apache.org' }
|
||||
s.ios.deployment_target = '9.0'
|
||||
s.osx.deployment_target = '10.10'
|
||||
s.source = { :git => 'https://github.com/apache/thrift.git', :tag => 'v0.19.0' }
|
||||
s.source = { :git => 'https://github.com/apache/thrift.git', :tag => 'v0.20.0' }
|
||||
s.source_files = 'lib/swift/Sources/*.swift'
|
||||
end
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
# build Apache Thrift on AppVeyor - https://ci.appveyor.com
|
||||
|
||||
version: '0.19.0.{build}'
|
||||
version: '0.20.0.{build}'
|
||||
|
||||
shallow_clone: true
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "thrift",
|
||||
"version": "0.19.0",
|
||||
"version": "0.20.0",
|
||||
"homepage": "https://github.com/apache/thrift.git",
|
||||
"authors": [
|
||||
"Apache Thrift <dev@thrift.apache.org>"
|
||||
|
@ -24,6 +24,6 @@
|
||||
#pragma once
|
||||
#endif // _MSC_VER
|
||||
|
||||
#define THRIFT_VERSION "0.19.0"
|
||||
#define THRIFT_VERSION "0.20.0"
|
||||
|
||||
#endif // _THRIFT_VERSION_H_
|
||||
|
@ -20,7 +20,7 @@
|
||||
AC_PREREQ(2.65)
|
||||
AC_CONFIG_MACRO_DIR([./aclocal])
|
||||
|
||||
AC_INIT([thrift], [0.19.0])
|
||||
AC_INIT([thrift], [0.20.0])
|
||||
|
||||
AC_CONFIG_AUX_DIR([.])
|
||||
|
||||
|
@ -34,5 +34,5 @@ using System.Runtime.InteropServices;
|
||||
|
||||
[assembly: Guid("0af10984-40d3-453d-b1e5-421529e8c7e2")]
|
||||
|
||||
[assembly: AssemblyVersion("0.19.0.0")]
|
||||
[assembly: AssemblyFileVersion("0.19.0.0")]
|
||||
[assembly: AssemblyVersion("0.20.0.0")]
|
||||
[assembly: AssemblyFileVersion("0.20.0.0")]
|
||||
|
@ -29,7 +29,7 @@
|
||||
<artifactId>thrift-maven-plugin</artifactId>
|
||||
<packaging>maven-plugin</packaging>
|
||||
<name>thrift-maven-plugin</name>
|
||||
<version>0.19.0</version>
|
||||
<version>0.20.0</version>
|
||||
|
||||
<properties>
|
||||
<maven.compiler.source>1.8</maven.compiler.source>
|
||||
|
@ -28,7 +28,7 @@ Name: thrift
|
||||
License: Apache License v2.0
|
||||
Group: Development
|
||||
Summary: RPC and serialization framework
|
||||
Version: 0.19.0
|
||||
Version: 0.20.0
|
||||
Release: 0
|
||||
URL: http://thrift.apache.org
|
||||
Packager: Thrift Developers <dev@thrift.apache.org>
|
||||
|
@ -36,7 +36,7 @@ using System.Runtime.CompilerServices;
|
||||
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
|
||||
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
|
||||
|
||||
[assembly: AssemblyVersion("0.19.0.0")]
|
||||
[assembly: AssemblyVersion("0.20.0.0")]
|
||||
|
||||
// The following attributes are used to specify the signing key for the assembly,
|
||||
// if desired. See the Mono documentation for more information about signing.
|
||||
|
@ -1,6 +1,6 @@
|
||||
## Thrift interface description language
|
||||
|
||||
For Thrift version 0.19.0.
|
||||
For Thrift version 0.20.0.
|
||||
|
||||
The Thrift interface definition language (IDL) allows for the definition of [Thrift Types](/docs/types). A Thrift IDL file is processed by the Thrift code generator to produce code for the various target languages to support the defined structs and services in the IDL file.
|
||||
|
||||
|
@ -50,7 +50,7 @@ class TCompoundOperationException : TException {
|
||||
/// The Thrift version string, used for informative purposes.
|
||||
// Note: This is currently hardcoded, but will likely be filled in by the build
|
||||
// system in future versions.
|
||||
enum VERSION = "0.19.0";
|
||||
enum VERSION = "0.20.0";
|
||||
|
||||
/**
|
||||
* Functions used for logging inside Thrift.
|
||||
|
@ -16,7 +16,7 @@
|
||||
# under the License.
|
||||
|
||||
name: thrift
|
||||
version: 0.19.0
|
||||
version: 0.20.0
|
||||
description: >
|
||||
A Dart library for Apache Thrift
|
||||
author: Apache Thrift Developers <dev@thrift.apache.org>
|
||||
|
@ -28,7 +28,7 @@ uses
|
||||
Thrift.Protocol;
|
||||
|
||||
const
|
||||
Version = '0.19.0';
|
||||
Version = '0.20.0';
|
||||
|
||||
type
|
||||
TException = Thrift.Exception.TException; // compatibility alias
|
||||
|
@ -22,7 +22,7 @@
|
||||
{description, "Thrift bindings"},
|
||||
|
||||
% The version of the applicaton
|
||||
{vsn, "0.19.0"},
|
||||
{vsn, "0.20.0"},
|
||||
|
||||
% All modules used by the application.
|
||||
{modules, [
|
||||
|
@ -10,7 +10,7 @@
|
||||
"framework"
|
||||
],
|
||||
"description": "Haxe bindings for the Apache Thrift RPC and serialization framework",
|
||||
"version": "0.19.0",
|
||||
"version": "0.20.0",
|
||||
"releasenote": "Licensed under Apache License, Version 2.0. The Apache Thrift compiler needs to be installed separately.",
|
||||
"contributors": ["ApacheThrift"],
|
||||
"dependencies": {
|
||||
|
@ -1,7 +1,7 @@
|
||||
# This file is shared currently between this Gradle build and the
|
||||
# Ant builds for fd303 and JavaScript. Keep the dotted notation for
|
||||
# the properties to minimize the changes in the dependencies.
|
||||
thrift.version=0.19.0
|
||||
thrift.version=0.20.0
|
||||
thrift.groupid=org.apache.thrift
|
||||
release=false
|
||||
|
||||
|
2
lib/js/package-lock.json
generated
2
lib/js/package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "thrift",
|
||||
"version": "0.19.0",
|
||||
"version": "0.20.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "thrift",
|
||||
"version": "0.19.0",
|
||||
"version": "0.20.0",
|
||||
"description": "Thrift is a software framework for scalable cross-language services development.",
|
||||
"main": "./src/thrift",
|
||||
"author": {
|
||||
|
@ -46,7 +46,7 @@ var Thrift = {
|
||||
* @const {string} Version
|
||||
* @memberof Thrift
|
||||
*/
|
||||
Version: '0.19.0',
|
||||
Version: '0.20.0',
|
||||
|
||||
/**
|
||||
* Thrift IDL type string to Id mapping.
|
||||
|
@ -48,7 +48,7 @@ function ttable_size(t)
|
||||
return count
|
||||
end
|
||||
|
||||
version = '0.19.0'
|
||||
version = '0.20.0'
|
||||
|
||||
TType = {
|
||||
STOP = 0,
|
||||
|
@ -22,7 +22,7 @@
|
||||
<TargetFramework>net7.0</TargetFramework>
|
||||
<AssemblyName>Thrift.IntegrationTests</AssemblyName>
|
||||
<PackageId>Thrift.IntegrationTests</PackageId>
|
||||
<Version>0.19.0.0</Version>
|
||||
<Version>0.20.0.0</Version>
|
||||
<OutputType>Exe</OutputType>
|
||||
<GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute>
|
||||
<GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute>
|
||||
|
@ -19,7 +19,7 @@
|
||||
-->
|
||||
|
||||
<PropertyGroup>
|
||||
<ThriftVersion>0.19.0</ThriftVersion>
|
||||
<ThriftVersion>0.20.0</ThriftVersion>
|
||||
<ThriftVersionOutput>Thrift version $(ThriftVersion)</ThriftVersionOutput>
|
||||
<TargetFramework>net7.0</TargetFramework>
|
||||
<Version>$(ThriftVersion).0</Version>
|
||||
|
@ -20,7 +20,7 @@
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net7.0</TargetFramework>
|
||||
<Version>0.19.0.0</Version>
|
||||
<Version>0.20.0.0</Version>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
|
@ -52,5 +52,5 @@ using System.Runtime.InteropServices;
|
||||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
|
||||
[assembly: AssemblyVersion("0.19.0.0")]
|
||||
[assembly: AssemblyFileVersion("0.19.0.0")]
|
||||
[assembly: AssemblyVersion("0.20.0.0")]
|
||||
[assembly: AssemblyFileVersion("0.20.0.0")]
|
||||
|
@ -40,8 +40,8 @@
|
||||
<SignAssembly>true</SignAssembly>
|
||||
<AssemblyOriginatorKeyFile>thrift.snk</AssemblyOriginatorKeyFile>
|
||||
<DelaySign>false</DelaySign>
|
||||
<Title>Apache Thrift 0.19.0</Title>
|
||||
<Version>0.19.0.0</Version>
|
||||
<Title>Apache Thrift 0.20.0</Title>
|
||||
<Version>0.20.0.0</Version>
|
||||
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
|
||||
<PackageProjectUrl>http://thrift.apache.org/</PackageProjectUrl>
|
||||
<Authors>Apache Thrift Developers</Authors>
|
||||
@ -50,7 +50,7 @@
|
||||
<PackageDescription>C# .NET Core bindings for the Apache Thrift RPC system</PackageDescription>
|
||||
<PackageReleaseNotes></PackageReleaseNotes>
|
||||
<PackageTags>Apache Thrift RPC</PackageTags>
|
||||
<PackageReleaseNotes>https://github.com/apache/thrift/blob/0.19.0/CHANGES.md</PackageReleaseNotes>
|
||||
<PackageReleaseNotes>https://github.com/apache/thrift/blob/0.20.0/CHANGES.md</PackageReleaseNotes>
|
||||
<PackageReadmeFile>README.md</PackageReadmeFile>
|
||||
<Copyright>Copyright 2023 The Apache Software Foundation</Copyright>
|
||||
</PropertyGroup>
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: libthrift-ocaml
|
||||
Version: 0.19.0
|
||||
Version: 0.20.0
|
||||
OASISFormat: 0.3
|
||||
Synopsis: OCaml bindings for the Apache Thrift RPC system
|
||||
Authors: Apache Thrift Developers <dev@thrift.apache.org>
|
||||
|
@ -31,6 +31,6 @@ use warnings;
|
||||
#
|
||||
|
||||
package Thrift;
|
||||
use version 0.77; our $VERSION = version->declare("v0.19.0");
|
||||
use version 0.77; our $VERSION = version->declare("v0.20.0");
|
||||
|
||||
1;
|
||||
|
@ -105,7 +105,7 @@ def run_setup(with_binary):
|
||||
twisted_deps = ['twisted']
|
||||
|
||||
setup(name='thrift',
|
||||
version='0.19.0',
|
||||
version='0.20.0',
|
||||
description='Python bindings for the Apache Thrift RPC system',
|
||||
long_description=read_file("README.md"),
|
||||
long_description_content_type="text/markdown",
|
||||
|
@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
|
||||
|
||||
Gem::Specification.new do |s|
|
||||
s.name = 'thrift'
|
||||
s.version = '0.19.0'
|
||||
s.version = '0.20.0'
|
||||
s.authors = ['Apache Thrift Developers']
|
||||
s.email = ['dev@thrift.apache.org']
|
||||
s.homepage = 'http://thrift.apache.org'
|
||||
|
@ -2,7 +2,7 @@
|
||||
name = "thrift"
|
||||
description = "Rust bindings for the Apache Thrift RPC system"
|
||||
edition = "2021"
|
||||
version = "0.19.0"
|
||||
version = "0.20.0"
|
||||
license = "Apache-2.0"
|
||||
authors = ["Apache Thrift Developers <dev@thrift.apache.org>"]
|
||||
homepage = "http://thrift.apache.org"
|
||||
|
@ -17,7 +17,7 @@
|
||||
specific language governing permissions and limitations
|
||||
under the License.
|
||||
-->
|
||||
<!-- Apache Thrift Smalltalk library version 0.19.0 -->
|
||||
<!-- Apache Thrift Smalltalk library version 0.20.0 -->
|
||||
<package>
|
||||
<name>libthrift-st</name>
|
||||
<file>thrift.st</file>
|
||||
|
@ -1,3 +1,3 @@
|
||||
class Thrift {
|
||||
let version = "0.19.0"
|
||||
let version = "0.20.0"
|
||||
}
|
||||
|
@ -3,7 +3,7 @@ import XCTest
|
||||
|
||||
class ThriftTests: XCTestCase {
|
||||
func testVersion() {
|
||||
XCTAssertEqual(Thrift().version, "0.19.0")
|
||||
XCTAssertEqual(Thrift().version, "0.20.0")
|
||||
}
|
||||
|
||||
static var allTests : [(String, (ThriftTests) -> () throws -> Void)] {
|
||||
|
2
lib/ts/package-lock.json
generated
2
lib/ts/package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "thrift",
|
||||
"version": "0.19.0",
|
||||
"version": "0.20.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "thrift",
|
||||
"version": "0.19.0",
|
||||
"version": "0.20.0",
|
||||
"description": "Thrift is a software framework for scalable cross-language services development.",
|
||||
"author": {
|
||||
"name": "Apache Thrift Developers",
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "thrift",
|
||||
"version": "0.19.0",
|
||||
"version": "0.20.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
|
@ -6,7 +6,7 @@
|
||||
"type": "git",
|
||||
"url": "https://github.com/apache/thrift.git"
|
||||
},
|
||||
"version": "0.19.0",
|
||||
"version": "0.20.0",
|
||||
"author": {
|
||||
"name": "Apache Thrift Developers",
|
||||
"email": "dev@thrift.apache.org",
|
||||
|
@ -16,7 +16,7 @@ development, combines a software stack with a code generation engine to build
|
||||
services that work efficiently and seamlessly between all major languages.
|
||||
|
||||
# Apache Thrift Version
|
||||
sonar.projectVersion=0.19.0
|
||||
sonar.projectVersion=0.20.0
|
||||
# use this to set another version string
|
||||
# $ sonar-runner -D sonar.projectVersion=`git rev-parse HEAD`
|
||||
# set projectDate in combination with projectVersion for imports of old releases
|
||||
@ -54,7 +54,7 @@ module1.sonar.projectName=Apache Thrift - Java Library
|
||||
module1.sonar.projectBaseDir=lib/java
|
||||
module1.sonar.sources=src
|
||||
module1.sonar.tests=test
|
||||
module1.sonar.binaries=build/libs/libthrift-0.19.0.jar
|
||||
module1.sonar.binaries=build/libs/libthrift-0.20.0.jar
|
||||
module1.sonar.libraries=build/deps/*.jar
|
||||
module1.sonar.language=java
|
||||
|
||||
@ -62,7 +62,7 @@ module2.sonar.projectName=Apache Thrift - Java Tutorial
|
||||
module2.sonar.projectBaseDir=.
|
||||
module2.sonar.sources=tutorial/java/src, tutorial/java/gen-java
|
||||
module2.sonar.binaries=tutorial/java/tutorial.jar
|
||||
module2.sonar.libraries=lib/java/build/deps/*.jar,lib/java/build/libs/libthrift-0.19.0.jar
|
||||
module2.sonar.libraries=lib/java/build/deps/*.jar,lib/java/build/libs/libthrift-0.20.0.jar
|
||||
module2.sonar.language=java
|
||||
|
||||
module3.sonar.projectName=Apache Thrift - JavaScript Library
|
||||
|
@ -16,7 +16,7 @@
|
||||
# under the License.
|
||||
|
||||
name: thrift_test_client
|
||||
version: 0.19.0
|
||||
version: 0.20.0
|
||||
description: A client integration test for the Dart Thrift library
|
||||
author: Apache Thrift Developers <dev@thrift.apache.org>
|
||||
homepage: http://thrift.apache.org
|
||||
|
@ -22,7 +22,7 @@
|
||||
{description, "Thrift cross language test"},
|
||||
|
||||
% The version of the applicaton
|
||||
{vsn, "0.19.0"},
|
||||
{vsn, "0.20.0"},
|
||||
|
||||
% All modules used by the application.
|
||||
{modules, [
|
||||
|
@ -24,7 +24,7 @@
|
||||
<AssemblyName>Client</AssemblyName>
|
||||
<PackageId>Client</PackageId>
|
||||
<OutputType>Exe</OutputType>
|
||||
<Version>0.19.0.0</Version>
|
||||
<Version>0.20.0.0</Version>
|
||||
<GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute>
|
||||
<GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute>
|
||||
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
|
||||
|
@ -24,7 +24,7 @@
|
||||
<AssemblyName>Server</AssemblyName>
|
||||
<PackageId>Server</PackageId>
|
||||
<OutputType>Exe</OutputType>
|
||||
<Version>0.19.0.0</Version>
|
||||
<Version>0.20.0.0</Version>
|
||||
<GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute>
|
||||
<GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute>
|
||||
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
|
||||
|
@ -16,7 +16,7 @@
|
||||
# under the License.
|
||||
|
||||
name: tutorial_client
|
||||
version: 0.19.0
|
||||
version: 0.20.0
|
||||
description: A Dart client implementation of the Apache Thrift tutorial
|
||||
author: Apache Thrift Developers <dev@thrift.apache.org>
|
||||
homepage: http://thrift.apache.org
|
||||
|
@ -16,7 +16,7 @@
|
||||
# under the License.
|
||||
|
||||
name: tutorial_console_client
|
||||
version: 0.19.0
|
||||
version: 0.20.0
|
||||
description: >
|
||||
A Dart console client to implementation of the Apache Thrift tutorial
|
||||
author: Apache Thrift Developers <dev@thrift.apache.org>
|
||||
|
@ -16,7 +16,7 @@
|
||||
# under the License.
|
||||
|
||||
name: tutorial_server
|
||||
version: 0.19.0
|
||||
version: 0.20.0
|
||||
description: A Dart server to support the Apache Thrift tutorial
|
||||
author: Apache Thrift Developers <dev@thrift.apache.org>
|
||||
homepage: http://thrift.apache.org
|
||||
|
@ -124,13 +124,13 @@ popd]]></PreBuildEvent>
|
||||
<VersionInfoKeys>
|
||||
<VersionInfoKeys Name="CompanyName"/>
|
||||
<VersionInfoKeys Name="FileDescription">Thrift Tutorial</VersionInfoKeys>
|
||||
<VersionInfoKeys Name="FileVersion">0.19.0.0</VersionInfoKeys>
|
||||
<VersionInfoKeys Name="FileVersion">0.20.0.0</VersionInfoKeys>
|
||||
<VersionInfoKeys Name="InternalName">DelphiClient</VersionInfoKeys>
|
||||
<VersionInfoKeys Name="LegalCopyright">Copyright © 2012 The Apache Software Foundation</VersionInfoKeys>
|
||||
<VersionInfoKeys Name="LegalTrademarks"/>
|
||||
<VersionInfoKeys Name="OriginalFilename">DelphiClient.exe</VersionInfoKeys>
|
||||
<VersionInfoKeys Name="ProductName">Thrift</VersionInfoKeys>
|
||||
<VersionInfoKeys Name="ProductVersion">0.19.0.0</VersionInfoKeys>
|
||||
<VersionInfoKeys Name="ProductVersion">0.20.0.0</VersionInfoKeys>
|
||||
<VersionInfoKeys Name="Comments"/>
|
||||
</VersionInfoKeys>
|
||||
<Source>
|
||||
|
@ -121,13 +121,13 @@ popd]]></PreBuildEvent>
|
||||
<VersionInfoKeys>
|
||||
<VersionInfoKeys Name="CompanyName"/>
|
||||
<VersionInfoKeys Name="FileDescription">Thrift Tutorial</VersionInfoKeys>
|
||||
<VersionInfoKeys Name="FileVersion">0.19.0.0</VersionInfoKeys>
|
||||
<VersionInfoKeys Name="FileVersion">0.20.0.0</VersionInfoKeys>
|
||||
<VersionInfoKeys Name="InternalName">DelphiServer</VersionInfoKeys>
|
||||
<VersionInfoKeys Name="LegalCopyright">Copyright © 2012 The Apache Software Foundation</VersionInfoKeys>
|
||||
<VersionInfoKeys Name="LegalTrademarks"/>
|
||||
<VersionInfoKeys Name="OriginalFilename">DelphiServer.exe</VersionInfoKeys>
|
||||
<VersionInfoKeys Name="ProductName">Thrift</VersionInfoKeys>
|
||||
<VersionInfoKeys Name="ProductVersion">0.19.0.0</VersionInfoKeys>
|
||||
<VersionInfoKeys Name="ProductVersion">0.20.0.0</VersionInfoKeys>
|
||||
<VersionInfoKeys Name="Comments"/>
|
||||
</VersionInfoKeys>
|
||||
<Source>
|
||||
|
@ -24,7 +24,7 @@
|
||||
<AssemblyName>Client</AssemblyName>
|
||||
<PackageId>Client</PackageId>
|
||||
<OutputType>Exe</OutputType>
|
||||
<Version>0.19.0.0</Version>
|
||||
<Version>0.20.0.0</Version>
|
||||
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
|
||||
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
|
||||
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
|
||||
|
@ -22,7 +22,7 @@
|
||||
<TargetFramework>net7.0</TargetFramework>
|
||||
<AssemblyName>Interfaces</AssemblyName>
|
||||
<PackageId>Interfaces</PackageId>
|
||||
<Version>0.19.0.0</Version>
|
||||
<Version>0.20.0.0</Version>
|
||||
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
|
||||
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
|
||||
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
|
||||
|
@ -24,7 +24,7 @@
|
||||
<AssemblyName>Server</AssemblyName>
|
||||
<PackageId>Server</PackageId>
|
||||
<OutputType>Exe</OutputType>
|
||||
<Version>0.19.0.0</Version>
|
||||
<Version>0.20.0.0</Version>
|
||||
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
|
||||
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
|
||||
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: tutorial
|
||||
Version: 0.19.0
|
||||
Version: 0.20.0
|
||||
OASISFormat: 0.3
|
||||
Synopsis: OCaml Tutorial example
|
||||
Authors: Apache Thrift Developers <dev@thrift.apache.org>
|
||||
|
Loading…
Reference in New Issue
Block a user