Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Grpc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tci-gateway-module
Grpc
Commits
315fe616
Commit
315fe616
authored
9 years ago
by
Michael Lumish
Browse files
Options
Downloads
Plain Diff
Merge pull request #4162 from jtattermusch/bump_csharp_version
bump C# version to 0.12.0
parents
731c83f9
1db095d4
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/csharp/Grpc.Core/VersionInfo.cs
+1
-1
1 addition, 1 deletion
src/csharp/Grpc.Core/VersionInfo.cs
src/csharp/build_packages.bat
+2
-2
2 additions, 2 deletions
src/csharp/build_packages.bat
with
3 additions
and
3 deletions
src/csharp/Grpc.Core/VersionInfo.cs
+
1
−
1
View file @
315fe616
...
@@ -41,6 +41,6 @@ namespace Grpc.Core
...
@@ -41,6 +41,6 @@ namespace Grpc.Core
/// <summary>
/// <summary>
/// Current version of gRPC C#
/// Current version of gRPC C#
/// </summary>
/// </summary>
public
const
string
CurrentVersion
=
"0.
7.1
"
;
public
const
string
CurrentVersion
=
"0.
12.0
"
;
}
}
}
}
This diff is collapsed.
Click to expand it.
src/csharp/build_packages.bat
+
2
−
2
View file @
315fe616
@rem Builds gRPC NuGet packages
@rem Builds gRPC NuGet packages
@rem Current package versions
@rem Current package versions
set
VERSION
=
0
.
7.1
set
VERSION
=
0
.
12.0
set
CORE_VERSION
=
0
.1
1.1
set
CORE_VERSION
=
0
.1
2.0
set
PROTOBUF_VERSION
=
3
.0.0
-alpha
4
set
PROTOBUF_VERSION
=
3
.0.0
-alpha
4
@rem Packages that depend on prerelease packages (like Google.Protobuf) need to have prerelease suffix as well.
@rem Packages that depend on prerelease packages (like Google.Protobuf) need to have prerelease suffix as well.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment