index
:
protobuf
master
Protocol Buffers – Google’s data interchange format
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
csharp
/
src
/
Google.Protobuf
/
Google.Protobuf.csproj
Commit message (
Expand
)
Author
Age
*
Merge branch (#4466)
Paul Yang
2018-04-02
*
Update version number to 3.5.1
Jisi Liu
2017-12-19
*
Update version number to 3.5.0
Jisi Liu
2017-11-02
*
Bump version for minor release
Jisi Liu
2017-09-14
*
Google.Protobuf should target net45
Jan Tattermusch
2017-09-05
*
Bump csharp version
Jisi Liu
2017-08-02
*
Fix repository URL in C# project file
Jon Skeet
2017-07-13
*
Add IncludeSource in csproj as per review comments
Jon Skeet
2017-05-24
*
Convert C# projects to MSBuild (csproj) format
Jon Skeet
2017-05-24
*
Move to dotnet cli for building, and .NET Core (netstandard1.0) as target pla...
Jon Skeet
2016-07-14
*
Add C# codegen changes to enum value names (mostly C++)
Jon Skeet
2016-04-20
*
Use checked-in key to build ReleaseSigned
Jan Tattermusch
2016-02-09
*
Rename Preconditions to ProtoPreconditions
Jon Skeet
2016-02-04
*
Rename GeneratedCodeInfo to GeneratedClrTypeInfo
Jon Skeet
2016-02-04
*
Ensure that FieldMask, Timestamp and Duration ToString() calls don't throw
Jon Skeet
2016-01-20
*
Introduce ICustomDiagnosticMessage to allow for custom string formatting
Jon Skeet
2016-01-13
*
add reference generator dependency
Jan Tattermusch
2015-12-17
*
Added the type registry in advance of implementing Any support.
Jon Skeet
2015-11-21
*
Generated code changes and manual changes for previous commit.
Jon Skeet
2015-11-09
*
Created a new exception for JSON failures.
Jon Skeet
2015-11-05
*
Implement JSON parsing in C#.
Jon Skeet
2015-11-03
*
Pack/Unpack implementation for Any.
Jon Skeet
2015-09-04
*
More TODOs done.
Jon Skeet
2015-08-10
*
Document everything, and turn on errors if we fail to document anything in th...
Jon Skeet
2015-08-04
*
make changes and fixes in signing
Jan Tattermusch
2015-08-02
*
build signed assemblies
Jan Tattermusch
2015-08-02
*
Well-known type operations for Timestamp and Duration (but not JSON formatting).
Jon Skeet
2015-07-31
*
Rename ThrowHelper to Preconditions and make it public - we'll want to use it...
Jon Skeet
2015-07-30
*
remove the freeze API
Jan Tattermusch
2015-07-29
*
First attempt at using profile 259 for Google.Protobuf.
Jon Skeet
2015-07-27
*
Remove the usage of attributes for field/method discovery.
Jon Skeet
2015-07-22
*
Revamp to reflection.
Jon Skeet
2015-07-21
*
First pass at the big rename from ProtocolBuffers to Google.Protobuf.
Jon Skeet
2015-07-17