diff options
author | Jose <jose@zeroc.com> | 2020-03-27 13:14:36 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2020-03-27 13:14:36 +0100 |
commit | ddbcbf8efe1fc568a030b392a51f784f215d1182 (patch) | |
tree | 2ae656feb5f6956d19a524dc3f19c5f00ab63fc0 /csharp/src/IceSSL/AssemblyInfo.cs | |
parent | Fixed Nuget package version caching (diff) | |
download | ice-ddbcbf8efe1fc568a030b392a51f784f215d1182.tar.bz2 ice-ddbcbf8efe1fc568a030b392a51f784f215d1182.tar.xz ice-ddbcbf8efe1fc568a030b392a51f784f215d1182.zip |
Update C# version to 3.7.3.2
Diffstat (limited to 'csharp/src/IceSSL/AssemblyInfo.cs')
-rw-r--r-- | csharp/src/IceSSL/AssemblyInfo.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/src/IceSSL/AssemblyInfo.cs b/csharp/src/IceSSL/AssemblyInfo.cs index 5d32060e0db..5dd48084a71 100644 --- a/csharp/src/IceSSL/AssemblyInfo.cs +++ b/csharp/src/IceSSL/AssemblyInfo.cs @@ -16,6 +16,6 @@ using System.Runtime.InteropServices; [assembly: AssemblyProduct("Ice")] [assembly: AssemblyCopyright("© ZeroC, Inc.")] [assembly: AssemblyCulture("")] -[assembly: AssemblyVersion("3.7.3.1")] +[assembly: AssemblyVersion("3.7.3.2")] [assembly: ComVisible(false)] |