浏览代码

Bumping .NET assembly version number before 5.8.3 release as there were changes

Source commit: 7349e3f10b4a1186875e4f64c77983bb2fd4e5e1
Martin Prikryl 9 年之前
父节点
当前提交
dcc6862ee8
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      dotnet/properties/AssemblyInfo.cs

+ 2 - 2
dotnet/properties/AssemblyInfo.cs

@@ -19,8 +19,8 @@ using System.Runtime.InteropServices;
 // The following GUID is for the ID of the typelib if this project is exposed to COM
 [assembly: Guid("a0b93468-d98a-4845-a234-8076229ad93f")]
 
-[assembly: AssemblyVersion("1.3.2.0")]
-[assembly: AssemblyFileVersion("1.3.2.0")]
+[assembly: AssemblyVersion("1.3.3.0")]
+[assembly: AssemblyFileVersion("1.3.3.0")]
 [assembly: AssemblyInformationalVersionAttribute("5.8.3.0")]
 
 [assembly: CLSCompliant(true)]